Home
last modified time | relevance | path

Searched refs:operand_data (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dinstruction_message.cpp64 opt::Operand::OperandData operand_data; in InstructionFromMessage() local
65 for (auto& word : operand_message.operand_data()) { in InstructionFromMessage()
66 operand_data.push_back(word); in InstructionFromMessage()
70 operand_data}); in InstructionFromMessage()
Dtransformation_add_spec_constant_op.cpp66 std::vector<uint32_t> words(operand.operand_data().begin(), in ApplyImpl()
67 operand.operand_data().end()); in ApplyImpl()
Dfuzzer_pass_donate_modules.cpp912 std::vector<uint32_t> operand_data; in PrepareInstructionForDonation() local
936 operand_data.push_back(original_id_to_donated_id->at(operand_id)); in PrepareInstructionForDonation()
940 operand_data.push_back(word); in PrepareInstructionForDonation()
943 input_operands.push_back({in_operand.type, operand_data}); in PrepareInstructionForDonation()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dinstruction_message.cpp64 opt::Operand::OperandData operand_data; in InstructionFromMessage() local
65 for (auto& word : operand_message.operand_data()) { in InstructionFromMessage()
66 operand_data.push_back(word); in InstructionFromMessage()
70 operand_data}); in InstructionFromMessage()
Dtransformation_add_spec_constant_op.cpp66 std::vector<uint32_t> words(operand.operand_data().begin(), in ApplyImpl()
67 operand.operand_data().end()); in ApplyImpl()
Dfuzzer_pass_donate_modules.cpp912 std::vector<uint32_t> operand_data; in PrepareInstructionForDonation() local
936 operand_data.push_back(original_id_to_donated_id->at(operand_id)); in PrepareInstructionForDonation()
940 operand_data.push_back(word); in PrepareInstructionForDonation()
943 input_operands.push_back({in_operand.type, operand_data}); in PrepareInstructionForDonation()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dinstruction_message.cpp64 opt::Operand::OperandData operand_data; in InstructionFromMessage() local
65 for (auto& word : operand_message.operand_data()) { in InstructionFromMessage()
66 operand_data.push_back(word); in InstructionFromMessage()
70 operand_data}); in InstructionFromMessage()
Dtransformation_add_spec_constant_op.cpp66 std::vector<uint32_t> words(operand.operand_data().begin(), in ApplyImpl()
67 operand.operand_data().end()); in ApplyImpl()
Dfuzzer_pass_donate_modules.cpp910 std::vector<uint32_t> operand_data; in PrepareInstructionForDonation() local
934 operand_data.push_back(original_id_to_donated_id->at(operand_id)); in PrepareInstructionForDonation()
938 operand_data.push_back(word); in PrepareInstructionForDonation()
941 input_operands.push_back({in_operand.type, operand_data}); in PrepareInstructionForDonation()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dfuse_binary_into_preceding_affine.cc62 const float* const operand_data = operand_buffer.data.data(); in FuseAddOrSubParamsIntoPrecedingAffine() local
89 const float operand_val = operand_data[operand_channel]; in FuseAddOrSubParamsIntoPrecedingAffine()
134 const float* const operand_data = operand_buffer.data.data(); in FuseMulOrDivParamsIntoPrecedingAffine() local
169 bias_data[c] *= operand_data[operand_channel]; in FuseMulOrDivParamsIntoPrecedingAffine()
171 bias_data[c] /= operand_data[operand_channel]; in FuseMulOrDivParamsIntoPrecedingAffine()
180 operand_data[operand_channel]; in FuseMulOrDivParamsIntoPrecedingAffine()
183 operand_data[operand_channel]; in FuseMulOrDivParamsIntoPrecedingAffine()
191 weights_data[k * output_depth + c] *= operand_data[operand_channel]; in FuseMulOrDivParamsIntoPrecedingAffine()
193 weights_data[k * output_depth + c] /= operand_data[operand_channel]; in FuseMulOrDivParamsIntoPrecedingAffine()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.cc64 std::vector<const void*> operand_data; in HandleEvaluatorCustomCall() local
65 operand_data.reserve(operands.size()); in HandleEvaluatorCustomCall()
67 operand_data.push_back(literal->untyped_data()); in HandleEvaluatorCustomCall()
74 (*typed_fn)(output_data, operand_data.data()); in HandleEvaluatorCustomCall()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcpu_gpu_fusion_test.cc70 Array2D<float> operand_data[Arity]; in TestElementwise2D() local
72 new (&operand_data[i]) Array2D<float>(test_width, test_height); in TestElementwise2D()
80 operand_data[k](i, j) = xs[k]; in TestElementwise2D()
98 LiteralUtil::CreateR2FromArray2D(operand_data[i]))); in TestElementwise2D()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc778 llvm::Value* operand_data = in HandleSelectAndScatter() local
780 Store(operand_data, selected_value_address); in HandleSelectAndScatter()
2037 llvm::Value* operand_data = in HandlePad() local
2057 output_array.EmitWriteArrayElement(output_index, operand_data, &b_); in HandlePad()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc2346 llvm::Value* operand_data = in EmitSelectAndScatterFromMlir() local
2348 Store(operand_data, selected_value_address); in EmitSelectAndScatterFromMlir()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/protobufs/
Dspvtoolsfuzz.proto138 repeated uint32 operand_data = 2; field
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto138 repeated uint32 operand_data = 2; field
/external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto138 repeated uint32 operand_data = 2; field