Searched refs:models (Results 1 – 8 of 8) sorted by relevance
16 This directory contains models data for the Android Neural Networks API benchmarks.18 Included models:28 http://download.tensorflow.org/models/mobilenet_v1_2018_08_02/mobilenet_v1_${variant}.tgz40 http://download.tensorflow.org/models/mobilenet_v1_2018_08_02/mobilenet_v1_${variant}_quant.tgz64 http://download.tensorflow.org/models/tflite_11_05_08/mobilenet_v2_1.0_224_quant.tgz76 http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_coco_2018_01_28.tar.gz78 See also: https://github.com/tensorflow/models/tree/master/research/object_detection89 http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_quantized_300x300_coco14_sy…91 See also: https://github.com/tensorflow/models/tree/master/research/object_detection
84 List<TestModels.TestModelEntry> models = new ArrayList<>(); in modelsList() local86 models.add(TestModels.getModelByName(modelName)); in modelsList()88 return Collections.unmodifiableList(models); in modelsList()
85 List<TestModels.TestModelEntry> models = new ArrayList<>(); in modelsList() local87 models.add(TestModels.getModelByName(modelName)); in modelsList()89 return Collections.unmodifiableList(models); in modelsList()
18 on an Android device, using few selected ML models and datesets.21 platform/test/mlts/models/README.txt file.35 v0.1, 2018-10-15. Initial release with MobileNet(u8/f32)/TTS/ASR models.
31 LOCAL_ASSET_DIR := $(LOCAL_PATH)/../models/assets33 GOOGLE_TEST_MODELS_DIR := vendor/google/tests/mlts/models/assets
62 models = ("sprout", "occam", "hammerhead", "bullhead", "razor", "razorg", variable580 if model in models:587 if t in models:
38 LOCAL_ASSET_DIR := test/mlts/models/assets
26 from requests.models import Response