Home
last modified time | relevance | path

Searched refs:testModelEntry (Results 1 – 4 of 4) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DTestModels.java187 for (TestModelEntry testModelEntry : modelsList()) { in getModelByName()
188 if (testModelEntry.mModelName.equals(name)) { in getModelByName()
189 return testModelEntry; in getModelByName()
DProcessor.java183 TestModels.TestModelEntry testModelEntry, String acceleratorName) in isTestModelSupportedByAccelerator() argument
185 try (NNTestBase tb = testModelEntry.createNNTestBase(TfLiteBackend.NNAPI, in isTestModelSupportedByAccelerator()
197 testModelEntry.mModelName, acceleratorName), e); in isTestModelSupportedByAccelerator()
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DAcceleratorSpecificTestSupport.java153 TestModels.TestModelEntry testModelEntry) {
170 mTestModelEntry = testModelEntry;
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DPerformanceDegradationTest.java252 final String acceleratorName, TestModels.TestModelEntry testModelEntry) {
254 mTestModelEntry = testModelEntry;