/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | ValidateModel.cpp | 103 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 …]
|
D | GeneratedTestHarness.cpp | 162 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/ |
D | GeneratedTestHarness.cpp | 46 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 …]
|
D | Utils.cpp | 106 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/ |
D | GeneratedTestHarness.cpp | 53 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/ |
D | GeneratedTestHarness.cpp | 79 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/ |
D | disable_configstore.cpp | 17 int main() { in main() function
|
/hardware/interfaces/confirmationui/support/test/ |
D | gtest_main.cpp | 20 int main(int argc, char* argv[]) { in main() function
|
/hardware/interfaces/light/2.0/default/ |
D | serviceLazy.cpp | 23 int main() { in main() function
|
D | service.cpp | 23 int main() { in main() function
|
/hardware/interfaces/memtrack/1.0/default/ |
D | service.cpp | 25 int main() { in main() function
|
/hardware/interfaces/boot/1.0/default/ |
D | service.cpp | 24 int main (int /* argc */, char * /* argv */ []) { in main() function
|
/hardware/qcom/gps/msm8909w_3100/android/ |
D | service.cpp | 29 int main() { in main() function
|
/hardware/interfaces/ir/1.0/default/ |
D | service.cpp | 25 int main() { in main() function
|
/hardware/interfaces/vibrator/1.0/default/ |
D | service.cpp | 24 int main() { in main() function
|
/hardware/qcom/sdm845/gps/sdm845/android/ |
D | service.cpp | 29 int main() { in main() function
|
/hardware/interfaces/vr/1.0/default/ |
D | service.cpp | 25 int main() { in main() function
|
/hardware/interfaces/health/1.0/default/ |
D | HealthService.cpp | 25 int main() { in main() function
|
/hardware/interfaces/thermal/1.0/default/ |
D | service.cpp | 25 int main() { in main() function
|
/hardware/interfaces/sensors/1.0/default/ |
D | service.cpp | 25 int main() { in main() function
|
/hardware/interfaces/power/1.0/default/ |
D | service.cpp | 25 int main() { in main() function
|
/hardware/qcom/sdm845/gps/msm8998/android/ |
D | service.cpp | 29 int main() { in main() function
|
/hardware/qcom/gps/msm8998/android/ |
D | service.cpp | 29 int main() { in main() function
|
/hardware/interfaces/gatekeeper/1.0/default/ |
D | service.cpp | 26 int main() { in main() function
|
/hardware/interfaces/nfc/1.0/default/ |
D | service.cpp | 11 int main() { in main() function
|