Home
last modified time | relevance | path

Searched refs:cloned_instruction (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/reduce/
Dvalidation_during_reduction_test.cpp81 Instruction* cloned_instruction = first_instruction->Clone(context); in Apply() local
82 cloned_instruction->SetResultId(context->TakeNextId()); in Apply()
83 cloned_instruction->InsertBefore(first_instruction); in Apply()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/reduce/
Dvalidation_during_reduction_test.cpp81 Instruction* cloned_instruction = first_instruction->Clone(context); in Apply() local
82 cloned_instruction->SetResultId(context->TakeNextId()); in Apply()
83 cloned_instruction->InsertBefore(first_instruction); in Apply()
/external/swiftshader/third_party/SPIRV-Tools/test/reduce/
Dvalidation_during_reduction_test.cpp81 Instruction* cloned_instruction = first_instruction->Clone(context); in Apply() local
82 cloned_instruction->SetResultId(context->TakeNextId()); in Apply()
83 cloned_instruction->InsertBefore(first_instruction); in Apply()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc882 std::unique_ptr<HloInstruction> cloned_instruction = in EvaluateWithSubstitutions() local
884 auto result = Evaluate(cloned_instruction.get()); in EvaluateWithSubstitutions()
896 std::unique_ptr<HloInstruction> cloned_instruction = in EvaluateElementwiseBinaryOp() local
899 auto result = Evaluate(cloned_instruction.get()); in EvaluateElementwiseBinaryOp()
916 std::unique_ptr<HloInstruction> cloned_instruction = in EvaluateElementwiseTernaryOp() local
919 return Evaluate(cloned_instruction.get()); in EvaluateElementwiseTernaryOp()
929 std::unique_ptr<HloInstruction> cloned_instruction = in EvaluateElementwiseCompareOp() local
933 auto result = Evaluate(cloned_instruction.get()); in EvaluateElementwiseCompareOp()
945 std::unique_ptr<HloInstruction> cloned_instruction = in EvaluateElementwiseUnaryOp() local
947 auto result = Evaluate(cloned_instruction.get()); in EvaluateElementwiseUnaryOp()
[all …]
Dhlo_computation.cc1181 HloInstruction* cloned_instruction = in SortClonedInstructionUsersAndControlLists() local
1183 if (!cloned_instruction) { in SortClonedInstructionUsersAndControlLists()
1186 cloned_instruction->SortInstructionUsersAndControlLists(instruction_mapper, in SortClonedInstructionUsersAndControlLists()
Dhlo_instructions.cc2008 auto cloned_instruction = in MergeFusionInstructionIntoMultiOutput() local
2010 unfused_instructions.push_back(cloned_instruction); in MergeFusionInstructionIntoMultiOutput()
2011 InsertOrDie(&old_to_new, fused_instruction, cloned_instruction); in MergeFusionInstructionIntoMultiOutput()
Dalgebraic_simplifier.cc2874 std::unique_ptr<HloInstruction> cloned_instruction = in MinMaxToClamp() local
2881 evaluator.Evaluate(cloned_instruction.get())); in MinMaxToClamp()