Home
last modified time | relevance | path

Searched defs:addOperand (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DValidateModel.cpp110 static uint32_t addOperand(Model* model) { in addOperand() function
123 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand() function
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DValidateModel.cpp94 static uint32_t addOperand(Model* model) { in addOperand() function
107 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand() function
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateModel.cpp110 static uint32_t addOperand(Model* model) { in addOperand() function
123 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand() function
/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonModel.cpp147 hexagon_nn_input Model::addOperand(uint32_t operandIndex) { in addOperand() function in android::hardware::neuralnetworks::V1_0::implementation::hexagon::Model