Home
last modified time | relevance | path

Searched refs:Recall (Results 1 – 25 of 31) sorted by relevance

12

/external/tensorflow/tensorflow/python/keras/
Dmetrics_confusion_matrix_test.py529 r_obj = metrics.Recall(
540 r_obj2 = metrics.Recall.from_config(r_obj.get_config())
548 r_obj = metrics.Recall(thresholds=[0.3, 0.72])
564 r_obj = metrics.Recall()
572 r_obj = metrics.Recall(thresholds=[0.5])
581 r_obj = metrics.Recall()
595 r_obj = metrics.Recall()
603 r_obj = metrics.Recall(thresholds=[0.5, 0.7])
611 r_obj = metrics.Recall(thresholds=[0.5, 1.])
627 r_obj = metrics.Recall(thresholds=[0.5, 1.])
[all …]
Dmetrics.py1200 class Recall(Metric): class
1262 super(Recall, self).__init__(name=name, dtype=dtype)
1321 base_config = super(Recall, self).get_config()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.metrics.-recall.pbtxt1 path: "tensorflow.metrics.Recall"
3 is_instance: "<class \'tensorflow.python.keras.metrics.Recall\'>"
Dtensorflow.keras.metrics.-recall.pbtxt1 path: "tensorflow.keras.metrics.Recall"
3 is_instance: "<class \'tensorflow.python.keras.metrics.Recall\'>"
Dtensorflow.keras.metrics.pbtxt100 name: "Recall"
Dtensorflow.metrics.pbtxt100 name: "Recall"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.metrics.-recall.pbtxt1 path: "tensorflow.keras.metrics.Recall"
3 is_instance: "<class \'tensorflow.python.keras.metrics.Recall\'>"
Dtensorflow.keras.metrics.pbtxt100 name: "Recall"
/external/eigen/cmake/
DEigenConfigureTesting.cmake23 # Recall that our unit tests are not in the "all" target, so we have to explicitely ask ctest to bu…
/external/flatbuffers/docs/source/
DCUsage.md182 elaborate the reader section of the tutorial with tests for this. Recall
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DLexer.as101 * a lexer rule finishes with token set to SKIP_TOKEN. Recall that
/external/llvm/docs/tutorial/
DLangImpl04.rst297 ``getAddress()`` on the symbol. Recall that we compile top-level expressions
307 Recall, however, that the module we created a few lines earlier (via
DLangImpl03.rst241 Recall that the LLVM Module is the container that holds the functions we are
DLangImpl05.rst392 which adds the 'else' block to the function. Recall previously that the
DOCamlLangImpl4.rst288 Recall that we compile top-level expressions into a self-contained LLVM
/external/e2fsprogs/intl/
Dlibgnuintl.h.in60 shared library. Recall that on ELF systems, the symbols are looked
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DLangImpl04.rst324 ``getAddress()`` on the symbol. Recall that we compile top-level expressions
334 Recall, however, that the module we created a few lines earlier (via
DLangImpl03.rst241 Recall that the LLVM Module is the container that holds the functions we are
DOCamlLangImpl4.rst288 Recall that we compile top-level expressions into a self-contained LLVM
DLangImpl05.rst393 which adds the 'else' block to the function. Recall previously that the
DOCamlLangImpl3.rst192 Module's symbol table. Recall that the LLVM Module is the container that
/external/eigen/doc/
DQuickReference.dox33 \b Recall: Eigen provides two kinds of dense objects: mathematical matrices and vectors which are b…
473 Recall that .array() has no cost, it only changes the available API and interpretation of the data.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DSignals.inc188 /// Recall that signals can fire during llvm_shutdown. If this occurs we should
/external/tensorflow/tensorflow/tools/docker/notebooks/
D1_hello_tensorflow.ipynb449 "Recall that you can pass numpy or Python arrays into `constant`.\n",
/external/iperf3/docs/
Dinvoking.rst109 the receiver, with lines tagged accordingly. Recall that by default

12