Searched refs:specificity (Results 1 – 21 of 21) sorted by relevance
/external/autotest/frontend/client/src/autotest/public/ |
D | common.css | 27 * would otherwise have the same specificity.
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | metrics_test.py | 1481 specificity, update_op = metrics.specificity_at_sensitivity( 1492 initial_specificity = self.evaluate(specificity) 1494 self.assertAlmostEqual(initial_specificity, self.evaluate(specificity), 1503 specificity, update_op = metrics.specificity_at_sensitivity( 1509 self.assertEqual(1, self.evaluate(specificity)) 1519 specificity, update_op = metrics.specificity_at_sensitivity( 1525 self.assertAlmostEqual(1.0, self.evaluate(specificity)) 1535 specificity, update_op = metrics.specificity_at_sensitivity( 1542 self.assertAlmostEqual(0.6, self.evaluate(specificity)) 1555 specificity, update_op = metrics.specificity_at_sensitivity( [all …]
|
/external/tensorflow/tensorflow/python/keras/ |
D | metrics.py | 1607 def __init__(self, specificity, num_thresholds=200, name=None, dtype=None): argument 1608 if specificity < 0 or specificity > 1: 1610 self.specificity = specificity 1613 specificity, num_thresholds=num_thresholds, name=name, dtype=dtype) 1626 'specificity': self.specificity
|
D | metrics_confusion_matrix_test.py | 740 self.assertEqual(s_obj.specificity, 0.4) 747 self.assertEqual(s_obj2.specificity, 0.4)
|
/external/tensorflow/tensorflow/python/ops/ |
D | metrics_impl.py | 2812 specificity, 2872 if specificity < 0 or specificity > 1: 2888 tf_index = math_ops.argmin(math_ops.abs(specificities - specificity), 0) 3741 specificity = _aggregate_across_replicas( 3750 return specificity, update_op
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.metrics.-sensitivity-at-specificity.pbtxt | 134 …argspec: "args=[\'self\', \'specificity\', \'num_thresholds\', \'name\', \'dtype\'], varargs=None,…
|
D | tensorflow.metrics.-sensitivity-at-specificity.pbtxt | 134 …argspec: "args=[\'self\', \'specificity\', \'num_thresholds\', \'name\', \'dtype\'], varargs=None,…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.metrics.-sensitivity-at-specificity.pbtxt | 134 …argspec: "args=[\'self\', \'specificity\', \'num_thresholds\', \'name\', \'dtype\'], varargs=None,…
|
D | tensorflow.metrics.pbtxt | 105 …argspec: "args=[\'labels\', \'predictions\', \'specificity\', \'weights\', \'num_thresholds\', \'m…
|
/external/llvm-project/llvm/include/llvm/TableGen/ |
D | Automaton.td | 36 // specific than the transitioned-from state, for some definition of specificity).
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Automaton.td | 36 // specific than the transitioned-from state, for some definition of specificity).
|
/external/fmtlib/doc/bootstrap/ |
D | navbar.less | 372 // Repurpose the pull utilities as their own navbar utilities to avoid specificity 376 // Declared after the navbar components to ensure more specificity on the margins.
|
/external/bcc/tools/ |
D | inject_example.txt | 61 In general, it's worth noting that the required specificity of the call chain is
|
/external/jackson-core/release-notes/ |
D | VERSION-2.x | 10 JSON-specificity: naming is due to history, as Jackson started out as pure
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/docs/ |
D | ReductionDesign.txt | 35 the specificity of the reduction element data structures (e.g., sizes, data
|
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/ |
D | apply-shim.min.js.map | 1 …specificity than the rule in which `@apply` appears,\n * the `background` will not be set.\n *\n *…
|
D | scoping-shim.min.js.map | 1 … scope :host rules; this helps make property host rules\n // have low specificity. They are overr…
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | southamerica | 1794 # It is possible that there is greater specificity to be found for the Rules
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/llvm/docs/ |
D | LangRef.rst | 1891 accordingly and introduce target specificity into the IR with respect to
|
/external/llvm-project/llvm/docs/ |
D | LangRef.rst | 2499 accordingly and introduce target specificity into the IR with respect to
|