/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
D | metric_spec_test.py | 47 def _fn2(prediction, label, weight=None): argument 53 def _fn3(prediction, target, weight=None): argument 201 def _fn2(prediction, label): argument 206 def _fn3(prediction, target): argument 374 def _fn1(prediction, weight=None): argument 387 def _fn1(prediction, label): argument 395 def _fn3(prediction, target): argument 408 def _fn1(prediction, label, target): argument 417 def _fn(predictions, prediction, labels): argument
|
/external/tensorflow/tensorflow/lite/examples/label_image/ |
D | get_top_n_impl.h | 30 void get_top_n(T* prediction, int prediction_size, size_t num_results, in get_top_n()
|
/external/v8/src/ |
D | handler-table.cc | 109 CatchPrediction prediction) { in SetRangeHandler() 165 CatchPrediction prediction = GetRangePrediction(i); in LookupRange() local 201 CatchPrediction prediction = GetRangePrediction(i); in HandlerTableRangePrint() local
|
D | isolate.cc | 1225 CatchType prediction = PredictExceptionCatcher(); in Throw() local 1479 HandlerTable::CatchPrediction prediction; in Throw() local 1512 Isolate::CatchType ToCatchType(HandlerTable::CatchPrediction prediction) { in Throw() 1558 Isolate::CatchType prediction = ToCatchType(PredictException(js_frame)); in Throw() local 1570 CatchType prediction = ToCatchType(code->GetBuiltinCatchPrediction()); in Throw() local 1576 CatchType prediction = ToCatchType(code->GetBuiltinCatchPrediction()); in Throw() local 2142 CatchType prediction = PredictExceptionCatcher(); in Throw() local
|
D | frames.cc | 1098 int* stack_depth, HandlerTable::CatchPrediction* prediction) { in LookupExceptionHandlerInTable() 1528 int* stack_slots, HandlerTable::CatchPrediction* prediction) { in LookupExceptionHandlerInTable() 1656 int* context_register, HandlerTable::CatchPrediction* prediction) { in LookupExceptionHandlerInTable()
|
/external/v8/src/interpreter/ |
D | handler-table-builder.cc | 61 int handler_id, HandlerTable::CatchPrediction prediction) { in SetPrediction()
|
/external/tensorflow/tensorflow/lite/models/smartreply/ |
D | predictor.cc | 98 PredictorResponse prediction(iter.first, iter.second); in GetSegmentPredictions() local
|
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/ |
D | unidirectional_sequence_lstm_test.py | 100 def trainModel(self, x, prediction, output_class, sess): argument
|
D | bidirectional_sequence_lstm_test.py | 109 def trainModel(self, x, prediction, output_class, sess): argument
|
D | unidirectional_sequence_rnn_test.py | 96 def trainModel(self, x, prediction, output_class, sess): argument
|
D | bidirectional_sequence_rnn_test.py | 128 def trainModel(self, x, prediction, output_class, sess): argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sdca_internal.cc | 205 const Eigen::Tensor<float, 0, Eigen::RowMajor> prediction = in ComputeWxAndWeightedExampleNorm() local 219 const Eigen::Tensor<float, 2, Eigen::RowMajor> prediction = in ComputeWxAndWeightedExampleNorm() local
|
/external/v8/src/ast/ |
D | prettyprinter.cc | 979 const char* prediction = ""; in VisitTryCatchStatement() local
|
/external/v8/src/debug/ |
D | debug.cc | 928 HandlerTable::CatchPrediction prediction; in PrepareStepOnThrow() local
|
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 716 const float prediction = (float)(samples[ndx].*predictor) * fit.coefficient + fit.offset; in calculateBasicStatistics() local 733 const float prediction = (float)(samples[ndx].*predictor) * fit.coefficient + fit.offset; in calculateBasicStatistics() local
|