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

  /external/fonttools/Lib/fontTools/misc/
classifyTools.py 7 class Classifier(object):
10 Main Classifier object, used to classify things into similar sets.
23 Add a set to the classifier. Any iterable is accepted.
65 Add a a list of sets to the classifier. Any iterable of iterables is accepted.
88 The return value belongs to the Classifier object and should NOT
89 be modified while the classifier is still in use.
97 The return value belongs to the Classifier object and should NOT
98 be modified while the classifier is still in use.
106 The return value belongs to the Classifier object and should NOT
107 be modified while the classifier is still in use
    [all...]
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
Classifier.java 25 public interface Classifier {
27 * An immutable result returned by a Classifier describing what was recognized.
  /external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/
Classifier.java 25 public interface Classifier {
27 * An immutable result returned by a Classifier describing what was recognized.
  /external/libnl/python/netlink/route/
tc.py 476 return Classifier(obj)
481 class Classifier(Tc):
482 """Classifier"""
503 return Classifier(obj)
530 buf = fmt.format(self.brief('classifier', nodev, noparent))
  /external/kotlinc/lib/
kotlin-compiler.jar 

Completed in 2283 milliseconds