Home
last modified time | relevance | path

Searched defs:labels (Results 1 – 25 of 1225) sorted by relevance

12345678910>>...49

/external/sandboxed-api/sandboxed_api/sandbox2/util/
Dbpf_helper_test.cc13 void AddMaxLabels(bpf_labels& labels) { in AddMaxLabels()
27 bpf_labels labels = {}; in TEST() local
36 bpf_labels labels = {}; in TEST() local
48 bpf_labels labels = {}; in TEST() local
58 bpf_labels labels = {}; in TEST() local
68 bpf_labels labels = {}; in TEST() local
79 bpf_labels labels = {}; in TEST() local
/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py84 def _remove_squeezable_dimensions(predictions, labels, weights): argument
160 def _maybe_expand_labels(labels, predictions): argument
228 def _streaming_confusion_matrix(labels, predictions, num_classes, weights=None): argument
479 def accuracy(labels, argument
634 def _confusion_matrix_at_thresholds(labels, argument
806 def auc(labels, argument
1040 def mean_absolute_error(labels, argument
1101 def mean_cosine_distance(labels, argument
1175 def mean_per_class_accuracy(labels, argument
1280 def mean_iou(labels, argument
[all …]
Dctc_ops.py71 def ctc_loss(labels, argument
194 def _ctc_loss_impl(labels, argument
596 def _ilabel_to_state(labels, num_labels, ilabel_log_probs): argument
612 def _state_to_olabel(labels, num_labels, states): argument
631 def _state_to_olabel_unique(labels, num_labels, states, unique): argument
675 def ctc_loss_and_grad(logits, labels, label_length, logit_length, unique=None): argument
743 def _ctc_loss_op_standard(labels, logits, logit_length, logits_time_major, argument
761 def _ctc_loss_op_cudnn(labels, logits, logit_length, logits_time_major, argument
786 def ctc_loss_v2(labels, argument
882 def ctc_loss_v3(labels, argument
[all …]
Dconfusion_matrix.py29 labels, predictions, expected_rank_diff=0, name=None): argument
92 def confusion_matrix(labels, argument
200 def confusion_matrix_v1(labels, argument
/external/google-cloud-java/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/proto/google/cloud/apigeeregistry/v1/
Dregistry_models.proto83 map<string, string> labels = 9; field
134 map<string, string> labels = 7; field
225 map<string, string> labels = 14; field
307 map<string, string> labels = 14; field
/external/googleapis/google/cloud/apigeeregistry/v1/
Dregistry_models.proto83 map<string, string> labels = 9; field
134 map<string, string> labels = 7; field
225 map<string, string> labels = 14; field
307 map<string, string> labels = 14; field
/external/googleapis/google/cloud/visionai/v1/
Dstreams_resources.proto53 map<string, string> labels = 4; field
102 map<string, string> labels = 4; field
136 map<string, string> labels = 4; field
173 map<string, string> labels = 4; field
Dlva_resources.proto51 map<string, string> labels = 4; field
79 map<string, string> labels = 4; field
/external/googleapis/google/cloud/visionai/v1alpha1/
Dstreams_resources.proto51 map<string, string> labels = 4; field
98 map<string, string> labels = 4; field
130 map<string, string> labels = 4; field
169 map<string, string> labels = 4; field
/external/tensorflow/tensorflow/python/ops/losses/
Dlosses_impl.py218 labels, predictions, weights=1.0, scope=None, argument
273 labels, predictions, axis=None, weights=1.0, scope=None, argument
328 def hinge_loss(labels, logits, weights=1.0, scope=None, argument
379 def huber_loss(labels, predictions, weights=1.0, delta=1.0, scope=None, argument
456 def log_loss(labels, predictions, weights=1.0, epsilon=1e-7, scope=None, argument
515 labels, predictions, weights=1.0, scope=None, argument
572 def compute_loss(labels, predictions, weights, loss_collection): argument
623 labels, predictions, weights=1.0, scope=None, argument
996 labels, predictions, weights=None, expected_rank_diff=0): argument
1048 labels, logits, weights=1.0, scope=None, argument
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DMethodProbesAdapterTest.java76 Label[] labels, IFrame frame) { in visitTableSwitchInsnWithProbes()
84 Label[] labels, IFrame frame) { in visitLookupSwitchInsnWithProbes()
227 final Label[] labels = new Label[] { label, label }; in testVisitLookupSwitchInsn1() local
246 final Label[] labels = new Label[] { label2, label }; in testVisitLookupSwitchInsn2() local
262 final Label[] labels = new Label[] { label, label }; in testVisitLookupSwitchInsn3() local
275 final Label[] labels = new Label[] { label, label }; in testVisitTableSwitchInsn1() local
293 final Label[] labels = new Label[] { label2, label }; in testVisitTableSwitchInsn2() local
308 final Label[] labels = new Label[] { label, label }; in testVisitTableSwitchInsn3() local
/external/tensorflow/tensorflow/python/eager/
Dmonitoring.py143 def get_cell(self, *labels):
188 def __init__(self, name, description, *labels):
199 def get_cell(self, *labels):
240 def __init__(self, name, description, *labels):
251 def get_cell(self, *labels):
295 def __init__(self, name, description, *labels):
306 def get_cell(self, *labels):
348 def __init__(self, name, description, *labels):
359 def get_cell(self, *labels):
450 def __init__(self, name, buckets, description, *labels):
[all …]
/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/
DMonitoredResource.java44 private final Map<String, String> labels; field in MonitoredResource
50 private Map<String, String> labels = new HashMap<>(); field in MonitoredResource.Builder
76 public Builder setLabels(Map<String, String> labels) { in setLabels() argument
158 public static MonitoredResource of(String type, Map<String, String> labels) { in of() argument
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/
DSwitchEntry.java88 private NodeList<Expression> labels; field in SwitchEntry
99 …public SwitchEntry(final NodeList<Expression> labels, final Type type, final NodeList<Statement> s… in SwitchEntry()
107 …public SwitchEntry(TokenRange tokenRange, NodeList<Expression> labels, Type type, NodeList<Stateme… in SwitchEntry()
144 public SwitchEntry setLabels(final NodeList<Expression> labels) { in setLabels()
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/label/
DTensorLabel.java120 List<String> labels = axisLabels.get(labeledAxis); in getMapWithTensorBuffer() local
164 List<String> labels = axisLabels.get(labeledAxis); in getMapWithFloatValue() local
195 List<String> labels = axisLabels.get(labeledAxis); in getCategoryList() local
219 private static Map<Integer, List<String>> makeMap(int axis, List<String> labels) { in makeMap()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DMethodAnalyzer.java123 final Label dflt, final Label... labels) { in visitTableSwitchInsn()
129 final Label[] labels) { in visitLookupSwitchInsn()
133 private void visitSwitchInsn(final Label dflt, final Label[] labels) { in visitSwitchInsn()
174 final Label dflt, final Label[] labels, final IFrame frame) { in visitTableSwitchInsnWithProbes()
180 final int[] keys, final Label[] labels, final IFrame frame) { in visitLookupSwitchInsnWithProbes()
185 final Label[] labels) { in visitSwitchInsnWithProbes()
/external/autotest/server/cros/
Dprovision.py160 def run_task_actions(cls, job, host, labels): argument
184 def _actions_and_values_iter(cls, labels): argument
200 def _filter_unactionable_labels(cls, labels): argument
212 def _filter_actionable_labels(cls, labels): argument
223 def partition(cls, labels): argument
/external/opencensus-java/contrib/dropwizard5/src/main/java/io/opencensus/contrib/dropwizard5/
DDropWizardMetrics.java111 AbstractMap.SimpleImmutableEntry<List<LabelKey>, List<LabelValue>> labels = in collectGauge() local
149 AbstractMap.SimpleImmutableEntry<List<LabelKey>, List<LabelValue>> labels = in collectCounter() local
175 final AbstractMap.SimpleImmutableEntry<List<LabelKey>, List<LabelValue>> labels = in collectMeter() local
202 final AbstractMap.SimpleImmutableEntry<List<LabelKey>, List<LabelValue>> labels = in collectHistogram() local
226 final AbstractMap.SimpleImmutableEntry<List<LabelKey>, List<LabelValue>> labels = in collectTimer() local
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DMethodInstrumenter.java113 final Label dflt, final Label[] labels, final IFrame frame) { in visitTableSwitchInsnWithProbes()
127 final int[] keys, final Label[] labels, final IFrame frame) { in visitLookupSwitchInsnWithProbes()
139 private Label[] createIntermediates(final Label[] labels) { in createIntermediates()
176 final Label[] labels, final IFrame frame) { in insertIntermediateProbes()
/external/tensorflow/tensorflow/python/eager/benchmarks/resnet50/
Dhvp_test.py28 def _forward_over_back_hvp(model, images, labels, vector): argument
39 def _back_over_forward_hvp(model, images, labels, vector): argument
50 def _tf_gradients_forward_over_back_hvp(model, images, labels, vector): argument
62 def _back_over_back_hvp(model, images, labels, vector): argument
/external/antlr/runtime/Python3/unittests/
Dtesttreewizard.py374 def visitor(node, parent, childIndex, labels): argument
388 def visitor(node, parent, childIndex, labels): argument
402 def visitor(node, parent, childIndex, labels): argument
416 def visitor(node, parent, childIndex, labels): argument
430 def visitor(node, parent, childIndex, labels): argument
444 def visitor(node, parent, childIndex, labels): argument
461 def visitor(node, parent, childIndex, labels): argument
477 def visitor(node, parent, childIndex, labels): argument
493 def visitor(node, parent, childIndex, labels): argument
/external/antlr/runtime/Python/unittests/
Dtesttreewizard.py375 def visitor(node, parent, childIndex, labels): argument
389 def visitor(node, parent, childIndex, labels): argument
403 def visitor(node, parent, childIndex, labels): argument
417 def visitor(node, parent, childIndex, labels): argument
431 def visitor(node, parent, childIndex, labels): argument
445 def visitor(node, parent, childIndex, labels): argument
462 def visitor(node, parent, childIndex, labels): argument
478 def visitor(node, parent, childIndex, labels): argument
495 def visitor(node, parent, childIndex, labels): argument
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/
DInterpreterMobileNetTest.java87 float[][] labels = new float[1][1001]; in runMobileNetFloatTest() local
115 float[][] labels = new float[1][1001]; in getTopKLabels() local
122 private static ArrayList<Integer> getTopKLabels(float[][] labels, int k) { in getTopKLabels()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dmnist.py51 def cast(images, labels): argument
61 def train_mnist(images, labels): argument
/external/googleapis/google/cloud/dataproc/v1/
Doperations.proto57 map<string, string> labels = 8; field
99 map<string, string> labels = 8; field
158 map<string, string> labels = 13 [(google.api.field_behavior) = OUTPUT_ONLY]; field
208 map<string, string> labels = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; field

12345678910>>...49