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()
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/
DProcessor.java340 TestModels.TestModelEntry testModel = in benchmarkAllModels() local
345 testModel.toString()); in benchmarkAllModels()
349 mTest = changeTest(mTest, testModel); in benchmarkAllModels()
354 testModel.mTestName, mAcceleratorName)); in benchmarkAllModels()
358 testModel.mTestName, mAcceleratorName), e); in benchmarkAllModels()
376 mTestResults[ct] = BenchmarkResult.fromInferenceResults(testModel.mTestName, in benchmarkAllModels()
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNBenchmark.java145 public BenchmarkResult runSynchronously(TestModelEntry testModel, in runSynchronously() argument
147 …return mProcessor.getInstrumentationResult(testModel, warmupTimeSeconds, runTimeSeconds, sampleRes… in runSynchronously()
DNNControls.java72 for (TestModels.TestModelEntry testModel : TestModels.modelsList()) { in init()
73 mTestList.add(testModel.toString()); in init()