Home
last modified time | relevance | path

Searched refs:output_to_operand_aliasing (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dmemory_space_assignment_utils.cc70 for (const auto& pair : custom_call->output_to_operand_aliasing()) { in IsValueAllowedInAlternateMemory()
H A Dlogical_buffer_analysis.cc184 for (const auto& pair : ccall->output_to_operand_aliasing()) { in HandleCustomCall()
H A Dtuple_points_to_analysis.cc516 for (const auto& pair : ccall->output_to_operand_aliasing()) { in HandleCustomCall()
H A Dhlo_parser.cc2593 output_to_operand_aliasing; in CreateInstruction() local
2618 &output_to_operand_aliasing}; in CreateInstruction()
2726 if (output_to_operand_aliasing.has_value()) { in CreateInstruction()
2728 std::move(*output_to_operand_aliasing)); in CreateInstruction()
H A Dhlo_instruction.cc777 output_to_operand_aliasing; in CreateFromProto() local
779 output_to_operand_aliasing.emplace_back( in CreateFromProto()
788 std::move(output_to_operand_aliasing)); in CreateFromProto()
H A Dhlo_dataflow_analysis.cc1814 ->output_to_operand_aliasing(); in GetInPlaceInputOutputPairs()
H A Dhlo_instructions.h1899 output_to_operand_aliasing() const { in output_to_operand_aliasing() function
H A Dhlo_verifier.cc1183 for (const auto& pair : custom_call->output_to_operand_aliasing()) { in HandleCustomCall()
H A Dhlo_parser_test.cc1152 …]{0,1,2}) %p0, f32[123,4]{0,1} %p1), custom_call_target="baz", output_to_operand_aliasing={{0}: (1… in CreateTestCases()
H A Dhlo_instructions.cc2865 casted_other.output_to_operand_aliasing()) { in IdenticalSlowPath()