Searched refs:loadModelFile (Results 1 – 5 of 5) sorted by relevance
66 quantizedModel = loadModelFile(QUANTIZED_MODEL_PATH); in setUp()67 floatModel = loadModelFile(FLOAT_MODEL_PATH); in setUp()68 lowResModel = loadModelFile(LOW_RES_MODEL_PATH); in setUp()166 private static MappedByteBuffer loadModelFile(String modelFilePath) throws IOException { in loadModelFile() method in OvicClassifierTest
55 model = loadModelFile(MODEL_PATH); in setUp()80 private static MappedByteBuffer loadModelFile(String modelFilePath) throws IOException { in loadModelFile() method in OvicDetectorTest
53 MappedByteBuffer model = loadModelFile(modelFile); in main()95 private static MappedByteBuffer loadModelFile(String modelFilePath) throws IOException { in loadModelFile() method in OvicValidator
105 tfliteModel = loadModelFile(activity); in ImageClassifier()228 private MappedByteBuffer loadModelFile(Activity activity) throws IOException { in loadModelFile() method in ImageClassifier
57 tfLite = new Interpreter(loadModelFile(assetManager, modelFilename), options);