Searched refs:CloneWithNewOperands (Results 1 – 20 of 20) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_element_type_converter.cc | 190 hlo->CloneWithNewOperands(shape, new_operands, &context)); in Run() 200 hlo->CloneWithNewOperands(new_shape, new_operands, &context)); in Run() 208 hlo->CloneWithNewOperands(hlo->shape(), new_operands, &context)); in Run()
|
D | reshape_mover.cc | 164 operand->CloneWithNewOperands(new_shape, operand->operands())); in UpdateOperand() 174 operand->CloneWithNewOperands(new_shape, operand->operands())); in UpdateOperand() 226 computation->AddInstruction(instruction->CloneWithNewOperands( in PerformSinkReshapeOrTranspose()
|
D | stable_sort_expander.cc | 107 sort->CloneWithNewOperands(new_sort_shape, new_operands)); in ExpandInstruction() 173 inst->CloneWithNewOperands(inst->shape(), new_operands); in ExpandInstruction()
|
D | defuser.cc | 76 fused_instruction->CloneWithNewOperands(fused_instruction->shape(), in Defuse()
|
D | map_inliner.cc | 103 root.CloneWithNewOperands(map->shape(), params)); in HandleMap()
|
D | call_inliner.cc | 51 auto new_hlo = hlo->CloneWithNewOperands(hlo->shape(), new_operands); in DefaultAction()
|
D | sort_simplifier.cc | 82 sort->CloneWithNewOperands(new_sort_shape, operands)); in RemoveUnusedOperandFromSort()
|
D | while_loop_invariant_code_motion.cc | 75 parent_of_while->AddInstruction(old_instruction->CloneWithNewOperands( in CreateLoopInvariantCopy()
|
D | algebraic_simplifier.cc | 667 computation_->AddInstruction(concatenate->CloneWithNewOperands( in HandleConcatenate() 733 computation_->AddInstruction(concatenate->CloneWithNewOperands( in HandleConcatenate() 2442 computation_->AddInstruction(user->CloneWithNewOperands( in TryToSinkBroadcastAfterOpWithUniqueNonScalarOperand() 3452 auto new_conv = convolution->CloneWithNewOperands( in FoldConvInputPad() 3518 auto new_conv = convolution->CloneWithNewOperands( in FoldConvFilterPad() 3703 auto clone = map_root->CloneWithNewOperands(map_root->shape(), {}); in HandleMap() 3725 auto clone = map_root->CloneWithNewOperands(map->shape(), new_operands); in HandleMap()
|
D | hlo_computation.cc | 1013 instr->CloneWithNewOperands(instr->shape(), new_operands, context)); in CloneWithReplacements()
|
D | hlo_instruction.h | 1198 std::unique_ptr<HloInstruction> CloneWithNewOperands(
|
D | hlo_instruction.cc | 1333 std::unique_ptr<HloInstruction> HloInstruction::CloneWithNewOperands( in CloneWithNewOperands() function in xla::HloInstruction 1541 CloneWithNewOperands(shape_, operands_, context); in Clone()
|
D | hlo_evaluator.cc | 330 instruction->CloneWithNewOperands(instruction->shape(), operands); in EvaluateWithSubstitutions()
|
D | hlo_instruction_test.cc | 707 auto cloned = fusion->CloneWithNewOperands(fusion->shape(), {}); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_conv_padding_legalization.cc | 184 conv->CloneWithNewOperands(conv->shape(), operands)); in CanonicalizeForwardConvolution() 262 computation->AddInstruction(backward_conv->CloneWithNewOperands( in CanonicalizeBackwardFilterConvolution() 328 computation->AddInstruction(backward_conv->CloneWithNewOperands( in CanonicalizeBackwardInputConvolution()
|
D | variadic_op_splitter.cc | 68 auto new_concat = comp->AddInstruction(concat->CloneWithNewOperands( in SplitConcatenate()
|
D | cudnn_conv_pad_for_tensor_cores.cc | 96 add(conv->CloneWithNewOperands(new_conv_shape, {new_lhs, new_rhs})); in PadConv()
|
D | cudnn_conv_algorithm_picker.cc | 389 instr->CloneWithNewOperands(new_call_shape, instr->operands())); in RunOnInstruction()
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | hlo_extractor.cc | 75 hlo->CloneWithNewOperands(hlo->shape(), new_operands, &clone_context_); in DefaultAction()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | custom_call_test.cc | 178 custom_call->CloneWithNewOperands(r2f32_dim0_major, {custom_call})); in XLA_TEST_F()
|