Home
last modified time | relevance | path

Searched defs:predictions (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py88 def _remove_squeezable_dimensions(predictions, labels, weights): argument
164 def _maybe_expand_labels(labels, predictions): argument
231 def _streaming_confusion_matrix(labels, predictions, num_classes, weights=None): argument
398 predictions, argument
462 predictions, argument
634 predictions, argument
864 predictions, argument
925 predictions, argument
999 predictions, argument
1104 predictions, argument
[all …]
Dconfusion_matrix.py33 labels, predictions, expected_rank_diff=0, name=None): argument
97 predictions, argument
205 predictions, argument
Dnn_ops.py5744 def in_top_k(predictions, targets, k, name=None): argument
5779 def in_top_k_v2(targets, predictions, k, name=None): argument
/external/tensorflow/tensorflow/python/ops/losses/
Dlosses_impl.py211 labels, predictions, weights=1.0, scope=None, argument
266 labels, predictions, axis=None, weights=1.0, scope=None, argument
372 def huber_loss(labels, predictions, weights=1.0, delta=1.0, scope=None, argument
449 def log_loss(labels, predictions, weights=1.0, epsilon=1e-7, scope=None, argument
508 labels, predictions, weights=1.0, scope=None, argument
605 labels, predictions, weights=1.0, scope=None, argument
796 labels, predictions, weights=None, expected_rank_diff=0): argument
/external/tensorflow/tensorflow/python/saved_model/
Dsignature_def_utils_impl.py71 def regression_signature_def(examples, predictions): argument
213 inputs, loss, predictions=None, metrics=None): argument
220 inputs, loss, predictions=None, metrics=None): argument
227 method_name, inputs, loss=None, predictions=None, argument
/external/tensorflow/tensorflow/python/saved_model/model_utils/
Dexport_utils.py251 mode, serving_export_outputs=None, predictions=None, loss=None, argument
294 def get_export_outputs(export_outputs, predictions): argument
Dexport_output.py251 def __init__(self, loss=None, predictions=None, metrics=None): argument
369 def predictions(self): member in _SupervisedOutput
/external/libtextclassifier/native/lang_id/
Dlang-id.h48 std::vector<std::pair<std::string, float>> predictions; member
Dlang-id-wrapper.cc86 const std::vector<std::pair<std::string, float>>& predictions = in GetLanguageTags() local
/external/libtextclassifier/native/annotator/translate/
Dtranslate_test.cc85 const auto predictions = in TEST_F() local
102 const auto predictions = in TEST_F() local
/external/tensorflow/tensorflow/lite/micro/examples/image_recognition_experimental/
Dutil.h28 int get_top_prediction(const uint8_t* predictions, int num_categories) { in get_top_prediction()
/external/tensorflow/tensorflow/python/kernel_tests/
Din_topk_op_test.py30 def _validateInTopK(self, predictions, target, k, expected): argument
Dconfusion_matrix_test.py49 def _testConfMatrix(self, labels, predictions, truth, weights=None, argument
Dmetrics_test.py1359 def np_auc(self, predictions, labels, weights): argument
2020 def _test_precision_at_k(predictions, argument
2083 def _test_average_precision_at_k(predictions, argument
2530 def _test_recall_at_k(predictions, argument
3398 def _reweight(predictions, labels, weights): argument
Dlosses_test.py1036 self, labels, predictions, expected_loss, weights=1.0): argument
1141 self, labels, predictions, weights=1.0): argument
/external/tensorflow/tensorflow/core/kernels/
Din_topk_op.cc67 const auto predictions = predictions_in.matrix<T>(); in Compute() local
Din_topk_op_test.cc50 Node* predictions = test::graph::Constant(g, predictions_t, "predictions"); in InTopK() local
Din_topk_op_gpu.cu.cc40 const T* __restrict__ predictions, // dims: [ num_targets x num_classes ] in ComputePredictionMaskKernel()
/external/tensorflow/tensorflow/python/keras/utils/
Dlosses_utils.py84 labels, predictions, expected_rank_diff=0, name=None): argument
/external/tensorflow/tensorflow/python/keras/benchmarks/keras_examples_benchmarks/
Dmnist_conv_custom_training_benchmark_test.py60 def compute_loss(self, targets, predictions, loss_fn, batch_size): argument
/external/tflite-support/tensorflow_lite_support/cc/task/text/nlclassifier/
Dnl_classifier.cc264 std::vector<Category> predictions; in BuildResults() local
/external/tensorflow/tensorflow/compiler/tests/
Dsort_ops_test.py365 def in_topk(predictions, targets, k=k): argument
/external/tensorflow/tensorflow/core/ops/
Dnn_ops.cc1261 ShapeHandle predictions; in __anon4650176f1d02() local
1280 ShapeHandle predictions; in __anon4650176f1e02() local
/external/tensorflow/tensorflow/python/keras/
Dbackend.py5223 def in_top_k(predictions, targets, k): argument