HomeSort by relevance Sort by last modified time
    Searched defs:labelPath (Results 1 - 3 of 3) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemos.java 90 String[] labelPath = label.split("/");
92 String nextLabel = prefixPath == null ? labelPath[0] : labelPath[prefixPath.length];
94 if ((prefixPath != null ? prefixPath.length : 0) == labelPath.length - 1) {
  /external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/
OvicValidator.java 49 final String labelPath =
54 File labelsfile = new File(labelPath);
  /external/tensorflow/tensorflow/lite/java/ovic/demo/app/
OvicBenchmarkerActivity.java 47 private static String labelPath = null;
91 labelPath = "labels.txt";
96 labelPath = "coco_labels.txt";
107 labelInputStream = am.open(labelPath);

Completed in 786 milliseconds