Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_graph_dumper.cc1314 for (const auto& line : instr->ExtraAttributesToString( in GetInstructionNodeExtraInfo()
H A Dhlo_instruction.h1510 std::vector<std::string> ExtraAttributesToString(
H A Dhlo_instruction.cc3106 for (const std::string& extra : ExtraAttributesToString(options)) { in ToStringWithCanonicalNameMap()
3194 std::vector<std::string> HloInstruction::ExtraAttributesToString( in ExtraAttributesToString() function in xla::HloInstruction
H A Dhlo_instructions.cc317 async_wrapped_instruction()->ExtraAttributesToString(options); in ExtraAttributesToStringImpl()