Home
last modified time | relevance | path

Searched refs:infeed_config (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo.proto128 bytes infeed_config = 27; field
Dhlo_instruction.cc365 CreateInfeed(data_shape, operands(0), proto.infeed_config()); in CreateFromProto()
3396 string HloInstruction::infeed_config() const { in infeed_config() function in xla::HloInstruction
3397 return Cast<HloInfeedInstruction>(this)->infeed_config(); in infeed_config()
Dhlo_instruction.h1510 string infeed_config() const;
Dhlo_instructions.h970 string infeed_config() const { return infeed_config_; } in infeed_config() function
Dhlo_instructions.cc1809 infeed_shape(), new_operands[0], infeed_config()); in CloneWithNewOperandsImpl()