Home
last modified time | relevance | path

Searched refs:operand_ids (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dsimple.hlo55 operand_ids: 1
56 operand_ids: 2
74 operand_ids: 3
75 operand_ids: 2
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_util.cpp954 std::vector<uint32_t> operand_ids = {return_type_id}; in UpdateFunctionType() local
955 operand_ids.insert(operand_ids.end(), parameter_type_ids.begin(), in UpdateFunctionType()
959 if (FindFunctionType(ir_context, operand_ids) == in UpdateFunctionType()
965 FindFunctionType(ir_context, operand_ids) == 0) { in UpdateFunctionType()
971 for (auto id : operand_ids) { in UpdateFunctionType()
986 ir_context, new_function_type_result_id, operand_ids); in UpdateFunctionType()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_util.cpp954 std::vector<uint32_t> operand_ids = {return_type_id}; in UpdateFunctionType() local
955 operand_ids.insert(operand_ids.end(), parameter_type_ids.begin(), in UpdateFunctionType()
959 if (FindFunctionType(ir_context, operand_ids) == in UpdateFunctionType()
965 FindFunctionType(ir_context, operand_ids) == 0) { in UpdateFunctionType()
971 for (auto id : operand_ids) { in UpdateFunctionType()
986 ir_context, new_function_type_result_id, operand_ids); in UpdateFunctionType()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dfuzzer_util.cpp1013 std::vector<uint32_t> operand_ids = {return_type_id}; in UpdateFunctionType() local
1014 operand_ids.insert(operand_ids.end(), parameter_type_ids.begin(), in UpdateFunctionType()
1018 if (FindFunctionType(ir_context, operand_ids) == in UpdateFunctionType()
1024 FindFunctionType(ir_context, operand_ids) == 0) { in UpdateFunctionType()
1030 for (auto id : operand_ids) { in UpdateFunctionType()
1045 ir_context, new_function_type_result_id, operand_ids); in UpdateFunctionType()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc189 xfeed_instrs.front().operand_ids(0)) in GetXfeedShape()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc331 for (const int64 operand_id : instr.operand_ids()) { in IsConstantVisitor()
3423 int64 operand_id = instr_proto->operand_ids(operand_index); in BuildDynamicInferenceGraph()
3433 absl::Span<int64 const> operand_ids, in BuildDynamicInferenceGraph()
3455 for (auto operand_id : operand_ids) { in BuildDynamicInferenceGraph()
3567 int64 operand_handle = instr_proto->operand_ids(0); in BuildDynamicInferenceGraph()
3579 int64 operand_handle = instr_proto->operand_ids(0); in BuildDynamicInferenceGraph()
3671 int64 operand_handle = instr_proto->operand_ids(0); in BuildDynamicInferenceGraph()
3715 WorkItem next_item(instr_proto->operand_ids(next_operand), in BuildDynamicInferenceGraph()
3809 int64 operand_handle = instr_proto->operand_ids(0); in BuildConstantSubGraph()
3832 for (int64 id : instr_proto->operand_ids()) { in BuildConstantSubGraph()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc106 return instruction_map.at(proto.operand_ids(index)); in CreateFromProto()
110 std::transform(proto.operand_ids().begin(), proto.operand_ids().end(), in CreateFromProto()
130 absl::c_all_of(proto.operand_ids(), in CreateFromProto()
768 for (const int64 operand_id : proto.operand_ids()) { in CreateFromProto()
Dhlo.proto167 repeated int64 operand_ids = 36; field