/external/tflite-support/tensorflow_lite_support/examples/task/vision/desktop/ |
D | image_classifier_demo.cc | 91 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/ |
D | image_classifier.cc | 417 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/ |
D | image_classifier_jni.cc | 126 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/ |
D | ExtrasUtils.java | 270 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()
|
D | TextClassifierImpl.java | 541 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/ |
D | VorbisUtil.java | 400 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/ |
D | BUILD | 139 srcs = ["classifications.proto"], 147 srcs = ["classifications.proto"],
|
D | image_classifier_options.proto | 49 // Optional whitelist of class names. If non-empty, classifications whose 54 // Optional blacklist of class names. If non-empty, classifications whose
|
D | classifications.proto | 34 repeated Classifications classifications = 1; field
|
/external/libtextclassifier/native/annotator/ |
D | annotator_test-include.cc | 369 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 …]
|
D | annotator.cc | 2126 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/ |
D | gn_isolate_map.pyl | 10 # test type classifications for the tests that are run on the bots.
|
/external/angle/infra/specs/ |
D | gn_isolate_map.pyl | 12 # test type classifications for the tests that are run on the bots.
|
/external/tensorflow/tensorflow/examples/label_image/ |
D | README.md | 29 classifications, which are the 1,000 categories used in the Imagenet
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | ios.md | 15 displaying the top most probable classifications. It allows the user to choose
|
D | android.md | 21 classifications. It allows the user to choose between a floating point or
|
/external/python/cpython3/Doc/library/ |
D | locale.rst | 538 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
|
D | optparse.rst | 1937 :mod:`optparse` has a couple of classifications for actions:
|
/external/llvm/docs/ |
D | SystemLibrary.rst | 210 but more could be added for other operating system classifications. To
|
/external/llvm-project/llvm/docs/ |
D | SupportLibrary.rst | 211 but more could be added for other operating system classifications. To
|
/external/tflite-support/tensorflow_lite_support/cc/task/ |
D | README.md | 172 // classifications {
|
/external/llvm-project/libcxx/docs/ |
D | Cxx2aStatusIssuesStatus.csv | 75 "`3051 <https://wg21.link/LWG3051>`__","Floating point classifications were inadvertently changed i…
|
/external/python/cpython2/Doc/library/ |
D | optparse.rst | 1939 :mod:`optparse` has a couple of classifications for actions:
|
/external/libtextclassifier/native/annotator/pod_ner/test_data/ |
D | vocab.txt | 26740 classifications
|
/external/tensorflow/ |
D | RELEASE.md | 3310 * Output variance over trees predictions for classifications tasks.
|