Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py84 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 …]
Dconfusion_matrix.py29 labels, predictions, expected_rank_diff=0, name=None): argument
93 predictions, argument
201 predictions, argument
/external/tensorflow/tensorflow/python/keras/saving/utils_v1/
Dsignature_def_utils.py24 inputs, loss, predictions=None, metrics=None): argument
31 inputs, loss, predictions=None, metrics=None): argument
38 method_name, inputs, loss=None, predictions=None, argument
Dexport_utils.py253 mode, serving_export_outputs=None, predictions=None, loss=None, argument
296 def get_export_outputs(export_outputs, predictions): argument
Dexport_output.py246 def __init__(self, loss=None, predictions=None, metrics=None): argument
364 def predictions(self): member in _SupervisedOutput
/external/tensorflow/tensorflow/python/ops/losses/
Dlosses_impl.py218 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/
Dsignature_def_utils_impl.py67 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/
DCPPTopKV.cpp32 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/
DCPPTopKVKernel.cpp52 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/
DTopKV.cpp88 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/
Dexport_utils.py307 mode, serving_export_outputs=None, predictions=None, loss=None, argument
350 def get_export_outputs(export_outputs, predictions): argument
Dexport_output.py267 def __init__(self, loss=None, predictions=None, metrics=None): argument
385 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.cc104 const auto predictions = in TEST_F() local
121 const auto predictions = in TEST_F() local
/external/tensorflow/tensorflow/lite/g3doc/android/tutorials/
Daudio_classification.md320 ### Stop prediction processing
/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
Din_topk_op_test.py26 def _validateInTopK(self, predictions, target, k, expected): argument
Dconfusion_matrix_test.py44 def _testConfMatrix(self, labels, predictions, truth, weights=None, 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/dtensor/mlir/expansions/
Din_top_k_spmd_expander.cc63 mlir::Value predictions = in_top_k_op.predictions(); in ExpandOp() local
/external/tensorflow/tensorflow/python/keras/utils/
Dlosses_utils.py92 labels, predictions, expected_rank_diff=0, name=None): argument
/external/tflite-support/tensorflow_lite_support/cc/task/text/nlclassifier/
Dnl_classifier.cc290 std::vector<Category> predictions; in BuildResults() local
/external/tensorflow/tensorflow/compiler/tests/
Dsort_ops_test.py348 def in_topk(predictions, targets, k=k): argument

12