Home
last modified time | relevance | path

Searched refs:outfeed_config_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h1201 const string& outfeed_config() const { return outfeed_config_; } in outfeed_config()
1202 void set_outfeed_config(const string& config) { outfeed_config_ = config; } in set_outfeed_config()
1221 string outfeed_config_; variable
Dhlo_instructions.cc2093 outfeed_config_(outfeed_config) { in HloOutfeedInstruction()
2110 if (!outfeed_config_.empty()) { in ExtraAttributesToStringImpl()
2112 StrCat("outfeed_config=\"", CEscape(outfeed_config_), "\"")); in ExtraAttributesToStringImpl()