Home
last modified time | relevance | path

Searched defs:iota_dimension (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_creation_utils.cc329 int64_t iota_dimension) { in MakeIotaHlo()
H A Dhlo_instructions.h2217 int64_t iota_dimension() const { return iota_dimension_; } in iota_dimension() function
H A Dhlo_verifier.cc977 int64_t iota_dimension = iota->iota_dimension(); in HandleIota() local
H A Dhlo_parser.cc1303 optional<int64_t> iota_dimension; in CreateInstruction() local
H A Dhlo_instructions.cc3242 int64_t iota_dimension) in HloIotaInstruction()
H A Dhlo_instruction.cc1019 const Shape& shape, int64_t iota_dimension) { in CreateIota()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
H A Dmlir_hlo_builder.cc272 XlaOp MlirHloBuilder::Iota(const Shape& shape, int64_t iota_dimension) { in Iota()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc876 XlaOp XlaBuilder::Iota(const Shape& shape, int64_t iota_dimension) { in Iota()
5000 XlaOp Iota(XlaBuilder* builder, const Shape& shape, int64_t iota_dimension) { in Iota()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf.cc4372 IntegerAttr iota_dimension = in matchAndRewrite() local