Home
last modified time | relevance | path

Searched refs:predicted (Results 1 – 25 of 66) sorted by relevance

123

/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
Ddense_image_warp_test.py54 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/
Dformat10 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/
Dperf_parser.h92 bool predicted; member
97 return predicted == other.predicted && from == other.from &&
Dperf_parser.cc552 parsed_entry.predicted = !entry->mispredicted(); in MapBranchStack()
/external/tremolo/Tremolo/
Dfloor1.c334 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/
Dcost.ll5 ; ptr != null is predicted to be true
26 ; ptr == null is predicted to be false
Dcost_meta.ll5 ; ptr != null is predicted to be true
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BlockFrequencyInfo/
Dbasic.ll37 ; 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/
Dbasic.ll37 ; 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/
Dspark.py376 predicted = {}
397 if not predicted.has_key(nextSym):
398 predicted[nextSym] = 1
421 core = predicted.keys()
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h896 predicted : 1, /* target predicted */ member
Dperf_internals.h220 u64 predicted : 1; member
/external/antlr/runtime/Cpp/include/
Dantlr3exception.inl235 // 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/
Dperf_event.h1124 predicted:1,/* target predicted */ member
/external/tensorflow/tensorflow/lite/g3doc/models/image_classification/
Doverview.md96 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/
DAArch64.td77 "Prefer likely predicted branches over selects">;
/external/icu/icu4c/source/data/translit/
DThaiLogical_Latin.txt22 # COMMENTED out: the implicit vowel positions cannot be predicted algorithmically
/external/tensorflow/tensorflow/contrib/tensor_forest/
DREADME.md87 For regression problems, TensorForests's output are the predicted regression
/external/libtextclassifier/annotator/
Dmodel.fbs157 // in the predicted selection are stripped from the both selection ends.
609 // predicted spans.
/external/tensorflow/tensorflow/compiler/xla/g3doc/tutorials/
Dxla_compile.ipynb171 …"When called, it returns two values. `y` is a `tf.Tensor` representing predicted probability of ea…
/external/u-boot/doc/
DREADME.falcon118 storage can not be predicted nor provided at commandline, it depends
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64.td116 "Prefer likely predicted branches over selects">;
/external/python/cpython2/Doc/library/
Daudioop.rst251 element (the predicted value) in 16 bits and the second (the delta index) in 8.
/external/python/cpython3/Doc/library/
Daudioop.rst259 element (the predicted value) in 16 bits and the second (the delta index) in 8.
/external/tensorflow/tensorflow/python/saved_model/
Dload_test.py417 predicted = self(x)
418 loss = math_ops.reduce_sum(math_ops.abs(y - predicted))

123