/external/tensorflow/tensorflow/python/ops/ |
D | metrics_impl.py | 88 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 …]
|
D | confusion_matrix.py | 33 labels, predictions, expected_rank_diff=0, name=None): argument 97 predictions, argument 205 predictions, argument
|
D | nn_ops.py | 5744 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/saved_model/ |
D | signature_def_utils_impl.py | 71 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/ops/losses/ |
D | losses_impl.py | 211 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/model_utils/ |
D | export_utils.py | 251 mode, serving_export_outputs=None, predictions=None, loss=None, argument 294 def get_export_outputs(export_outputs, predictions): argument
|
D | export_output.py | 251 def __init__(self, loss=None, predictions=None, metrics=None): argument 369 def predictions(self): member in _SupervisedOutput
|
/external/libtextclassifier/native/lang_id/ |
D | lang-id.h | 48 std::vector<std::pair<std::string, float>> predictions; member
|
D | lang-id-wrapper.cc | 86 const std::vector<std::pair<std::string, float>>& predictions = in GetLanguageTags() local
|
/external/libtextclassifier/native/annotator/translate/ |
D | translate_test.cc | 85 const auto predictions = in TEST_F() local 102 const auto predictions = in TEST_F() local
|
/external/tensorflow/tensorflow/lite/micro/examples/image_recognition_experimental/ |
D | util.h | 28 int get_top_prediction(const uint8_t* predictions, int num_categories) { in get_top_prediction()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | in_topk_op_test.py | 30 def _validateInTopK(self, predictions, target, k, expected): argument
|
D | confusion_matrix_test.py | 49 def _testConfMatrix(self, labels, predictions, truth, weights=None, argument
|
D | metrics_test.py | 1359 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
|
D | losses_test.py | 1036 self, labels, predictions, expected_loss, weights=1.0): argument 1141 self, labels, predictions, weights=1.0): argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | in_topk_op.cc | 67 const auto predictions = predictions_in.matrix<T>(); in Compute() local
|
D | in_topk_op_test.cc | 50 Node* predictions = test::graph::Constant(g, predictions_t, "predictions"); in InTopK() local
|
D | in_topk_op_gpu.cu.cc | 40 const T* __restrict__ predictions, // dims: [ num_targets x num_classes ] in ComputePredictionMaskKernel()
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | losses_utils.py | 84 labels, predictions, expected_rank_diff=0, name=None): argument
|
/external/tensorflow/tensorflow/python/keras/benchmarks/keras_examples_benchmarks/ |
D | mnist_conv_custom_training_benchmark_test.py | 60 def compute_loss(self, targets, predictions, loss_fn, batch_size): argument
|
/external/tflite-support/tensorflow_lite_support/cc/task/text/nlclassifier/ |
D | nl_classifier.cc | 264 std::vector<Category> predictions; in BuildResults() local
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | sort_ops_test.py | 365 def in_topk(predictions, targets, k=k): argument
|
/external/tensorflow/tensorflow/core/ops/ |
D | nn_ops.cc | 1261 ShapeHandle predictions; in __anonad10f3361d02() local 1280 ShapeHandle predictions; in __anonad10f3361e02() local
|
/external/tensorflow/tensorflow/python/keras/ |
D | backend.py | 5223 def in_top_k(predictions, targets, k): argument
|