Searched refs:removeOperand (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
H A D | ValidateModel.cpp | 809 static void removeOperand(Model* model, uint32_t index) { in removeOperand() function 823 [operand](Model* model) { removeOperand(model, operand); }); in removeOperandTest()
|
/aosp12/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
H A D | ValidateModel.cpp | 849 static void removeOperand(Model* model, uint32_t index) { in removeOperand() function 863 [operand](Model* model, ExecutionPreference*) { removeOperand(model, operand); }); in removeOperandTest()
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
H A D | ValidateModel.cpp | 990 static void removeOperand(Model* model, uint32_t index) { in removeOperand() function 1032 [operand](Model* model, ExecutionPreference*) { removeOperand(model, operand); }); in removeOperandTest()
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
H A D | ValidateModel.cpp | 1058 static void removeOperand(Model* model, uint32_t index) { in removeOperand() function 1111 removeOperand(model, operand); in removeOperandTest()
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
H A D | ValidateModel.cpp | 1037 static void removeOperand(Model* model, uint32_t index) { in removeOperand() function 1091 removeOperand(model, operand); in removeOperandTest()
|