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.h49 std::vector<string> ExtraAttributesToStringImpl(
116 std::vector<string> ExtraAttributesToStringImpl(
144 std::vector<string> ExtraAttributesToStringImpl(
168 std::vector<string> ExtraAttributesToStringImpl(
194 std::vector<string> ExtraAttributesToStringImpl(
219 std::vector<string> ExtraAttributesToStringImpl(
262 std::vector<string> ExtraAttributesToStringImpl(
288 std::vector<string> ExtraAttributesToStringImpl(
376 std::vector<string> ExtraAttributesToStringImpl(
403 std::vector<string> ExtraAttributesToStringImpl(
[all …]
Dhlo_instructions.cc105 std::vector<string> HloBatchNormInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloBatchNormInstruction
188 std::vector<string> HloFftInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloFftInstruction
225 std::vector<string> HloCopyStartInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloCopyStartInstruction
271 std::vector<string> HloCompareInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloCompareInstruction
355 std::vector<string> HloTriangularSolveInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloTriangularSolveInstruction
397 std::vector<string> HloCholeskyInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloCholeskyInstruction
442 std::vector<string> HloChannelInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloChannelInstruction
475 std::vector<string> HloSendRecvInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloSendRecvInstruction
478 HloChannelInstruction::ExtraAttributesToStringImpl(options); in ExtraAttributesToStringImpl()
596 std::vector<string> HloCollectiveInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function in xla::HloCollectiveInstruction
[all …]
Dhlo_instruction.h2131 virtual std::vector<string> ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() function
Dhlo_instruction.cc3012 ? ExtraAttributesToStringImpl(options) in ExtraAttributesToString()