/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/ |
head.py | 81 def create_loss(self, features, mode, logits=None, labels=None): 232 def create_estimator_spec(self, features, mode, labels=None): 235 if labels is not None and labels != {}: # for better error messages. 237 "The model received a `labels`, which is not supported. " 241 del labels
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
hexagon_graph_execution_test.cc | 93 std::vector<string> labels = str_util::Split(label_str, '\n'); local 95 float_array, labels.data(), 96 std::min(element_count, static_cast<int>(labels.size())), 116 std::vector<string> labels(element_count); 118 GraphTransferUtils::GetTopNFloatResults(float_array, labels.data(),
|
/external/autotest/server/ |
server_job.py | 465 def cleanup(self, labels): 468 @param labels: Comma separated job labels, will be used to 477 namespace.update({'job_labels': labels, 'args': ''}) 481 def verify(self, labels): 484 @param labels: Comma separated job labels, will be used to 493 namespace.update({'job_labels': labels, 'args': ''}) 497 def reset(self, labels): 500 @param labels: Comma separated job labels, will be used t [all...] |
/external/guice/lib/build/ |
asm-6.0.jar | |
/external/autotest/frontend/afe/ |
moblab_rpc_interface.py | 566 labels = [label.name for label in host.label_list] 567 labels.sort() 569 labels.append("ATTR:(%s=%s)" % (host_attribute.attribute, 571 configured_duts[host.hostname] = ', '.join(labels) 760 of labels. 767 @return: A de-duped list of requested dut labels attached to the moblab. 774 labels = set() 778 labels.add(label.name.replace(requested_label, '')) 781 return list(labels) 834 """ RPC handler to get a list of the pools labels on the DUT's connected [all...] |
/external/autotest/site_utils/deployment/ |
install.py | 87 _DEFAULT_POOL = constants.Labels.POOL_PREFIX + 'suites' 467 labels = labellib.LabelsMapping(afe_host.labels) 468 if label_name not in labels: 472 existing_value = labels[label_name] 550 and make sure that it has basic labels. 567 host.labels.update_labels(host) 576 version = [label for label in afe_host.labels 676 for label in h.labels: 677 if label.startswith(constants.Labels.POOL_PREFIX) [all...] |
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
Code.java | 95 * <h3>Branches, Labels and Returns</h3> 96 * Basic control flow is expressed using jumps and labels. Each label must be 115 * This API uses labels to handle thrown exceptions, errors and throwables. Call 183 * All allocated labels. Although the order of the labels in this list 186 private final List<Label> labels = new ArrayList<Label>(); field in class:Code 299 labels.get(0).instructions.addAll(0, moveParameterInstructions); 314 // labels 327 labels.add(target); 460 * @param catchLabels an immutable list of catch labels [all...] |
/external/autotest/server/hosts/ |
cros_host.py | 276 self.labels = base_label.LabelRetriever(cros_label.CROS_LABELS) 531 """Clear firmware version labels from the machine. 536 labels = self._AFE.get_labels( 540 labels = labels + self._AFE.get_labels( 543 for label in labels: [all...] |
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/kernel_tests/ |
sdca_ops_test.py | 165 labels): 174 labels: The example labels. 200 example_labels=labels, 201 example_ids=['%d' % i for i in range(0, len(labels))]) 642 'Only labels of 0.0 or 1.0 are supported right now.'): 806 labels=[1.0, 0.0]) [all...] |
/external/v8/src/torque/ |
torque-parser.cc | 190 auto labels = child_results->NextAs<std::vector<std::string>>(); local 192 MakeNode<CallExpression>(callee, false, generic_args, args, labels); 274 auto labels = child_results->NextAs<LabelAndTypesVector>(); local 276 name, operator_name, args, return_type, labels); 293 auto labels = child_results->NextAs<LabelAndTypesVector>(); local 296 name, operator_name, args, return_type, labels); 384 auto labels = child_results->NextAs<LabelAndTypesVector>(); local 388 return_type, std::move(labels), body); [all...] |
types.h | 407 LabelDeclarationVector labels; member in struct:v8::internal::torque::Signature 413 std::vector<Label*> labels; member in struct:v8::internal::torque::Arguments 421 const std::vector<Label*>& labels);
|
/external/v8/tools/mb/ |
mb.py | 681 # the compile targets to the matching GN labels. 690 err, labels = self.MapTargetsToLabels(isolate_map, swarming_targets) 695 self.WriteFile(gn_runtime_deps_path, '\n'.join(labels) + '\n') 756 err, labels = self.MapTargetsToLabels(isolate_map, [target]) 759 label = labels[0] 810 labels = [] 815 labels.append(target) 817 labels.append(target) 823 labels.append(isolate_map[target]['label']) 828 return err, labels [all...] |
/external/autotest/frontend/client/src/autotest/afe/ |
AfeUtils.java | 62 JSONArray labels = staticData.getData("labels").isArray(); local 64 for (int i = 0; i < labels.size(); i++) { 65 JSONObject label = labels.get(i).isObject();
|
/external/tensorflow/tensorflow/cc/gradients/ |
nn_grad_test.cc | 120 auto labels = Placeholder(scope_, DT_FLOAT, Placeholder::Shape(logits_shape)); local 122 tensorflow::ops::SoftmaxCrossEntropyWithLogits(scope_, logits, labels); 125 RunTest({logits, labels}, {logits_shape, logits_shape}, {y.backprop, y.loss},
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_ptb/ |
rnn_ptb.py | 156 labels = tf.reshape(targets, [-1]) 160 labels=labels, logits=outputs))
|
/external/tensorflow/tensorflow/python/ops/ |
gradient_checker_test.py | 223 # special care for labels since they need to be normalized per batch 273 labels = constant_op.constant( 277 name="labels") 279 labels=labels, logits=logits, name="cost")
|
gradient_checker_v2_test.py | 218 # special care for labels since they need to be normalized per batch 261 labels = constant_op.constant( 265 name="labels") 267 labels=labels, logits=logits, name="cost")
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/ |
parse.py | 124 t, v = self.grammar.labels[i]
126 # Look it up in the list of labels
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
PCCTSAST.cpp | 249 * 'labels' array, and setting 'n' according to how many labels were matched.
252 scanmatch(ScanAST *t, PCCTS_AST **labels[], int *n)
266 require(labels!=NULL, "label found in template, but no array of labels");
268 *(labels[sib->label_num-1]) = u;
280 if ( !u->down()->scanmatch(sib->down(), labels, n) ) return 0;
442 * may be set according to the '%i' labels in the template string.
459 * matched against the input tree. The labels are set as they are
464 * This function returns the number of labels matched. [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
PCCTSAST.cpp | 244 * 'labels' array, and setting 'n' according to how many labels were matched.
247 scanmatch(ScanAST *t, PCCTS_AST **labels[], int *n)
261 require(labels!=NULL, "label found in template, but no array of labels");
263 *(labels[sib->label_num-1]) = u;
269 if ( !u->down()->scanmatch(sib->down(), labels, n) ) return 0;
428 * may be set according to the '%i' labels in the template string.
445 * matched against the input tree. The labels are set as they are
450 * This function returns the number of labels matched. [all...] |
/external/autotest/cli/ |
job.py | 266 self.parser.add_option('-b', '--labels', 267 help='Comma separated list of labels ' 313 label_info = topic_common.item_parse_info(attribute_name='labels', 314 inline_option='labels') 331 if self.labels: 333 multiple_labels=self.labels) 362 [--labels <list of labels of machines to run on>] 366 [--dependencies <labels this job is dependent on>] 391 'list of labels this job is dependent on.' [all...] |
shard.py | 69 for label in line['labels']: 81 super(shard_list, self).output(results, ['id', 'hostname', 'labels']) 88 self.parser.add_option('-l', '--labels', 89 help=('Assign LABELs to the SHARD. All jobs that ' 90 'require one of the labels will be run on ' 91 'the shard. List multiple labels separated ' 94 metavar='LABELS') 101 self.data['labels'] = options.labels or '' 116 boards labels to be added to the shard [all...] |
/external/autotest/scheduler/ |
scheduler_models_unittest.py | 162 host1.labels.add(label1) 163 host1.labels.add(non_static_platform) 244 labels = list(hqe.get_labels()) 245 self.assertEqual([], labels)
|
/external/llvm/test/MC/Mips/ |
cpsetup.s | 79 # .cpsetup with local labels (PR22518): 111 # Ensure we have at least one instruction between labels so that the labels
|
/external/python/cpython2/Lib/lib2to3/pgen2/ |
parse.py | 124 t, v = self.grammar.labels[i] 126 # Look it up in the list of labels
|