Searched refs:CloneWithNewOperandsImpl (Results 1 – 4 of 4) sorted by relevance
69 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 …]
114 HloBatchNormTrainingInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function in xla::HloBatchNormTrainingInstruction135 HloBatchNormInferenceInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function in xla::HloBatchNormInferenceInstruction156 HloBatchNormGradInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function in xla::HloBatchNormGradInstruction197 std::unique_ptr<HloInstruction> HloFftInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function in xla::HloFftInstruction233 std::unique_ptr<HloInstruction> HloCompareInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function in xla::HloCompareInstruction317 HloTriangularSolveInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function in xla::HloTriangularSolveInstruction355 HloCholeskyInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function in xla::HloCholeskyInstruction410 std::unique_ptr<HloInstruction> HloSendInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function in xla::HloSendInstruction427 HloSendDoneInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function in xla::HloSendDoneInstruction447 std::unique_ptr<HloInstruction> HloRecvInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function in xla::HloRecvInstruction[all …]
1668 virtual std::unique_ptr<HloInstruction> CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() function
1392 clone = CloneWithNewOperandsImpl(shape, new_operands, context); in CloneWithNewOperands()