Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1804 void set_outfeed_config(const string& config);
Dhlo_instructions.h1202 void set_outfeed_config(const string& config) { outfeed_config_ = config; } in set_outfeed_config() function
Dhlo_instruction.cc4123 void HloInstruction::set_outfeed_config(const string& config) { in set_outfeed_config() function in xla::HloInstruction
4124 return Cast<HloOutfeedInstruction>(this)->set_outfeed_config(config); in set_outfeed_config()
Dhlo_instructions.cc2100 proto.set_outfeed_config(outfeed_config()); in ToProto()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1788 instr.set_outfeed_config(outfeed_config); in Outfeed()
1846 instr.set_outfeed_config(outfeed_config); in OutfeedWithTokenInternal()