Home
last modified time | relevance | path

Searched refs:inputIndexes (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DValidateModel.cpp380 removeValueAndDecrementGreaterValues(&model->inputIndexes, index); in removeOperand()
463 hidl_vec_push_back(&model->inputIndexes, index); in addOperationInputTest()
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DValidateModel.cpp396 removeValueAndDecrementGreaterValues(&model->inputIndexes, index); in removeOperand()
479 hidl_vec_push_back(&model->inputIndexes, index); in addOperationInputTest()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateModel.cpp496 removeValueAndDecrementGreaterValues(&model->inputIndexes, index); in removeOperand()
683 hidl_vec_push_back(&model->inputIndexes, index); in addOperationInputTest()
DCompilationCachingTests.cpp241 const std::vector<uint32_t> inputIndexes = {1}; in createLargeTestModelImpl() local
248 .inputIndexes = inputIndexes, in createLargeTestModelImpl()
/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonModel.cpp55 mInputs = model.inputIndexes; in Model()
/hardware/interfaces/neuralnetworks/1.1/
Dtypes.hal426 vec<uint32_t> inputIndexes;
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal1742 vec<uint32_t> inputIndexes;
1821 * The index of the input corresponds to the index in Model.inputIndexes.
1822 * E.g., input[i] corresponds to Model.inputIndexes[i].
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal4972 vec<uint32_t> inputIndexes;