Searched refs:removeOperand (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | ValidateModel.cpp | 807 static void removeOperand(Model* model, uint32_t index) { in removeOperand() function 821 [operand](Model* model) { removeOperand(model, operand); }); in removeOperandTest()
|
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
D | ValidateModel.cpp | 847 static void removeOperand(Model* model, uint32_t index) { in removeOperand() function 861 [operand](Model* model, ExecutionPreference*) { removeOperand(model, operand); }); in removeOperandTest()
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | ValidateModel.cpp | 988 static void removeOperand(Model* model, uint32_t index) { in removeOperand() function 1030 [operand](Model* model, ExecutionPreference*) { removeOperand(model, operand); }); in removeOperandTest()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | ValidateModel.cpp | 1056 static void removeOperand(Model* model, uint32_t index) { in removeOperand() function 1109 removeOperand(model, operand); in removeOperandTest()
|
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | ValidateModel.cpp | 1064 static void removeOperand(Model* model, uint32_t index) { in removeOperand() function 1118 removeOperand(model, operand); in removeOperandTest()
|