Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dobject_detection_average_precision_stage_test.cc75 ObjectDetectionResult predicted; in GetPredictedDetectionResult() local
77 auto* object_1 = predicted.add_objects(); in GetPredictedDetectionResult()
86 auto* object_2 = predicted.add_objects(); in GetPredictedDetectionResult()
95 auto* object_3 = predicted.add_objects(); in GetPredictedDetectionResult()
103 return predicted; in GetPredictedDetectionResult()
125 const ObjectDetectionResult predicted = GetPredictedDetectionResult(); in TEST() local
149 stage.SetEvalInputs(predicted, ground_truth); in TEST()
182 const ObjectDetectionResult predicted = GetPredictedDetectionResult(); in TEST() local
/external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DGlitchAnalyzer.h190 double predicted = sinf(mInputPhase) * mMagnitude; in processInputFrame() local
191 double diff = predicted - sample; in processInputFrame()
199 mSumSquareSignal += predicted * predicted; in processInputFrame()
228 double predicted = sinf(mInputPhase) * mMagnitude; in processInputFrame() local
229 double diff = predicted - sample; in processInputFrame()
/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/tflite-support/tensorflow_lite_support/cc/task/vision/proto/
Dclassifications.proto22 // List of predicted classes (aka labels) for a given image classifier head.
24 // The array of predicted classes, usually sorted by descending scores (e.g.
Dimage_segmenter_options.proto44 // the pixel in the original image was predicted to belong to.
/external/tremolo/Tremolo/
Dfloor1.c335 int predicted=render_point(info->postlist[info->loneighbor[i-2]], in floor1_inverse1() local
340 int hiroom=quant_q-predicted; in floor1_inverse1()
341 int loroom=predicted; in floor1_inverse1()
360 fit_value[i]=val+predicted; in floor1_inverse1()
365 fit_value[i]=predicted|0x8000; in floor1_inverse1()
/external/llvm-project/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/perfetto/protos/perfetto/metrics/android/
Dthread_time_in_state_metric.proto31 // Power cost as predicted by the power profile.
/external/llvm-project/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/tensorflow/tensorflow/lite/g3doc/models/recommendation/
Doverview.md33 sequential user history and label-encoder to encode predicted recommendation
35 the likelihood that the predicted candidate meets the user's needs.
/external/tensorflow/tensorflow/lite/tools/evaluation/proto/
Devaluation_stages.proto200 // Proto containing information about all the objects (predicted or
252 // average over all classes encountered in predicted/ground truth sets.
254 // A predicted box matches a ground truth box if and only if
/external/tensorflow/tensorflow/python/keras/integration_test/
Dsaved_model_test.py139 predicted = self(x)
140 loss = tf.math.reduce_sum(tf.math.abs(y - predicted))
/external/python/cpython2/Parser/
Dspark.py376 predicted = {}
397 if not predicted.has_key(nextSym):
398 predicted[nextSym] = 1
421 core = predicted.keys()
/external/webrtc/docs/native-code/rtp-hdrext/playout-delay/
DREADME.md15 …The jitter buffer, the local time extrapolation and the predicted render time (based on predicted
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dint-cmp-57.ll7 ; result can be predicted in case of overflow. For example, if adding a
/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/tensorflow/tensorflow/python/ops/numpy_ops/g3doc/
DTensorFlow_NumPy_Text_Generation.ipynb755 "Decode these to see the text predicted by this untrained model:"
997 …a categorical distribution to calculate the index of the predicted character. Use this predicted c…
999 …model, which is how it learns as it gets more context from the previously predicted characters.\n",
1050 " # We pass the predicted character as the next input to the model\n",
/external/kernel-headers/original/uapi/linux/
Dperf_event.h1302 predicted:1,/* target predicted */ member
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dpost_training_float16_quant.ipynb392 "template = \"True:{true}, predicted:{predict}\"\n",
425 "template = \"True:{true}, predicted:{predict}\"\n",
Dpost_training_integer_quant_16x8.ipynb444 "template = \"True:{true}, predicted:{predict}\"\n",
477 "template = \"True:{true}, predicted:{predict}\"\n",
/external/llvm/lib/Target/AArch64/
DAArch64.td77 "Prefer likely predicted branches over selects">;
/external/tensorflow/tensorflow/compiler/xla/g3doc/tutorials/
Djit_compile.ipynb164 …"In the training function, you get the predicted labels using the layer defined above, and then mi…
/external/perfetto/docs/data-sources/
Dframetimeline.md6 not match the predicted present time given by the scheduler.
195 example, a frame might have predicted present time as 20ms. Due to a drift in

1234