Home
last modified time | relevance | path

Searched refs:kernel_id (Results 1 – 9 of 9) sorted by relevance

/external/XNNPACK/test/
Dfully-connected.cc141 uint32_t kernel_id = XNN_INVALID_NODE_ID; in TEST_F() local
145 /*external_id=*/1, /*flags=*/0, &kernel_id)); in TEST_F()
162 …xnn_define_fully_connected(subgraph, output_min, output_max, input_id, kernel_id, bias_id, output_… in TEST_F()
172 ASSERT_EQ(node->inputs[1], kernel_id); in TEST_F()
194 uint32_t kernel_id = XNN_INVALID_NODE_ID; in TEST_F() local
198 /*external_id=*/1, /*flags=*/0, &kernel_id)); in TEST_F()
215 subgraph, output_min, output_max, input_id, kernel_id, bias_id, output_id, in TEST_F()
226 ASSERT_EQ(node->inputs[1], kernel_id); in TEST_F()
248 uint32_t kernel_id = XNN_INVALID_NODE_ID; in TEST_F() local
253 /*flags=*/0, &kernel_id)); in TEST_F()
[all …]
Ddeconvolution-2d.cc169 uint32_t kernel_id = XNN_INVALID_NODE_ID; in TEST_F() local
173 /*external_id=*/1, /*flags=*/0, &kernel_id)); in TEST_F()
193 …group_input_channels, group_output_channels, output_min, output_max, input_id, kernel_id, bias_id,… in TEST_F()
219 ASSERT_EQ(node->inputs[1], kernel_id); in TEST_F()
241 uint32_t kernel_id = XNN_INVALID_NODE_ID; in TEST_F() local
245 /*external_id=*/1, /*flags=*/0, &kernel_id)); in TEST_F()
265 …group_input_channels, group_output_channels, output_min, output_max, input_id, kernel_id, bias_id,… in TEST_F()
291 ASSERT_EQ(node->inputs[1], kernel_id); in TEST_F()
313 uint32_t kernel_id = XNN_INVALID_NODE_ID; in TEST_F() local
318 /*flags=*/0, &kernel_id)); in TEST_F()
[all …]
/external/deqp-deps/amber/src/
Dclspv_helper.cc90 auto kernel_id = inst->words[inst->operands[4].offset]; in ParseExtendedInst() local
107 helper->shader_info->AddDescriptorEntry(helper->strings[kernel_id], in ParseExtendedInst()
114 auto kernel_id = inst->words[inst->operands[4].offset]; in ParseExtendedInst() local
133 helper->shader_info->AddDescriptorEntry(helper->strings[kernel_id], in ParseExtendedInst()
139 auto kernel_id = inst->words[inst->operands[4].offset]; in ParseExtendedInst() local
156 helper->shader_info->AddDescriptorEntry(helper->strings[kernel_id], in ParseExtendedInst()
/external/ComputeLibrary/src/runtime/CL/
DCLTuner.cpp145 void CLTuner::add_tuning_params(const std::string &kernel_id, CLTuningParams optimal_tuning_params) in add_tuning_params() argument
147 _tuning_params_table.emplace(kernel_id, optimal_tuning_params); in add_tuning_params()
319 std::string kernel_id = line.substr(0, pos); in load_from_file() local
325 add_tuning_params(kernel_id, tuning_params); in load_from_file()
/external/ComputeLibrary/arm_compute/runtime/CL/
DCLTuner.h83 void add_tuning_params(const std::string &kernel_id, CLTuningParams optimal_tuning_params);
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp277 const auto kernel_id = inst->GetOperandAs<uint32_t>(4); in ValidateClspvReflectionKernel() local
278 const auto kernel = _.FindDef(kernel_id); in ValidateClspvReflectionKernel()
286 if (entry_point == kernel_id) { in ValidateClspvReflectionKernel()
296 const auto* exec_models = _.GetExecutionModels(kernel_id); in ValidateClspvReflectionKernel()
315 for (auto& desc : _.entry_point_descriptions(kernel_id)) { in ValidateClspvReflectionKernel()
/external/autotest/database/
Dschema_129.sql557 `kernel_id` int(11) NOT NULL,
558 PRIMARY KEY (`parameterized_job_id`,`kernel_id`),
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp293 const auto kernel_id = inst->GetOperandAs<uint32_t>(4); in ValidateClspvReflectionKernel() local
294 const auto kernel = _.FindDef(kernel_id); in ValidateClspvReflectionKernel()
302 if (entry_point == kernel_id) { in ValidateClspvReflectionKernel()
312 const auto* exec_models = _.GetExecutionModels(kernel_id); in ValidateClspvReflectionKernel()
331 for (auto& desc : _.entry_point_descriptions(kernel_id)) { in ValidateClspvReflectionKernel()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_extensions.cpp289 const auto kernel_id = inst->GetOperandAs<uint32_t>(4); in ValidateClspvReflectionKernel() local
290 const auto kernel = _.FindDef(kernel_id); in ValidateClspvReflectionKernel()
298 if (entry_point == kernel_id) { in ValidateClspvReflectionKernel()
308 const auto* exec_models = _.GetExecutionModels(kernel_id); in ValidateClspvReflectionKernel()
327 for (auto& desc : _.entry_point_descriptions(kernel_id)) { in ValidateClspvReflectionKernel()