Home
last modified time | relevance | path

Searched defs:model (Results 1 – 13 of 13) 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.java47 public NNModelLoadingStressTest(TestModels.TestModelEntry model) { in NNModelLoadingStressTest()
DNNScoringTest.java56 public NNScoringTest(TestModels.TestModelEntry model) { in NNScoringTest()
DBenchmarkTestBase.java76 public BenchmarkTestBase(TestModelEntry model) { in BenchmarkTestBase()
/test/mlts/benchmark/jni/
Dbenchmark_jni.cpp66 BenchmarkModel* model = (BenchmarkModel *) _modelHandle; in Java_com_android_nn_benchmark_core_NNTestBase_destroyModel() local
78 BenchmarkModel* model = (BenchmarkModel *) _modelHandle; in Java_com_android_nn_benchmark_core_NNTestBase_resizeInputTensors() local
276 BenchmarkModel* model = reinterpret_cast<BenchmarkModel*>(_modelHandle); in Java_com_android_nn_benchmark_core_NNTestBase_runBenchmark() local
369 BenchmarkModel* model = reinterpret_cast<BenchmarkModel*>(_modelHandle); in Java_com_android_nn_benchmark_core_NNTestBase_dumpAllLayers() local
Drun_tflite.cpp68 BenchmarkModel* model = new BenchmarkModel(); in create() local
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DTestModels.java96 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