Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h46 std::vector<string> ExtraAttributesToStringImpl(
115 std::vector<string> ExtraAttributesToStringImpl(
143 std::vector<string> ExtraAttributesToStringImpl(
169 std::vector<string> ExtraAttributesToStringImpl(
194 std::vector<string> ExtraAttributesToStringImpl(
227 std::vector<string> ExtraAttributesToStringImpl(
302 std::vector<string> ExtraAttributesToStringImpl(
336 std::vector<string> ExtraAttributesToStringImpl(
384 std::vector<string> ExtraAttributesToStringImpl(
410 std::vector<string> ExtraAttributesToStringImpl(
[all …]
Dhlo_instructions.cc99 std::vector<string> HloBatchNormInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloBatchNormInstruction
182 std::vector<string> HloFftInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloFftInstruction
220 std::vector<string> HloCompareInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloCompareInstruction
296 std::vector<string> HloTriangularSolveInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloTriangularSolveInstruction
338 std::vector<string> HloCholeskyInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloCholeskyInstruction
378 std::vector<string> HloSendRecvInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloSendRecvInstruction
493 std::vector<string> HloCollectiveInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloCollectiveInstruction
554 std::vector<string> HloAllReduceInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloAllReduceInstruction
557 HloCollectiveInstruction::ExtraAttributesToStringImpl(options); in ExtraAttributesToStringImpl()
620 HloCollectivePermuteInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloCollectivePermuteInstruction
[all …]
Dhlo_instruction.h1676 virtual std::vector<string> ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function
Dhlo_instruction.cc2277 std::vector<string> extra = ExtraAttributesToStringImpl(options); in ExtraAttributesToString()