Home
last modified time | relevance | path

Searched refs:main (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DValidateModel.cpp103 return hidl_vec_push_back(&model->main.operands, in addOperand()
117 model->main.operands[index].numberOfConsumers = 1; in addOperand()
118 model->main.operands[index].lifetime = lifetime; in addOperand()
295 size += sizeForBinder(model.main); in sizeForBinder()
336 for (size_t operation = 0; operation < model.main.operations.size(); ++operation) { in mutateExecutionOrderTest()
337 const Operation& operationObj = model.main.operations[operation]; in mutateExecutionOrderTest()
339 if (model.main.operands[input].lifetime == OperandLifeTime::TEMPORARY_VARIABLE || in mutateExecutionOrderTest()
340 model.main.operands[input].lifetime == OperandLifeTime::SUBGRAPH_OUTPUT) { in mutateExecutionOrderTest()
350 auto& operations = model->main.operations; in mutateExecutionOrderTest()
358 if (model.main.operands[output].numberOfConsumers > 0) { in mutateExecutionOrderTest()
[all …]
DGeneratedTestHarness.cpp162 kTestModel.main.operands[kTestModel.main.inputIndexes[index]].data; in allocateInternal()
282 Subgraph mainSubgraph = createSubgraph(testModel.main, &constCopySize, &constCopies, in createModel()
312 return {.main = std::move(mainSubgraph), in createModel()
320 const auto byteSize = testModel.main.operands[testModel.main.outputIndexes[index]].data.size(); in isOutputSizeGreaterThanOne()
331 for (auto i : model->main.outputIndexes) { in makeOutputDimensionsUnspecified()
332 auto& dims = model->main.operands[i].dimensions; in makeOutputDimensionsUnspecified()
372 hidl_vec<RequestArgument> inputs(testModel.main.inputIndexes.size()); in createRequest()
374 for (uint32_t i = 0; i < testModel.main.inputIndexes.size(); i++) { in createRequest()
375 const auto& op = testModel.main.operands[testModel.main.inputIndexes[i]]; in createRequest()
402 hidl_vec<RequestArgument> outputs(testModel.main.outputIndexes.size()); in createRequest()
[all …]
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DGeneratedTestHarness.cpp46 hidl_vec<Operand> operands(testModel.main.operands.size()); in createModel()
48 for (uint32_t i = 0; i < testModel.main.operands.size(); i++) { in createModel()
49 const auto& op = testModel.main.operands[i]; in createModel()
74 hidl_vec<Operation> operations(testModel.main.operations.size()); in createModel()
75 std::transform(testModel.main.operations.begin(), testModel.main.operations.end(), in createModel()
84 for (uint32_t i = 0; i < testModel.main.operands.size(); i++) { in createModel()
85 const auto& op = testModel.main.operands[i]; in createModel()
106 for (uint32_t i = 0; i < testModel.main.operands.size(); i++) { in createModel()
107 const auto& op = testModel.main.operands[i]; in createModel()
118 .inputIndexes = testModel.main.inputIndexes, in createModel()
[all …]
DUtils.cpp106 hidl_vec<RequestArgument> inputs(testModel.main.inputIndexes.size()); in createRequest()
108 for (uint32_t i = 0; i < testModel.main.inputIndexes.size(); i++) { in createRequest()
109 const auto& op = testModel.main.operands[testModel.main.inputIndexes[i]]; in createRequest()
123 hidl_vec<RequestArgument> outputs(testModel.main.outputIndexes.size()); in createRequest()
125 for (uint32_t i = 0; i < testModel.main.outputIndexes.size(); i++) { in createRequest()
126 const auto& op = testModel.main.operands[testModel.main.outputIndexes[i]]; in createRequest()
157 for (uint32_t i = 0; i < testModel.main.inputIndexes.size(); i++) { in createRequest()
158 const auto& op = testModel.main.operands[testModel.main.inputIndexes[i]]; in createRequest()
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DGeneratedTestHarness.cpp53 hidl_vec<Operand> operands(testModel.main.operands.size()); in createModel()
55 for (uint32_t i = 0; i < testModel.main.operands.size(); i++) { in createModel()
56 const auto& op = testModel.main.operands[i]; in createModel()
81 hidl_vec<Operation> operations(testModel.main.operations.size()); in createModel()
82 std::transform(testModel.main.operations.begin(), testModel.main.operations.end(), in createModel()
91 for (uint32_t i = 0; i < testModel.main.operands.size(); i++) { in createModel()
92 const auto& op = testModel.main.operands[i]; in createModel()
113 for (uint32_t i = 0; i < testModel.main.operands.size(); i++) { in createModel()
114 const auto& op = testModel.main.operands[i]; in createModel()
125 .inputIndexes = testModel.main.inputIndexes, in createModel()
[all …]
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DGeneratedTestHarness.cpp79 hidl_vec<Operand> operands(testModel.main.operands.size()); in createModel()
81 for (uint32_t i = 0; i < testModel.main.operands.size(); i++) { in createModel()
82 const auto& op = testModel.main.operands[i]; in createModel()
114 hidl_vec<Operation> operations(testModel.main.operations.size()); in createModel()
115 std::transform(testModel.main.operations.begin(), testModel.main.operations.end(), in createModel()
124 for (uint32_t i = 0; i < testModel.main.operands.size(); i++) { in createModel()
125 const auto& op = testModel.main.operands[i]; in createModel()
146 for (uint32_t i = 0; i < testModel.main.operands.size(); i++) { in createModel()
147 const auto& op = testModel.main.operands[i]; in createModel()
158 .inputIndexes = testModel.main.inputIndexes, in createModel()
[all …]
/hardware/interfaces/configstore/1.1/default/
Ddisable_configstore.cpp17 int main() { in main() function
/hardware/interfaces/confirmationui/support/test/
Dgtest_main.cpp20 int main(int argc, char* argv[]) { in main() function
/hardware/interfaces/light/2.0/default/
DserviceLazy.cpp23 int main() { in main() function
Dservice.cpp23 int main() { in main() function
/hardware/interfaces/memtrack/1.0/default/
Dservice.cpp25 int main() { in main() function
/hardware/interfaces/boot/1.0/default/
Dservice.cpp24 int main (int /* argc */, char * /* argv */ []) { in main() function
/hardware/qcom/gps/msm8909w_3100/android/
Dservice.cpp29 int main() { in main() function
/hardware/interfaces/ir/1.0/default/
Dservice.cpp25 int main() { in main() function
/hardware/interfaces/vibrator/1.0/default/
Dservice.cpp24 int main() { in main() function
/hardware/qcom/sdm845/gps/sdm845/android/
Dservice.cpp29 int main() { in main() function
/hardware/interfaces/vr/1.0/default/
Dservice.cpp25 int main() { in main() function
/hardware/interfaces/health/1.0/default/
DHealthService.cpp25 int main() { in main() function
/hardware/interfaces/thermal/1.0/default/
Dservice.cpp25 int main() { in main() function
/hardware/interfaces/sensors/1.0/default/
Dservice.cpp25 int main() { in main() function
/hardware/interfaces/power/1.0/default/
Dservice.cpp25 int main() { in main() function
/hardware/qcom/sdm845/gps/msm8998/android/
Dservice.cpp29 int main() { in main() function
/hardware/qcom/gps/msm8998/android/
Dservice.cpp29 int main() { in main() function
/hardware/interfaces/gatekeeper/1.0/default/
Dservice.cpp26 int main() { in main() function
/hardware/interfaces/nfc/1.0/default/
Dservice.cpp11 int main() { in main() function

12345678910>>...16