Home
last modified time | relevance | path

Searched defs:model (Results 1 – 15 of 15) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterBuildInfoTest.java39 String model = "gModel"; in testOverrideBuildProperties() local
52 assertEquals(invocationInfo.get(ResultReporter.BUILD_MODEL), model); in testOverrideBuildProperties() local
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNTest.java41 public NNTest(TestModels.TestModelEntry model) { in NNTest()
DNNInferenceStressTest.java42 public NNInferenceStressTest(TestModels.TestModelEntry model) { in NNInferenceStressTest()
DTFLiteTest.java30 public TFLiteTest(TestModelEntry model) { in TFLiteTest()
DNNModelLoadingStressTest.java45 public NNModelLoadingStressTest(TestModels.TestModelEntry model) { in NNModelLoadingStressTest()
DNNScoringTest.java55 public NNScoringTest(TestModels.TestModelEntry model) { in NNScoringTest()
DBenchmarkTestBase.java79 public BenchmarkTestBase(TestModelEntry model) { in BenchmarkTestBase()
/test/mlts/benchmark/jni/
Dbenchmark_jni.cpp83 BenchmarkModel* model = (BenchmarkModel *) _modelHandle; in Java_com_android_nn_benchmark_core_NNTestBase_destroyModel() local
95 BenchmarkModel* model = (BenchmarkModel *) _modelHandle; in Java_com_android_nn_benchmark_core_NNTestBase_resizeInputTensors() local
293 BenchmarkModel* model = reinterpret_cast<BenchmarkModel*>(_modelHandle); in Java_com_android_nn_benchmark_core_NNTestBase_runBenchmark() local
396 BenchmarkModel* model = reinterpret_cast<BenchmarkModel*>(_modelHandle); in Java_com_android_nn_benchmark_core_NNTestBase_dumpAllLayers() local
476 BenchmarkModel* model = reinterpret_cast<BenchmarkModel*>(_modelHandle); in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark() local
Drandom_graph_test_jni.cpp190 GeneratedModel model; in runRandomModel() local
402 android::nn::generated_tests::GeneratedModel model; in OperationsSupportedByDevice() local
468 CreateCompilation(const android::nn::generated_tests::GeneratedModel& model, in CreateCompilation()
Drun_tflite.cpp76 BenchmarkModel* model = new BenchmarkModel(); in create() local
/test/mlts/benchmark/native/
Dmulti_process_test.cpp115 std::unique_ptr<BenchmarkModel> model(BenchmarkModel::create( in runModel() local
137 std::unique_ptr<BenchmarkModel> model(BenchmarkModel::create( in runModel() local
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DTestModels.java115 static public void registerModel(TestModelEntry model) { in registerModel()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DDevicePropertyInfo.java69 String model, in DevicePropertyInfo()
/test/vts/runners/host/
Dutils.py564 def trim_model_name(model): argument
/test/vts/utils/python/controllers/
Dandroid_device.py496 def model(self): member in AndroidDevice