Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_creation_utils.cc259 int64 iota_dimension) { in MakeIotaHlo()
Dhlo_instructions.h1543 int64 iota_dimension() const { return iota_dimension_; } in iota_dimension() function
Dhlo_verifier.cc509 int64 iota_dimension = iota->iota_dimension(); in HandleIota() local
Dhlo_parser.cc748 optional<int64> iota_dimension; in ParseInstructionRhs() local
Dhlo_instruction.cc724 const Shape& shape, int64 iota_dimension) { in CreateIota()
Dhlo_instructions.cc2634 HloIotaInstruction::HloIotaInstruction(const Shape& shape, int64 iota_dimension) in HloIotaInstruction()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc702 XlaOp XlaBuilder::Iota(const Shape& shape, int64 iota_dimension) { in Iota()
3581 XlaOp Iota(XlaBuilder* builder, const Shape& shape, int64 iota_dimension) { in Iota()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc2208 IntegerAttr iota_dimension = in matchAndRewrite() local