Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_creation_utils.cc281 int64 iota_dimension) { in MakeIotaHlo()
Dhlo_instructions.h1749 int64 iota_dimension() const { return iota_dimension_; } in iota_dimension() function
Dhlo_verifier.cc614 int64 iota_dimension = iota->iota_dimension(); in HandleIota() local
Dhlo_parser.cc1070 optional<int64> iota_dimension; in ParseInstructionRhs() local
Dhlo_instruction.cc840 const Shape& shape, int64 iota_dimension) { in CreateIota()
Dhlo_instructions.cc2918 HloIotaInstruction::HloIotaInstruction(const Shape& shape, int64 iota_dimension) in HloIotaInstruction()
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc201 XlaOp MlirHloBuilder::Iota(const Shape& shape, int64 iota_dimension) { in Iota()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc295 auto iota_dimension = op.iota_dimension(); in Verify() local
314 auto iota_dimension = iota.iota_dimension(); in matchAndRewrite() local
380 auto iota_dimension = iota.iota_dimension(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc810 XlaOp XlaBuilder::Iota(const Shape& shape, int64 iota_dimension) { in Iota()
4966 XlaOp Iota(XlaBuilder* builder, const Shape& shape, int64 iota_dimension) { in Iota()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc3864 IntegerAttr iota_dimension = in matchAndRewrite() local