Home
last modified time | relevance | path

Searched defs:model (Results 1 – 11 of 11) 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()
DTFLiteTest.java30 public TFLiteTest(TestModelEntry model) { in TFLiteTest()
DNNScoringTest.java55 public NNScoringTest(TestModels.TestModelEntry model) { in NNScoringTest()
DBenchmarkTestBase.java69 public BenchmarkTestBase(TestModelEntry model) { in BenchmarkTestBase()
/test/mlts/benchmark/jni/
Dbenchmark_jni.cpp64 BenchmarkModel* model = (BenchmarkModel *) _modelHandle; in Java_com_android_nn_benchmark_core_NNTestBase_destroyModel() local
76 BenchmarkModel* model = (BenchmarkModel *) _modelHandle; in Java_com_android_nn_benchmark_core_NNTestBase_resizeInputTensors() local
274 BenchmarkModel* model = reinterpret_cast<BenchmarkModel*>(_modelHandle); in Java_com_android_nn_benchmark_core_NNTestBase_runBenchmark() local
367 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.java95 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.py566 def trim_model_name(model): argument
/test/vts/utils/python/controllers/
Dandroid_device.py473 def model(self): member in AndroidDevice