Searched refs:mutateExecutionOrderTest (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
H A D | ValidateModel.cpp | 259 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 D | ValidateModel.cpp | 279 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 D | ValidateModel.cpp | 318 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 D | ValidateModel.cpp | 335 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 D | ValidateModel.cpp | 342 static void mutateExecutionOrderTest(const std::shared_ptr<IDevice>& device, const Model& model, in mutateExecutionOrderTest() function 1321 mutateExecutionOrderTest(device, model, numberOfConsumers); in validateModel()
|