HomeSort by relevance Sort by last modified time
    Searched refs:labels (Results 451 - 475 of 725) sorted by null

<<11121314151617181920>>

  /external/antlr/runtime/Ruby/test/unit/
test-trees.rb 813 labels = @wizard.match( tree,
817 assert_kind_of( Hash, labels )
818 @wizard.in_context?( labels.fetch( 'x' ), 'VEC' ).should be_true
826 labels = @wizard.match( tree, "(%x:PRINT (MULT ID (VEC INT INT INT)))" )
827 assert_kind_of( Hash, labels )
828 @wizard.in_context?( labels.fetch( 'x' ), 'VEC' ).should be_false
836 labels = @wizard.match( tree,
839 assert_kind_of( Hash, labels )
840 node = labels.fetch( 'x' )
  /external/antlr/tool/src/main/java/org/antlr/analysis/
DFA.java 517 IntervalSet labels = (IntervalSet)label.getSet();
518 int lmin = labels.getMinElement();
521 smin = labels.getMinElement();
523 if ( labels.getMaxElement()>smax ) {
524 smax = labels.getMaxElement();
563 IntervalSet labels = (IntervalSet)label.getSet();
564 int[] atoms = labels.toArray();
607 IntervalSet labels = (IntervalSet)label.getSet();
608 int[] atoms = labels.toArray();
    [all...]
  /external/tensorflow/tensorflow/python/ops/
nn_ops.py     [all...]
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
MethodSourcer.java 217 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) {
243 public void visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels) {
  /external/autotest/server/hosts/
file_store_unittest.py 27 info = host_info.HostInfo(labels=['labels'],
37 info = host_info.HostInfo(labels=['labels'],
  /external/autotest/server/site_tests/moblab_StorageQual/
moblab_StorageQual.py 30 # Moblab expects to have 1 dut with each of these labels
87 board = labellib.LabelsMapping(dut.labels)['board']
88 for label in dut.labels:
94 'Missing required labels on hosts %s, are some hosts down?'
  /external/autotest/venv/skylab_suite/
swarming_lib.py 85 def task_dependencies_from_labels(labels):
86 """Parse dependencies from autotest labels.
88 @param labels: A list of label string.
97 translation_autotest.from_autotest_labels(labels))
  /external/chromium-trace/catapult/devil/devil/android/
app_ui.py 94 for package, labels in sorted(summary.iteritems()):
96 for label in sorted(labels):
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
ClassProbesAdapterTest.java 41 Label dflt, Label[] labels, IFrame frame) {
47 Label[] labels, IFrame frame) {
  /external/llvm/test/MC/ARM/
ltorg-darwin.s 3 @ because the syntax for switching sections and temporary labels differs
81 @ check that ltorg works for labels
ltorg.s 3 @ because the syntax for switching sections and temporary labels differs
75 @ check that ltorg works for labels
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
ltorg-darwin.s 3 @ because the syntax for switching sections and temporary labels differs
81 @ check that ltorg works for labels
ltorg.s 3 @ because the syntax for switching sections and temporary labels differs
75 @ check that ltorg works for labels
  /external/tensorflow/tensorflow/contrib/kernel_methods/python/
kernel_estimators.py 115 def _kernel_model_fn(features, labels, mode, params, config=None):
120 labels: `Tensor` of shape [batch_size, 1] or [batch_size] labels of
149 updated_features, labels, mode, params, config)
275 Note that class labels are integers representing the class index (i.e.
277 labels), convert to class indices first.
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
leaf_model_operators_test.cc 73 std::vector<float> labels = {1, 0, 1}; local
76 new TestableInputTarget(labels, weights, 1));
  /external/tensorflow/tensorflow/examples/tutorials/mnist/
mnist_with_summaries.py 124 labels=y_, logits=y)
155 xs, ys = mnist.test.images, mnist.test.labels
  /external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
checkpoint_input_pipeline_hook_test.py 41 def _model_fn(features, labels, mode, config):
42 del labels
  /external/tensorflow/tensorflow/python/debug/examples/
debug_tflearn_iris.py 76 labels = tf.reshape(tf.constant(iris.target), [-1])
77 return features, labels
  /external/tensorflow/tensorflow/python/tpu/
_tpu_estimator_embedding.py 276 def split_inputs(ctx, features, labels):
277 """Splits the dense and sparse tensors inside the features and labels."""
284 return features, labels, sparse_features
  /external/toolchain-utils/cros_utils/
tabulator_test.py 81 labels = ['vanilla', 'modified']
82 tg = tabulator.TableGenerator(runs, labels)
  /external/autotest/frontend/afe/
models.py 64 # often chosen via dependency labels.
204 """The tag to indicate Whether to replace labels with static labels."""
224 labels = dbmodels.ManyToManyField(Label, blank=True, variable in class:Shard
495 'labels',
508 labels = dbmodels.ManyToManyField(Label, blank=True, variable in class:Host
527 """Split labels to static & non-static.
529 @label_names: a list of labels (string).
537 labels = Label.objects.filter(name__in=label_names)
540 return [], labels
1563 def labels(self): member in class:Job
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
pgen.py 63 ilabel = len(c.labels)
71 c.labels.append((c.symbol2number[label], None))
82 c.labels.append((itoken, None))
94 c.labels.append((token.NAME, value))
103 c.labels.append((itoken, None))
231 # set of arcs (same labels pointing to the same nodes) and
  /external/autotest/tko/parsers/
version_0.py 80 elif 'labels' in host_keyval:
85 labels = host_keyval['labels'].split(',')
86 board_labels = [l[8:] for l in labels
91 board_labels = [l[8:] for l in labels
94 # Multiple board/model labels aren't supposed to
99 error = ('Failed to retrieve board label from host labels: '
100 '%s' % host_keyval['labels'])
207 attributes, labels):
220 attributes, labels)
    [all...]
  /external/python/cpython2/Lib/lib2to3/pgen2/
pgen.py 63 ilabel = len(c.labels)
71 c.labels.append((c.symbol2number[label], None))
82 c.labels.append((itoken, None))
94 c.labels.append((token.NAME, value))
103 c.labels.append((itoken, None))
231 # set of arcs (same labels pointing to the same nodes) and
  /external/python/cpython3/Lib/lib2to3/pgen2/
pgen.py 63 ilabel = len(c.labels)
71 c.labels.append((c.symbol2number[label], None))
82 c.labels.append((itoken, None))
94 c.labels.append((token.NAME, value))
103 c.labels.append((itoken, None))
231 # set of arcs (same labels pointing to the same nodes) and

Completed in 444 milliseconds

<<11121314151617181920>>