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

  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
Classifier.java 23 * Generic interface for interacting with different recognition engines.
29 public class Recognition {
37 * Display name for the recognition.
42 * A sortable score for how good the recognition is relative to others. Higher should be better.
49 public Recognition(
100 List<Recognition> recognizeImage(Bitmap bitmap);
  /external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/
Classifier.java 23 * Generic interface for interacting with different recognition engines.
29 public class Recognition {
37 * Display name for the recognition.
42 * A sortable score for how good the recognition is relative to others. Higher should be better.
49 public Recognition(
100 List<Recognition> recognizeImage(Bitmap bitmap);

Completed in 2470 milliseconds