Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h69 std::unique_ptr<HloInstruction> CloneWithNewOperandsImpl(
83 std::unique_ptr<HloInstruction> CloneWithNewOperandsImpl(
97 std::unique_ptr<HloInstruction> CloneWithNewOperandsImpl(
123 std::unique_ptr<HloInstruction> CloneWithNewOperandsImpl(
149 std::unique_ptr<HloInstruction> CloneWithNewOperandsImpl(
177 std::unique_ptr<HloInstruction> CloneWithNewOperandsImpl(
202 std::unique_ptr<HloInstruction> CloneWithNewOperandsImpl(
247 std::unique_ptr<HloInstruction> CloneWithNewOperandsImpl(
259 std::unique_ptr<HloInstruction> CloneWithNewOperandsImpl(
271 std::unique_ptr<HloInstruction> CloneWithNewOperandsImpl(
[all …]
Dhlo_instructions.cc114 HloBatchNormTrainingInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function in xla::HloBatchNormTrainingInstruction
135 HloBatchNormInferenceInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function in xla::HloBatchNormInferenceInstruction
156 HloBatchNormGradInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function in xla::HloBatchNormGradInstruction
197 std::unique_ptr<HloInstruction> HloFftInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function in xla::HloFftInstruction
233 std::unique_ptr<HloInstruction> HloCompareInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function in xla::HloCompareInstruction
317 HloTriangularSolveInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function in xla::HloTriangularSolveInstruction
355 HloCholeskyInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function in xla::HloCholeskyInstruction
410 std::unique_ptr<HloInstruction> HloSendInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function in xla::HloSendInstruction
427 HloSendDoneInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function in xla::HloSendDoneInstruction
447 std::unique_ptr<HloInstruction> HloRecvInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function in xla::HloRecvInstruction
[all …]
Dhlo_instruction.h1668 virtual std::unique_ptr<HloInstruction> CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function
Dhlo_instruction.cc1392 clone = CloneWithNewOperandsImpl(shape, new_operands, context); in CloneWithNewOperands()