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.h48 std::vector<string> ExtraAttributesToStringImpl(
117 std::vector<string> ExtraAttributesToStringImpl(
145 std::vector<string> ExtraAttributesToStringImpl(
169 std::vector<string> ExtraAttributesToStringImpl(
195 std::vector<string> ExtraAttributesToStringImpl(
220 std::vector<string> ExtraAttributesToStringImpl(
263 std::vector<string> ExtraAttributesToStringImpl(
289 std::vector<string> ExtraAttributesToStringImpl(
377 std::vector<string> ExtraAttributesToStringImpl(
401 std::vector<string> ExtraAttributesToStringImpl(
[all …]
Dhlo_instructions.cc102 std::vector<string> HloBatchNormInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloBatchNormInstruction
185 std::vector<string> HloFftInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloFftInstruction
222 std::vector<string> HloCopyStartInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloCopyStartInstruction
268 std::vector<string> HloCompareInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloCompareInstruction
352 std::vector<string> HloTriangularSolveInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloTriangularSolveInstruction
394 std::vector<string> HloCholeskyInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloCholeskyInstruction
439 std::vector<string> HloChannelInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloChannelInstruction
472 std::vector<string> HloSendRecvInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloSendRecvInstruction
475 HloChannelInstruction::ExtraAttributesToStringImpl(options); in ExtraAttributesToStringImpl()
591 std::vector<string> HloCollectiveInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloCollectiveInstruction
[all …]
Dhlo_instruction.h2009 virtual std::vector<string> ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function
Dhlo_instruction.cc2789 ? ExtraAttributesToStringImpl(options) in ExtraAttributesToString()