Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h1441 int64 iota_dimension() const { return iota_dimension_; } in iota_dimension() function
Dhlo_verifier.cc408 int64 iota_dimension = iota->iota_dimension(); in HandleIota() local
Dhlo_parser.cc719 optional<int64> iota_dimension; in ParseInstructionRhs() local
Dhlo_instruction.cc654 const Shape& shape, int64 iota_dimension) { in CreateIota()
Dhlo_instructions.cc2480 HloIotaInstruction::HloIotaInstruction(const Shape& shape, int64 iota_dimension) in HloIotaInstruction()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc598 XlaOp XlaBuilder::Iota(const Shape& shape, int64 iota_dimension) { in Iota()
3513 XlaOp Iota(XlaBuilder* builder, const Shape& shape, int64 iota_dimension) { in Iota()