/external/tensorflow/tensorflow/lite/tools/evaluation/stages/ |
D | object_detection_average_precision_stage_test.cc | 75 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/ |
D | GlitchAnalyzer.h | 190 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/ |
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/tflite-support/tensorflow_lite_support/cc/task/vision/proto/ |
D | classifications.proto | 22 // 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.
|
D | image_segmenter_options.proto | 44 // the pixel in the original image was predicted to belong to.
|
/external/tremolo/Tremolo/ |
D | floor1.c | 335 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/ |
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/perfetto/protos/perfetto/metrics/android/ |
D | thread_time_in_state_metric.proto | 31 // Power cost as predicted by the power profile.
|
/external/llvm-project/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/tensorflow/tensorflow/lite/g3doc/models/recommendation/ |
D | overview.md | 33 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/ |
D | evaluation_stages.proto | 200 // 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/ |
D | saved_model_test.py | 139 predicted = self(x) 140 loss = tf.math.reduce_sum(tf.math.abs(y - predicted))
|
/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/webrtc/docs/native-code/rtp-hdrext/playout-delay/ |
D | README.md | 15 …The jitter buffer, the local time extrapolation and the predicted render time (based on predicted …
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-57.ll | 7 ; result can be predicted in case of overflow. For example, if adding a
|
/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/tensorflow/tensorflow/python/ops/numpy_ops/g3doc/ |
D | TensorFlow_NumPy_Text_Generation.ipynb | 755 "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/ |
D | perf_event.h | 1302 predicted:1,/* target predicted */ member
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | post_training_float16_quant.ipynb | 392 "template = \"True:{true}, predicted:{predict}\"\n", 425 "template = \"True:{true}, predicted:{predict}\"\n",
|
D | post_training_integer_quant_16x8.ipynb | 444 "template = \"True:{true}, predicted:{predict}\"\n", 477 "template = \"True:{true}, predicted:{predict}\"\n",
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64.td | 77 "Prefer likely predicted branches over selects">;
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/tutorials/ |
D | jit_compile.ipynb | 164 …"In the training function, you get the predicted labels using the layer defined above, and then mi…
|
/external/perfetto/docs/data-sources/ |
D | frametimeline.md | 6 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
|