Home
last modified time | relevance | path

Searched refs:removeOperand (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/
H A DValidateModel.cpp809 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 DValidateModel.cpp849 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 DValidateModel.cpp990 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 DValidateModel.cpp1058 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 DValidateModel.cpp1037 static void removeOperand(Model* model, uint32_t index) { in removeOperand() function
1091 removeOperand(model, operand); in removeOperandTest()