| /external/tensorflow/tensorflow/python/ops/ |
| D | metrics_impl.py | 84 def _remove_squeezable_dimensions(predictions, labels, weights): argument 160 def _maybe_expand_labels(labels, predictions): argument 228 def _streaming_confusion_matrix(labels, predictions, num_classes, weights=None): argument 480 predictions, argument 635 predictions, argument 807 predictions, argument 1041 predictions, argument 1102 predictions, argument 1176 predictions, argument 1281 predictions, argument [all …]
|
| D | confusion_matrix.py | 29 labels, predictions, expected_rank_diff=0, name=None): argument 93 predictions, argument 201 predictions, argument
|
| /external/tensorflow/tensorflow/python/keras/saving/utils_v1/ |
| D | signature_def_utils.py | 24 inputs, loss, predictions=None, metrics=None): argument 31 inputs, loss, predictions=None, metrics=None): argument 38 method_name, inputs, loss=None, predictions=None, argument
|
| D | export_utils.py | 253 mode, serving_export_outputs=None, predictions=None, loss=None, argument 296 def get_export_outputs(export_outputs, predictions): argument
|
| D | export_output.py | 246 def __init__(self, loss=None, predictions=None, metrics=None): argument 364 def predictions(self): member in _SupervisedOutput
|
| /external/tensorflow/tensorflow/python/ops/losses/ |
| D | losses_impl.py | 218 labels, predictions, weights=1.0, scope=None, argument 273 labels, predictions, axis=None, weights=1.0, scope=None, argument 379 def huber_loss(labels, predictions, weights=1.0, delta=1.0, scope=None, argument 456 def log_loss(labels, predictions, weights=1.0, epsilon=1e-7, scope=None, argument 515 labels, predictions, weights=1.0, scope=None, argument 572 def compute_loss(labels, predictions, weights, loss_collection): argument 623 labels, predictions, weights=1.0, scope=None, argument 996 labels, predictions, weights=None, expected_rank_diff=0): argument
|
| /external/tensorflow/tensorflow/python/saved_model/ |
| D | signature_def_utils_impl.py | 67 def regression_signature_def(examples, predictions): argument 217 inputs, loss, predictions=None, metrics=None): argument 224 inputs, loss, predictions=None, metrics=None): argument 231 method_name, inputs, loss=None, predictions=None, argument
|
| /external/ComputeLibrary/src/runtime/CPP/functions/ |
| D | CPPTopKV.cpp | 32 void CPPTopKV::configure(const ITensor *predictions, const ITensor *targets, ITensor *output, const… in configure() 41 Status CPPTopKV::validate(const ITensorInfo *predictions, const ITensorInfo *targets, ITensorInfo *… in validate()
|
| /external/ComputeLibrary/src/core/CPP/kernels/ |
| D | CPPTopKVKernel.cpp | 52 Status validate_arguments(const ITensorInfo *predictions, const ITensorInfo *targets, ITensorInfo *… in validate_arguments() 99 void CPPTopKVKernel::configure(const ITensor *predictions, const ITensor *targets, ITensor *output,… in configure() 118 Status CPPTopKVKernel::validate(const ITensorInfo *predictions, const ITensorInfo *targets, ITensor… in validate()
|
| /external/ComputeLibrary/tests/validation/CPP/ |
| D | TopKV.cpp | 88 Tensor predictions = create_tensor<Tensor>(TensorShape(10, 20), DataType::F32); in TEST_CASE() local 141 …Tensor predictions = create_tensor<Tensor>(TensorShape(10, 20), DataType::QASYMM8, 1, Quantization… in TEST_CASE() local 194 …Tensor predictions = create_tensor<Tensor>(TensorShape(10, 20), DataType::QASYMM8_SIGNED, 1, Quant… in TEST_CASE() local
|
| /external/tensorflow/tensorflow/python/saved_model/model_utils/ |
| D | export_utils.py | 307 mode, serving_export_outputs=None, predictions=None, loss=None, argument 350 def get_export_outputs(export_outputs, predictions): argument
|
| D | export_output.py | 267 def __init__(self, loss=None, predictions=None, metrics=None): argument 385 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 | 104 const auto predictions = in TEST_F() local 121 const auto predictions = in TEST_F() local
|
| /external/tensorflow/tensorflow/lite/g3doc/android/tutorials/ |
| D | audio_classification.md | 320 ### Stop prediction processing
|
| /external/tensorflow/tensorflow/python/kernel_tests/math_ops/ |
| D | in_topk_op_test.py | 26 def _validateInTopK(self, predictions, target, k, expected): argument
|
| D | confusion_matrix_test.py | 44 def _testConfMatrix(self, labels, predictions, truth, weights=None, 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/dtensor/mlir/expansions/ |
| D | in_top_k_spmd_expander.cc | 63 mlir::Value predictions = in_top_k_op.predictions(); in ExpandOp() local
|
| /external/tensorflow/tensorflow/python/keras/utils/ |
| D | losses_utils.py | 92 labels, predictions, expected_rank_diff=0, name=None): argument
|
| /external/tflite-support/tensorflow_lite_support/cc/task/text/nlclassifier/ |
| D | nl_classifier.cc | 290 std::vector<Category> predictions; in BuildResults() local
|
| /external/tensorflow/tensorflow/compiler/tests/ |
| D | sort_ops_test.py | 348 def in_topk(predictions, targets, k=k): argument
|