Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drandom_graph_test_jni.cpp92 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()
251 dumpModel(*testModel); in runRandomModel()
259 dumpModel(*testModel); in runRandomModel()
266 createRequest(*testModel, &execution, &outputs); in runRandomModel()
274 dumpModel(*testModel); in runRandomModel()
392 std::optional<test_helper::TestModel> testModel = in OperationsSupportedByDevice() local
[all …]
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java328 TestModels.TestModelEntry testModel = in benchmarkAllModels() local
333 testModel.toString()); in benchmarkAllModels()
337 mTest = changeTest(mTest, testModel); in benchmarkAllModels()
342 testModel.mTestName, mAcceleratorName)); in benchmarkAllModels()
346 testModel.mTestName, mAcceleratorName), e); in benchmarkAllModels()
364 mTestResults[ct] = BenchmarkResult.fromInferenceResults(testModel.mTestName, in benchmarkAllModels()
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNBenchmark.java140 public BenchmarkResult runSynchronously(TestModelEntry testModel, in runSynchronously() argument
142 return mProcessor.getInstrumentationResult(testModel, warmupTimeSeconds, runTimeSeconds); in runSynchronously()
DNNControls.java72 for (TestModels.TestModelEntry testModel : TestModels.modelsList()) { in init()
73 mTestList.add(testModel.toString()); in init()