Home
last modified time | relevance | path

Searched defs:prediction (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dmetric_spec_test.py47 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/
Dget_top_n_impl.h30 void get_top_n(T* prediction, int prediction_size, size_t num_results, in get_top_n()
/external/v8/src/
Dhandler-table.cc109 CatchPrediction prediction) { in SetRangeHandler()
165 CatchPrediction prediction = GetRangePrediction(i); in LookupRange() local
201 CatchPrediction prediction = GetRangePrediction(i); in HandlerTableRangePrint() local
Disolate.cc1225 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
Dframes.cc1098 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/
Dhandler-table-builder.cc61 int handler_id, HandlerTable::CatchPrediction prediction) { in SetPrediction()
/external/tensorflow/tensorflow/lite/models/smartreply/
Dpredictor.cc98 PredictorResponse prediction(iter.first, iter.second); in GetSegmentPredictions() local
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/
Dunidirectional_sequence_lstm_test.py100 def trainModel(self, x, prediction, output_class, sess): argument
Dbidirectional_sequence_lstm_test.py109 def trainModel(self, x, prediction, output_class, sess): argument
Dunidirectional_sequence_rnn_test.py96 def trainModel(self, x, prediction, output_class, sess): argument
Dbidirectional_sequence_rnn_test.py128 def trainModel(self, x, prediction, output_class, sess): argument
/external/tensorflow/tensorflow/core/kernels/
Dsdca_internal.cc205 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/
Dprettyprinter.cc979 const char* prediction = ""; in VisitTryCatchStatement() local
/external/v8/src/debug/
Ddebug.cc928 HandlerTable::CatchPrediction prediction; in PrepareStepOnThrow() local
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp716 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