Home
last modified time | relevance | path

Searched refs:addOperand (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DValidateModel.cpp75 static uint32_t addOperand(Model* model) { in addOperand() function
88 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand() function
89 uint32_t index = addOperand(model); in addOperand()
896 uint32_t index = addOperand(model, OperandLifeTime::MODEL_INPUT); in addOperationInputTest()
910 uint32_t index = addOperand(model, OperandLifeTime::MODEL_OUTPUT); in addOperationOutputTest()
/hardware/interfaces/neuralnetworks/1.1/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
108 uint32_t index = addOperand(model); in addOperand()
939 uint32_t index = addOperand(model, OperandLifeTime::MODEL_INPUT); in addOperationInputTest()
953 uint32_t index = addOperand(model, OperandLifeTime::MODEL_OUTPUT); in addOperationOutputTest()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateModel.cpp95 static uint32_t addOperand(Model* model) { in addOperand() function
108 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand() function
109 uint32_t index = addOperand(model); in addOperand()
1184 uint32_t index = addOperand(model, OperandLifeTime::MODEL_INPUT); in addOperationInputTest()
1198 uint32_t index = addOperand(model, OperandLifeTime::MODEL_OUTPUT); in addOperationOutputTest()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DValidateModel.cpp102 static uint32_t addOperand(Model* model) { in addOperand() function
115 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand() function
116 uint32_t index = addOperand(model); in addOperand()
1276 uint32_t index = addOperand(model, OperandLifeTime::SUBGRAPH_INPUT); in addOperationInputTest()
1291 uint32_t index = addOperand(model, OperandLifeTime::SUBGRAPH_OUTPUT); in addOperationOutputTest()
/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonModel.h145 hexagon_nn_input addOperand(uint32_t operand);
DHexagonModel.cpp147 hexagon_nn_input Model::addOperand(uint32_t operandIndex) { in addOperand() function in android::hardware::neuralnetworks::V1_0::implementation::hexagon::Model
160 tensor = addOperand(operand); in getTensor()