Home
last modified time | relevance | path

Searched refs:addModelOperand (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DTestControlFlow.cpp80 uint32_t conditionOperand = model.addModelOperand(&conditionModel); in TEST_F()
81 uint32_t bodyOperand = model.addModelOperand(&bodyModel); in TEST_F()
DTestFailingDriver.cpp135 uint32_t cond = model.addModelOperand(&conditionModel); in TEST_F()
136 uint32_t body = model.addModelOperand(&bodyModel); in TEST_F()
DTestNeuralNetworksWrapper.h174 uint32_t addModelOperand(const Model* value) { in addModelOperand() function
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h225 uint32_t addModelOperand(const Model* value) { in addModelOperand() function