Searched refs:Recall (Results 1 – 25 of 31) sorted by relevance
12
/external/tensorflow/tensorflow/python/keras/ |
D | metrics_confusion_matrix_test.py | 529 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 …]
|
D | metrics.py | 1200 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/ |
D | tensorflow.metrics.-recall.pbtxt | 1 path: "tensorflow.metrics.Recall" 3 is_instance: "<class \'tensorflow.python.keras.metrics.Recall\'>"
|
D | tensorflow.keras.metrics.-recall.pbtxt | 1 path: "tensorflow.keras.metrics.Recall" 3 is_instance: "<class \'tensorflow.python.keras.metrics.Recall\'>"
|
D | tensorflow.keras.metrics.pbtxt | 100 name: "Recall"
|
D | tensorflow.metrics.pbtxt | 100 name: "Recall"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.metrics.-recall.pbtxt | 1 path: "tensorflow.keras.metrics.Recall" 3 is_instance: "<class \'tensorflow.python.keras.metrics.Recall\'>"
|
D | tensorflow.keras.metrics.pbtxt | 100 name: "Recall"
|
/external/eigen/cmake/ |
D | EigenConfigureTesting.cmake | 23 # Recall that our unit tests are not in the "all" target, so we have to explicitely ask ctest to bu…
|
/external/flatbuffers/docs/source/ |
D | CUsage.md | 182 elaborate the reader section of the tutorial with tests for this. Recall
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | Lexer.as | 101 * a lexer rule finishes with token set to SKIP_TOKEN. Recall that
|
/external/llvm/docs/tutorial/ |
D | LangImpl04.rst | 297 ``getAddress()`` on the symbol. Recall that we compile top-level expressions 307 Recall, however, that the module we created a few lines earlier (via
|
D | LangImpl03.rst | 241 Recall that the LLVM Module is the container that holds the functions we are
|
D | LangImpl05.rst | 392 which adds the 'else' block to the function. Recall previously that the
|
D | OCamlLangImpl4.rst | 288 Recall that we compile top-level expressions into a self-contained LLVM
|
/external/e2fsprogs/intl/ |
D | libgnuintl.h.in | 60 shared library. Recall that on ELF systems, the symbols are looked
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | LangImpl04.rst | 324 ``getAddress()`` on the symbol. Recall that we compile top-level expressions 334 Recall, however, that the module we created a few lines earlier (via
|
D | LangImpl03.rst | 241 Recall that the LLVM Module is the container that holds the functions we are
|
D | OCamlLangImpl4.rst | 288 Recall that we compile top-level expressions into a self-contained LLVM
|
D | LangImpl05.rst | 393 which adds the 'else' block to the function. Recall previously that the
|
D | OCamlLangImpl3.rst | 192 Module's symbol table. Recall that the LLVM Module is the container that
|
/external/eigen/doc/ |
D | QuickReference.dox | 33 \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/ |
D | Signals.inc | 188 /// Recall that signals can fire during llvm_shutdown. If this occurs we should
|
/external/tensorflow/tensorflow/tools/docker/notebooks/ |
D | 1_hello_tensorflow.ipynb | 449 "Recall that you can pass numpy or Python arrays into `constant`.\n",
|
/external/iperf3/docs/ |
D | invoking.rst | 109 the receiver, with lines tagged accordingly. Recall that by default
|
12