Home
last modified time | relevance | path

Searched defs:operands (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonModel.cpp294 std::vector<hexagon_nn_output> Model::getHexagonOutputs(const std::vector<uint32_t>& operands) { in getHexagonOutputs()
307 bool Model::registerHexagonInputs(const std::vector<uint32_t>& operands, uint32_t node) { in registerHexagonInputs()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DCompilationCachingTests.cpp149 std::vector<Operand> operands(len * 2 + 2); in createLargeTestModelImpl() local