/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
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() 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()
|
D | GeneratedTestHarness.cpp | 118 .inputIndexes = testModel.main.inputIndexes, in createModel()
|
D | BasicTests.cpp | 149 .inputIndexes = {0, 1, 2}, in TEST_P()
|
D | ValidateModel.cpp | 221 size += sizeForBinder(model.inputIndexes); in sizeForBinder() 474 hidl_vec_remove(&model->inputIndexes, uint32_t(operand)); in mutateOperandLifeTimeTest() 492 hidl_vec_push_back(&model->inputIndexes, uint32_t(operand)); in mutateOperandLifeTimeTest() 815 removeValueAndDecrementGreaterValues(&model->inputIndexes, index); in removeOperand() 898 hidl_vec_push_back(&model->inputIndexes, index); in addOperationInputTest()
|
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
D | GeneratedTestHarness.cpp | 125 .inputIndexes = testModel.main.inputIndexes, in createModel()
|
D | BasicTests.cpp | 156 .inputIndexes = {0, 1, 2}, in TEST_P()
|
D | ValidateModel.cpp | 240 size += sizeForBinder(model.inputIndexes); in sizeForBinder() 500 hidl_vec_remove(&model->inputIndexes, uint32_t(operand)); in mutateOperandLifeTimeTest() 518 hidl_vec_push_back(&model->inputIndexes, uint32_t(operand)); in mutateOperandLifeTimeTest() 855 removeValueAndDecrementGreaterValues(&model->inputIndexes, index); in removeOperand() 941 hidl_vec_push_back(&model->inputIndexes, index); in addOperationInputTest()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | GeneratedTestHarness.cpp | 162 kTestModel.main.operands[kTestModel.main.inputIndexes[index]].data; in allocateInternal() 253 .inputIndexes = testSubgraph.inputIndexes, in createSubgraph() 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() 458 for (uint32_t i = 0; i < testModel.main.inputIndexes.size(); i++) { in createRequest() 460 const auto& op = testModel.main.operands[testModel.main.inputIndexes[i]]; in createRequest()
|
D | MemoryDomainTests.cpp | 143 model.main.inputIndexes.push_back(inputIndex); in createConvModel() 183 .inputIndexes = {0, 1, 2}, in createSingleAddModel() 620 const std::vector<uint32_t>& inputIndexes, in allocateBuffer() argument 627 hidl_vec<BufferRole> inputRoles(inputIndexes.size()), outputRoles(outputIndexes.size()); in allocateBuffer() 631 std::transform(inputIndexes.begin(), inputIndexes.end(), inputRoles.begin(), trans); in allocateBuffer() 656 const std::vector<uint32_t>& inputIndexes, in allocateBuffer() argument 658 return allocateBuffer(preparedModel, inputIndexes, outputIndexes, {}); in allocateBuffer()
|
D | BasicTests.cpp | 171 .inputIndexes = {0, 1, 2}, in TEST_P()
|
D | ValidateModel.cpp | 275 size += sizeForBinder(subgraph.inputIndexes); in sizeForBinder() 593 hidl_vec_remove(&model->main.inputIndexes, uint32_t(operand)); in mutateOperandLifeTimeTest() 611 hidl_vec_push_back(&model->main.inputIndexes, uint32_t(operand)); in mutateOperandLifeTimeTest() 1064 removeValueAndDecrementGreaterValues(&model->main.inputIndexes, index); in removeOperand() 1278 hidl_vec_push_back(&model->main.inputIndexes, index); in addOperationInputTest()
|
D | CompilationCachingTests.cpp | 214 .inputIndexes = {1}, in createLargeTestModelImpl()
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | ValidateModel.cpp | 278 size += sizeForBinder(model.inputIndexes); in sizeForBinder() 569 hidl_vec_remove(&model->inputIndexes, uint32_t(operand)); in mutateOperandLifeTimeTest() 587 hidl_vec_push_back(&model->inputIndexes, uint32_t(operand)); in mutateOperandLifeTimeTest() 996 removeValueAndDecrementGreaterValues(&model->inputIndexes, index); in removeOperand() 1186 hidl_vec_push_back(&model->inputIndexes, index); in addOperationInputTest()
|
D | GeneratedTestHarness.cpp | 158 .inputIndexes = testModel.main.inputIndexes, in createModel()
|
D | BasicTests.cpp | 230 .inputIndexes = {0, 1, 2}, in TEST_P()
|
D | CompilationCachingTests.cpp | 211 .inputIndexes = {1}, in createLargeTestModelImpl()
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.t | 322 vec<uint32_t> inputIndexes; 401 * The index of the input corresponds to the index in Model.inputIndexes. 402 * E.g., input[i] corresponds to Model.inputIndexes[i].
|
D | types.hal | 1730 vec<uint32_t> inputIndexes; 1809 * The index of the input corresponds to the index in Model.inputIndexes. 1810 * E.g., input[i] corresponds to Model.inputIndexes[i].
|
/hardware/interfaces/neuralnetworks/1.1/ |
D | types.t | 105 vec<uint32_t> inputIndexes;
|
D | types.hal | 427 vec<uint32_t> inputIndexes;
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.t | 449 vec<uint32_t> inputIndexes; 511 * The index of the input corresponds to the index in Model.main.inputIndexes. 512 * E.g., input[i] corresponds to Model.main.inputIndexes[i].
|
D | types.hal | 5684 vec<uint32_t> inputIndexes; 5746 * The index of the input corresponds to the index in Model.main.inputIndexes. 5747 * E.g., input[i] corresponds to Model.main.inputIndexes[i].
|
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
D | HexagonModel.cpp | 55 mInputs = model.inputIndexes; in Model()
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.t | 343 vec<uint32_t> inputIndexes;
|
D | types.hal | 4945 vec<uint32_t> inputIndexes;
|