/external/tensorflow/tensorflow/python/keras/ |
backend.py | [all...] |
metrics.py | 92 labels = np.random.random((1000, 10)) 94 dataset = tf.data.Dataset.from_tensor_slices((data, labels)) 564 """Calculates how often predictions matches labels. 600 """Calculates how often predictions matches labels. 645 """Calculates how often predictions matches labels. 659 than as labels. If necessary, use `tf.one_hot` to expand `y_true` as a vector. 696 """Calculates how often predictions matches integer labels. [all...] |
/external/dtc/tests/ |
run_tests.sh | 479 value-labels.dts ; do 487 run_test value-labels ./oasm_value-labels.dts.test.so
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
map_test.py | 466 labels = dataset_ops.Dataset.range(count) 467 images = labels.map(lambda l: -l) 468 dataset_tuple = dataset_ops.Dataset.zip((labels, images)) [all...] |
/external/autotest/scheduler/ |
host_scheduler_unittests.py | 53 shard.labels.add(job1.dependency_labels.all()[0])
|
scheduler_models.py | 377 """Helper function to fetch labels & platform for a host.""" 387 # * if non-static labels are replaced, we find its replaced static 388 # labels from afe_static_labels by label name. 389 # * if non-static labels are not replaced, we keep it. 390 # * Drop static labels which don't have reference non-static labels. 398 # Only keep static labels who have replaced non-static labels. 554 Get all labels associated with this host queue entry (either via the 555 meta_host or as a job dependency label). The labels yielded are no [all...] |
/external/llvm/test/MC/ARM/ |
ldr-pseudo-darwin.s | 3 @ because the syntax for switching sections and temporary labels differs
|
ldr-pseudo.s | 3 @ because the syntax for switching sections and temporary labels differs
|
/external/pcre/dist2/src/sljit/ |
sljitLir.h | 367 struct sljit_label *labels; member in struct:sljit_compiler [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
ldr-pseudo-darwin.s | 3 @ because the syntax for switching sections and temporary labels differs
|
ldr-pseudo.s | 3 @ because the syntax for switching sections and temporary labels differs
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
expansion-jal-sym-pic.s | 158 # local labels ($tmp symbols)
|
/external/tensorflow/tensorflow/python/eager/ |
backprop_test.py | 410 nn_ops.softmax_cross_entropy_with_logits(logits=x, labels=l), 414 labels = constant_op.constant([[1.0, 0.0]]) 417 g, = backprop.gradients_function(loss, [0])(logits, labels) 448 x = nn_ops.softmax_cross_entropy_with_logits(labels=l, logits=x) [all...] |
/external/toolchain-utils/crosperf/ |
experiment_runner_unittest.py | 430 fake_result = Result(self.mock_logger, self.exp.labels[0], 'average',
|
/external/antlr/tool/src/test/java/org/antlr/test/ |
TestDFAConversion.java | 1670 List<Label> labels = local [all...] |
/external/tensorflow/tensorflow/contrib/boosted_trees/python/training/functions/ |
gbdt_batch.py | [all...] |
/external/v8/src/parsing/ |
parser.h | 286 void DeclareLabel(ZonePtrList<const AstRawString>** labels, 289 bool ContainsLabel(ZonePtrList<const AstRawString>* labels, [all...] |
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/ |
CodeGenTreeWalker.g | 266 /** Convert rewrite AST lists to target labels list */ 272 List<String> labels = new ArrayList<String>( refs.size() ); 285 labels.add( label ); 287 return labels; [all...] |
/external/libevent/ |
evdns.c | 1537 struct dnslabel_entry labels[MAX_LABELS]; member in struct:dnslabel_table [all...] |
/art/compiler/utils/mips/ |
assembler_mips.h | 215 // Jump table: table of labels emitted after the literals. Similar to literals. 218 explicit JumpTable(std::vector<MipsLabel*>&& labels) 219 : label_(), labels_(std::move(labels)) { 393 // Use branches/jumps to labels instead. [all...] |
/art/compiler/utils/mips64/ |
assembler_mips64.h | 366 // Jump table: table of labels emitted after the code and before the literals. Similar to literals. 369 explicit JumpTable(std::vector<Mips64Label*>&& labels) 370 : label_(), labels_(std::move(labels)) { [all...] |
/external/tensorflow/tensorflow/core/ops/ |
nn_ops.cc | [all...] |
/external/v8/src/builtins/ |
builtins-typed-array-gen.cc | 1071 Label* labels[] = { local [all...] |
/external/v8/src/compiler/ |
code-assembler.cc | 1442 RawMachineLabel** labels = local [all...] |
/external/v8/src/interpreter/ |
interpreter-generator.cc | 1895 Label* labels[] = {TYPEOF_LITERAL_LIST(LABEL_POINTER)}; local [all...] |