Home
last modified time | relevance | path

Searched defs:labelInputStream (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/
H A DOvicDetector.java60 OvicDetector(InputStream labelInputStream, MappedByteBuffer model) throws IOException { in OvicDetector()
106 private static List<String> loadLabelList(InputStream labelInputStream) throws IOException { in loadLabelList()
H A DOvicClassifier.java71 public OvicClassifier(InputStream labelInputStream, MappedByteBuffer model) throws IOException { in OvicClassifier()
180 private static List<String> loadLabelList(InputStream labelInputStream) throws IOException { in loadLabelList()
H A DOvicDetectorBenchmarker.java61 public void getReadyToTest(InputStream labelInputStream, MappedByteBuffer model) { in getReadyToTest()
H A DOvicClassifierBenchmarker.java53 public void getReadyToTest(InputStream labelInputStream, MappedByteBuffer model) { in getReadyToTest()
H A DOvicBenchmarker.java104 public abstract void getReadyToTest(InputStream labelInputStream, MappedByteBuffer model); in getReadyToTest()
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/ovic/demo/app/
H A DOvicBenchmarkerActivity.java67 private InputStream labelInputStream = null; field in OvicBenchmarkerActivity