Searched refs:testModel (Results  1 – 4 of 4) sorted by relevance
| /test/mlts/benchmark/jni/ | 
| D | random_graph_test_jni.cpp | 92     const test_helper::TestModel& testModel) {  in getOperationsInModel()  argument 94   testModel.forEachSubgraph(  in getOperationsInModel() 183     std::optional<test_helper::TestModel> testModel =  in runRandomModel()  local 185     if (!testModel) {  in runRandomModel() 191     createModel(*testModel, &model);  in runRandomModel() 253       dumpModel(*testModel);  in runRandomModel() 261       dumpModel(*testModel);  in runRandomModel() 268       createRequest(*testModel, &execution, &outputs);  in runRandomModel() 276         dumpModel(*testModel);  in runRandomModel() 394       std::optional<test_helper::TestModel> testModel =  in OperationsSupportedByDevice()  local [all …] 
 | 
| /test/mlts/benchmark/src/com/android/nn/benchmark/core/ | 
| D | Processor.java | 366             TestModels.TestModelEntry testModel =  in benchmarkAllModels()  local 371                     testModel.toString());  in benchmarkAllModels() 375                 mTest = changeTest(mTest, testModel);  in benchmarkAllModels() 380                             testModel.mTestName, mAcceleratorName));  in benchmarkAllModels() 384                                     testModel.mTestName, mAcceleratorName), e);  in benchmarkAllModels() 402                 mTestResults[ct] = BenchmarkResult.fromInferenceResults(testModel.mTestName,  in benchmarkAllModels()
  | 
| /test/mlts/benchmark/src/com/android/nn/benchmark/app/ | 
| D | NNBenchmark.java | 167     public BenchmarkResult runSynchronously(TestModelEntry testModel,  in runSynchronously()  argument 169 …return mProcessor.getInstrumentationResult(testModel, warmupTimeSeconds, runTimeSeconds, sampleRes…  in runSynchronously()
  | 
| D | NNControls.java | 72         for (TestModels.TestModelEntry testModel : TestModels.modelsList()) {  in init() 73             mTestList.add(testModel.toString());  in init()
  |