Home
last modified time | relevance | path

Searched defs:all_labels (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
H A Dobject_detection_stage.h58 void SetAllLabels(const std::vector<std::string>& all_labels) { in SetAllLabels()
H A Dtopk_accuracy_eval_stage.h48 void SetTaskInfo(const std::vector<std::string>& all_labels, in SetTaskInfo()
H A Dimage_classification_stage.h51 void SetAllLabels(const std::vector<std::string>& all_labels) { in SetAllLabels()
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/
Dmiette_diagnostic.rs254 let mut all_labels = self.labels.unwrap_or_default(); in and_labels() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/expansions/
H A Deinsum_spmd_expander.cc399 absl::flat_hash_set<char> all_labels; in MaybeRelayoutInputs() local