Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/
H A DValidateModel.cpp259 static void mutateExecutionOrderTest(const sp<IDevice>& device, const V1_0::Model& model) { in mutateExecutionOrderTest() function
920 mutateExecutionOrderTest(device, model); in validateModel()
/aosp12/hardware/interfaces/neuralnetworks/1.1/vts/functional/
H A DValidateModel.cpp279 static void mutateExecutionOrderTest(const sp<IDevice>& device, const V1_1::Model& model) { in mutateExecutionOrderTest() function
981 mutateExecutionOrderTest(device, model); in validateModel()
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DValidateModel.cpp318 static void mutateExecutionOrderTest(const sp<IDevice>& device, const Model& model) { in mutateExecutionOrderTest() function
1226 mutateExecutionOrderTest(device, model); in validateModel()
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DValidateModel.cpp335 static void mutateExecutionOrderTest(const sp<IDevice>& device, const Model& model) { in mutateExecutionOrderTest() function
1337 mutateExecutionOrderTest(device, model); in validateModel()
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DValidateModel.cpp342 static void mutateExecutionOrderTest(const std::shared_ptr<IDevice>& device, const Model& model, in mutateExecutionOrderTest() function
1321 mutateExecutionOrderTest(device, model, numberOfConsumers); in validateModel()