Home
last modified time | relevance | path

Searched refs:classifications (Results 1 – 25 of 30) sorted by relevance

12

/external/tflite-support/tensorflow_lite_support/examples/task/vision/desktop/
Dimage_classifier_demo.cc91 const Classifications& classifications = result.classifications(head); in DisplayResult() local
92 for (int rank = 0; rank < classifications.classes_size(); ++rank) { in DisplayResult()
93 const Class& classification = classifications.classes(rank); in DisplayResult()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/
Dimage_classifier.cc417 auto* classifications = result.add_classifications(); in Postprocess() local
418 classifications->set_head_index(i); in Postprocess()
488 auto* cl = classifications->add_classes(); in Postprocess()
502 classifications->classes_size() >= num_results) { in Postprocess()
516 auto* cl = classifications->add_classes(); in Postprocess()
531 Classifications* classifications = result->mutable_classifications(i); in FillResultsFromLabelMaps() local
532 int head_index = classifications->head_index(); in FillResultsFromLabelMaps()
543 for (int j = 0; j < classifications->classes_size(); ++j) { in FillResultsFromLabelMaps()
544 Class* current_class = classifications->mutable_classes(j); in FillResultsFromLabelMaps()
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/classifier/
Dimage_classifier_jni.cc126 auto classifications = results.classifications(i); in ConvertToClassificationResults() local
128 classifications.classes_size()); in ConvertToClassificationResults()
129 for (const auto& classification : classifications.classes()) { in ConvertToClassificationResults()
137 classifications.head_index()); in ConvertToClassificationResults()
/external/libtextclassifier/java/src/com/android/textclassifier/
DExtrasUtils.java270 Bundle container, @Nullable AnnotatorModel.ClassificationResult[] classifications) { in putEntities() argument
271 if (classifications == null || classifications.length == 0) { in putEntities()
275 for (AnnotatorModel.ClassificationResult classification : classifications) { in putEntities()
DTextClassifierImpl.java541 AnnotatorModel.ClassificationResult[] classifications, in createClassificationResult() argument
550 final int typeCount = classifications.length; in createClassificationResult()
552 typeCount > 0 ? classifications[0] : null; in createClassificationResult()
554 builder.setEntityType(classifications[i].getCollection(), classifications[i].getScore()); in createClassificationResult()
555 if (classifications[i].getScore() > highestScoringResult.getScore()) { in createClassificationResult()
556 highestScoringResult = classifications[i]; in createClassificationResult()
603 ExtrasUtils.putEntities(extras, classifications); in createClassificationResult()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
DVorbisUtil.java400 int classifications = bitArray.readBits(6) + 1; in readResidues() local
402 int[] cascade = new int[classifications]; in readResidues()
403 for (int j = 0; j < classifications; j++) { in readResidues()
411 for (int j = 0; j < classifications; j++) { in readResidues()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/
DBUILD139 srcs = ["classifications.proto"],
147 srcs = ["classifications.proto"],
Dimage_classifier_options.proto49 // Optional whitelist of class names. If non-empty, classifications whose
54 // Optional blacklist of class names. If non-empty, classifications whose
Dclassifications.proto34 repeated Classifications classifications = 1; field
/external/libtextclassifier/native/annotator/
Dannotator_test-include.cc369 auto classifications = in TEST_F() local
371 EXPECT_EQ(1, classifications.size()); in TEST_F()
372 EXPECT_EQ("person_with_age", classifications[0].collection); in TEST_F()
377 classifications[0].serialized_entity_data.data())); in TEST_F()
396 auto classifications = in TEST_F() local
398 EXPECT_EQ(1, classifications.size()); in TEST_F()
399 EXPECT_EQ("person_with_age", classifications[0].collection); in TEST_F()
404 classifications[0].serialized_entity_data.data())); in TEST_F()
446 auto classifications = in TEST_F() local
448 EXPECT_EQ(1, classifications.size()); in TEST_F()
[all …]
Dannotator.cc2126 std::vector<ClassificationResult>& classifications = in RemoveNotEnabledEntityTypes() local
2128 classifications.erase( in RemoveNotEnabledEntityTypes()
2129 std::remove_if(classifications.begin(), classifications.end(), in RemoveNotEnabledEntityTypes()
2135 classifications.end()); in RemoveNotEnabledEntityTypes()
/external/webrtc/tools_webrtc/mb/
Dgn_isolate_map.pyl10 # test type classifications for the tests that are run on the bots.
/external/angle/infra/specs/
Dgn_isolate_map.pyl12 # test type classifications for the tests that are run on the bots.
/external/tensorflow/tensorflow/examples/label_image/
DREADME.md29 classifications, which are the 1,000 categories used in the Imagenet
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dios.md15 displaying the top most probable classifications. It allows the user to choose
Dandroid.md21 classifications. It allows the user to choose between a floating point or
/external/python/cpython3/Doc/library/
Dlocale.rst538 There is no way to perform case conversions and character classifications
541 classifications are done according to the ASCII value of the byte, and bytes
Doptparse.rst1937 :mod:`optparse` has a couple of classifications for actions:
/external/llvm/docs/
DSystemLibrary.rst210 but more could be added for other operating system classifications. To
/external/llvm-project/llvm/docs/
DSupportLibrary.rst211 but more could be added for other operating system classifications. To
/external/tflite-support/tensorflow_lite_support/cc/task/
DREADME.md172 // classifications {
/external/llvm-project/libcxx/docs/
DCxx2aStatusIssuesStatus.csv75 "`3051 <https://wg21.link/LWG3051>`__","Floating point classifications were inadvertently changed i…
/external/python/cpython2/Doc/library/
Doptparse.rst1939 :mod:`optparse` has a couple of classifications for actions:
/external/libtextclassifier/native/annotator/pod_ner/test_data/
Dvocab.txt26740 classifications
/external/tensorflow/
DRELEASE.md3310 * Output variance over trees predictions for classifications tasks.

12