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

  /external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/
OvicValidator.java 49 final String labelPath =
54 File labelsfile = new File(labelPath);
  /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/demo/app/
OvicBenchmarkerActivity.java 47 private static String labelPath = null;
91 labelPath = "labels.txt";
96 labelPath = "coco_labels.txt";
107 labelInputStream = am.open(labelPath);
  /external/python/cpython2/Lib/idlelib/
configHelpSourceEdit.py 58 labelPath = Label(self.frameMain, anchor=W, justify=LEFT,
65 labelPath.pack(anchor=W, padx=5, pady=3)

Completed in 1151 milliseconds