Home
last modified time | relevance | path

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

123

/external/perfetto/src/ftrace_reader/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()
Dperf_serializer.cc480 entry.flags.predicted = !entry.flags.mispred; in DeserializeSampleEvent()
/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/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/tensorflow/tensorflow/docs_src/tutorials/
Daudio_recognition.md56 `accuracy 7.0%` is the how many classes were correctly predicted on this
59 each label, and each number is the predicted likelihood of the input being that
60 class. The predicted label is picked by choosing the entry with the highest
105 that were predicted to be each label, so the first column represents all the
106 clips that were predicted to be silence, the second all those that were
107 predicted to be unknown words, the third "yes", and so on.
122 column represents all the clips that were predicted to be silence, so positive
124 spoken words are actually being predicted to be silence, so we do have quite a
374 on ensuring the predicted labels are highly likely to be correct even if some
Dlayers.md420 * The **predicted class** for each example: a digit from 0–9.
424 For a given example, our predicted class is the element in the corresponding row
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h896 predicted : 1, /* target predicted */ member
Dperf_internals.h220 u64 predicted : 1; member
/external/kernel-headers/original/uapi/linux/
Dperf_event.h1077 predicted:1,/* target predicted */ member
/external/llvm/lib/Target/AArch64/
DAArch64.td77 "Prefer likely predicted branches over selects">;
/external/libtextclassifier/
Dmodel.fbs142 // in the predicted selection are stripped from the both selection ends.
560 // predicted spans.
/external/icu/icu4c/source/data/translit/
DThaiLogical_Latin.txt22 # COMMENTED out: the implicit vowel positions cannot be predicted algorithmically
/external/tensorflow/tensorflow/docs_src/api_guides/python/
Dregression_examples.md139 After training the model, the program concludes by outputting predicted
/external/tensorflow/tensorflow/contrib/tensor_forest/
DREADME.md87 For regression problems, TensorForests's output are the predicted regression
/external/tensorflow/tensorflow/docs_src/programmers_guide/
Destimators.md190 and similarly, the predicted output names can be obtained from
Dlow_level_intro.md488 The model hasn't yet been trained, so the four "predicted" values aren't very
/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/tools/docker/notebooks/
D3_mnist_from_scratch.ipynb1589 …"Now we can compare the predicted and label classes to compute the error rate and confusion matrix…
1663 "for predicted, actual in bundled:\n",
1664 " confusions[predicted, actual] += 1\n",
1742 " for predicted, actual in bundled:\n",
1743 " confusions[predicted, actual] += 1\n",
1757 …"We'll need to train for some time to actually see useful predicted values. Let's define a loop th…
/external/tensorflow/tensorflow/docs_src/mobile/
Dlinking_libs.md187 images from a camera) and receive outputs (for example, predicted labels).
/external/tensorflow/tensorflow/contrib/slim/
DREADME.md424 distribution and the predicted probability distribution across
426 between the predicted and true values.
/external/tensorflow/tensorflow/docs_src/get_started/
Dget_started_for_beginners.md94 between the sepal and petal measurements and the predicted Iris species. Some

123