Home
last modified time | relevance | path

Searched defs:removeOperation (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/
H A DValidateModel.cpp829 static void removeOperation(Model* model, uint32_t index) { in removeOperation() function
/aosp12/hardware/interfaces/neuralnetworks/1.1/vts/functional/
H A DValidateModel.cpp869 static void removeOperation(Model* model, uint32_t index) { in removeOperation() function
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DValidateModel.cpp1038 static void removeOperation(Model* model, uint32_t index) { in removeOperation() function
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DValidateModel.cpp1118 static void removeOperation(Model* model, uint32_t index) { in removeOperation() function
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DValidateModel.cpp1098 static void removeOperation(Model* model, uint32_t index) { in removeOperation() function
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/
H A DUserBackupManagerService.java2088 public void removeOperation(int token) { in removeOperation() method in UserBackupManagerService