/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/ |
D | dense_image_warp_test.py | 54 predicted = sess.run(interp) 55 self.assertAllClose(expected_results, predicted) 68 predicted = sess.run(interp) 69 self.assertAllClose(expected_results, predicted) 82 predicted = sess.run(interp) 83 self.assertAllClose(expected_results, predicted)
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/msm_low_power/cpu_pred_select/ |
D | format | 10 field:u64 predicted; offset:16; size:8; signed:0; 13 print fmt: "pred:%u time:%lu tmr_time:%u", REC->predtype, (unsigned long)REC->predicted, REC->tmr_t…
|
/external/perf_data_converter/src/quipper/ |
D | perf_parser.h | 92 bool predicted; member 97 return predicted == other.predicted && from == other.from &&
|
D | perf_parser.cc | 552 parsed_entry.predicted = !entry->mispredicted(); in MapBranchStack()
|
/external/tremolo/Tremolo/ |
D | floor1.c | 334 int predicted=render_point(info->postlist[info->loneighbor[i-2]], in floor1_inverse1() local 339 int hiroom=quant_q-predicted; in floor1_inverse1() 340 int loroom=predicted; in floor1_inverse1() 359 fit_value[i]=val+predicted; in floor1_inverse1() 364 fit_value[i]=predicted|0x8000; in floor1_inverse1()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeExtractor/ |
D | cost.ll | 5 ; ptr != null is predicted to be true 26 ; ptr == null is predicted to be false
|
D | cost_meta.ll | 5 ; ptr != null is predicted to be true
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BlockFrequencyInfo/ |
D | basic.ll | 37 ; The 'then' branch is predicted more likely via branch weight metadata. 72 ; The 'case_c' branch is predicted more likely via branch weight metadata.
|
/external/llvm/test/Analysis/BlockFrequencyInfo/ |
D | basic.ll | 37 ; The 'then' branch is predicted more likely via branch weight metadata. 72 ; The 'case_c' branch is predicted more likely via branch weight metadata.
|
/external/python/cpython2/Parser/ |
D | spark.py | 376 predicted = {} 397 if not predicted.has_key(nextSym): 398 predicted[nextSym] = 1 421 core = predicted.keys()
|
/external/perf_data_converter/src/quipper/kernel/ |
D | perf_event.h | 896 predicted : 1, /* target predicted */ member
|
D | perf_internals.h | 220 u64 predicted : 1; member
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3exception.inl | 235 // in the input that was not predicted. This is the basic exception type 295 str_stream << " : cannot match to any predicted input...\n";
|
/external/kernel-headers/original/uapi/linux/ |
D | perf_event.h | 1124 predicted:1,/* target predicted */ member
|
/external/tensorflow/tensorflow/lite/g3doc/models/image_classification/ |
D | overview.md | 96 Based on the output, we can see that the classification model has predicted that 129 see the model has predicted a high probability that the image represents a dog.
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64.td | 77 "Prefer likely predicted branches over selects">;
|
/external/icu/icu4c/source/data/translit/ |
D | ThaiLogical_Latin.txt | 22 # COMMENTED out: the implicit vowel positions cannot be predicted algorithmically
|
/external/tensorflow/tensorflow/contrib/tensor_forest/ |
D | README.md | 87 For regression problems, TensorForests's output are the predicted regression
|
/external/libtextclassifier/annotator/ |
D | model.fbs | 157 // in the predicted selection are stripped from the both selection ends. 609 // predicted spans.
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/tutorials/ |
D | xla_compile.ipynb | 171 …"When called, it returns two values. `y` is a `tf.Tensor` representing predicted probability of ea…
|
/external/u-boot/doc/ |
D | README.falcon | 118 storage can not be predicted nor provided at commandline, it depends
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64.td | 116 "Prefer likely predicted branches over selects">;
|
/external/python/cpython2/Doc/library/ |
D | audioop.rst | 251 element (the predicted value) in 16 bits and the second (the delta index) in 8.
|
/external/python/cpython3/Doc/library/ |
D | audioop.rst | 259 element (the predicted value) in 16 bits and the second (the delta index) in 8.
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | load_test.py | 417 predicted = self(x) 418 loss = math_ops.reduce_sum(math_ops.abs(y - predicted))
|