Home
last modified time | relevance | path

Searched refs:ExtraAttributesToString (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1110 std::vector<string> ExtraAttributesToString(
Dhlo_graph_dumper.cc1124 for (const auto& line : instr->ExtraAttributesToString( in GetInstructionNodeExtraInfo()
Dhlo_instruction.cc2216 for (const string& extra : ExtraAttributesToString(options)) { in ToStringWithCanonicalNameMap()
2275 std::vector<string> HloInstruction::ExtraAttributesToString( in ExtraAttributesToString() function in xla::HloInstruction