Searched refs:addOperand (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | ValidateModel.cpp | 75 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() 894 uint32_t index = addOperand(model, OperandLifeTime::MODEL_INPUT); in addOperationInputTest() 908 uint32_t index = addOperand(model, OperandLifeTime::MODEL_OUTPUT); in addOperationOutputTest()
|
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
D | ValidateModel.cpp | 94 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() 937 uint32_t index = addOperand(model, OperandLifeTime::MODEL_INPUT); in addOperationInputTest() 951 uint32_t index = addOperand(model, OperandLifeTime::MODEL_OUTPUT); in addOperationOutputTest()
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | ValidateModel.cpp | 95 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() 1182 uint32_t index = addOperand(model, OperandLifeTime::MODEL_INPUT); in addOperationInputTest() 1196 uint32_t index = addOperand(model, OperandLifeTime::MODEL_OUTPUT); in addOperationOutputTest()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | ValidateModel.cpp | 102 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() 1274 uint32_t index = addOperand(model, OperandLifeTime::SUBGRAPH_INPUT); in addOperationInputTest() 1289 uint32_t index = addOperand(model, OperandLifeTime::SUBGRAPH_OUTPUT); in addOperationOutputTest()
|
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | ValidateModel.cpp | 137 static uint32_t addOperand(Model* model) { in addOperand() function 149 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand() function 150 uint32_t index = addOperand(model); in addOperand() 1287 uint32_t index = addOperand(model, OperandLifeTime::SUBGRAPH_INPUT); in addOperationInputTest() 1302 uint32_t index = addOperand(model, OperandLifeTime::SUBGRAPH_OUTPUT); in addOperationOutputTest()
|