Home
last modified time | relevance | path

Searched defs:modelFile (Results 1 – 25 of 59) sorted by relevance

123

/aosp_15_r20/test/mlts/models/assets/models_list/
Dmobilenet_topk_aosp.json5 "modelFile": "mobilenet_v1_1.0_224", string
22 "modelFile": "mobilenet_v1_1.0_224_quant", string
41 "modelFile": "mobilenet_v1_0.75_192", string
58 "modelFile": "mobilenet_v1_0.75_192_quant", string
77 "modelFile": "mobilenet_v1_0.5_160", string
94 "modelFile": "mobilenet_v1_0.5_160_quant", string
113 "modelFile": "mobilenet_v1_0.25_128", string
130 "modelFile": "mobilenet_v1_0.25_128_quant", string
149 "modelFile": "mobilenet_v2_0.35_128", string
166 "modelFile": "mobilenet_v2_0.5_160", string
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/test/java/software/amazon/awssdk/codegen/
H A DIntermediateModelBuilderTest.java36 final File modelFile = new File(IntermediateModelBuilderTest.class in testServiceAndShapeNameCollisions() local
52 final File modelFile = new File(IntermediateModelBuilderTest.class in sharedOutputShapesLinkCorrectlyToOperationOutputs() local
67 final File modelFile = new File(IntermediateModelBuilderTest.class in defaultEndpointDiscovery_true() local
81 final File modelFile = new File(IntermediateModelBuilderTest.class in defaultEndpointDiscovery_false() local
95 final File modelFile = new File(IntermediateModelBuilderTest.class in assertAwsQueryCompatibleTrait_notNull() local
/aosp_15_r20/frameworks/base/services/tests/powerstatstests/src/com/android/server/powerstats/
H A DPowerStatsServiceTest.java807 File modelFile = new File(mDataStorageDir, mInjector.createModelFilename()); in testDataStorageDeletedMeterMismatch() local
879 File modelFile = new File(mDataStorageDir, mInjector.createModelFilename()); in testDataStorageDeletedModelMismatch() local
951 File modelFile = new File(mDataStorageDir, mInjector.createModelFilename()); in testDataStorageDeletedResidencyMismatch() local
993 File modelFile = new File(mDataStorageDir, mInjector.createModelFilename()); in testDataStorageNotDeletedNoCachedData() local
1055 File modelFile = new File(mDataStorageDir, mInjector.createModelFilename()); in testDataStorageNotDeletedAllDataMatches() local
/aosp_15_r20/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/common/
H A DModelFileTest.java80 ModelFile modelFile = in modelFile_toModelInfo() local
90 ModelFile modelFile = in modelFile_toModelInfo_universal() local
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/segmenter/
H A DImageSegmenter.java103 public static ImageSegmenter createFromFile(File modelFile) throws IOException { in createFromFile()
150 File modelFile, final ImageSegmenterOptions options) throws IOException { in createFromFileAndOptions()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/text/nlclassifier/
H A DNLClassifier.java160 public static NLClassifier createFromFile(File modelFile) throws IOException { in createFromFile()
187 File modelFile, final NLClassifierOptions options) throws IOException { in createFromFileAndOptions()
H A DBertNLClassifier.java76 public static BertNLClassifier createFromFile(File modelFile) throws IOException { in createFromFile()
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
H A DInterpreter.java184 public Interpreter(@NonNull File modelFile) { in Interpreter()
196 public Interpreter(@NonNull File modelFile, Options options) { in Interpreter()
H A DInterpreterFactory.java40 public InterpreterApi create(@NonNull File modelFile, InterpreterApi.Options options) { in create()
H A DInterpreterFactoryApi.java42 InterpreterApi create(@NonNull File modelFile, InterpreterApi.Options options); in create()
H A DInterpreterFactoryImpl.java32 public InterpreterApi create(@NonNull File modelFile, InterpreterApi.Options options) { in create()
H A DInterpreterImpl.java71 InterpreterImpl(@NonNull File modelFile, Options options) { in InterpreterImpl()
/aosp_15_r20/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/
H A DModelFileManagerImplTest.java361 File modelFile = new File(rootTestDir, "test.model"); in regularFileFullMatchLister() local
362 Files.copy(TestDataUtils.getTestAnnotatorModelFile(), modelFile); in regularFileFullMatchLister() local
/aosp_15_r20/out/soong/.intermediates/external/tflite-support/tflite_support_classifiers_java/android_common_apex33/javac/
Dtflite_support_classifiers_java.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tensorflow/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/tflite-support/tflite_support_classifiers_java/android_common_apex30/javac/
Dtflite_support_classifiers_java.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tensorflow/ org/ ...
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/util/
DIoUtilsTest.java38 String modelFile = IoUtils.writeToFile(context, fileName, data); in testIoApis_success() local
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/test/java/software/amazon/awssdk/codegen/model/intermediate/
H A DIntermediateModelTest.java57 final File modelFile = new File(IntermediateModelTest.class in getShapeByNameAndC2jNameVerifiesC2JName() local
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/detector/
H A DObjectDetector.java113 public static ObjectDetector createFromFile(File modelFile) throws IOException { in createFromFile()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/classifier/
H A DImageClassifier.java97 public static ImageClassifier createFromFile(File modelFile) throws IOException { in createFromFile()
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow/lite/java/tensorflowlite_java/android_common_apex30/javac/
Dtensorflowlite_java.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tensorflow/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow/lite/java/tensorflowlite_java/android_common_apex33/javac/
Dtensorflowlite_java.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tensorflow/ org/ ...
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/
H A DOvicValidator.java45 final String modelFile = args[0]; in main() local
/aosp_15_r20/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DTestModelsListLoader.java62 String modelFile = name; in parseJSONModelsList() local
/aosp_15_r20/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/downloader/
H A DModelDownloadManagerTest.java233 File modelFile = new File(MODEL_PATH); in listDownloadedModels() local
H A DModelDownloaderImplTest.java207 File modelFile = modelFuture.get(); in downloadModel_succeed() local

123