Searched refs:_scan (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/ |
D | ctc_loss_op_test.py | 923 out = ctc_ops._scan( 928 out = ctc_ops._scan( 934 out = ctc_ops._scan( 940 out = ctc_ops._scan( 947 out = ctc_ops._scan( 958 out = ctc_ops._scan(fn, constant_op.constant([0.0, 1.0, 2.0]), 23.0) 969 out = ctc_ops._scan( 984 out = ctc_ops._scan(
|
/external/tensorflow/tensorflow/python/ops/ |
D | ctc_ops.py | 1327 fwd = _scan( 1354 bwd, cum_log_sum = _scan( 1374 def _scan(fn, elems, initial, reverse=False, inclusive=False, final_only=False): function
|
/external/python/setuptools/setuptools/ |
D | package_index.py | 414 def _scan(self, link): member in PackageIndex 438 self._scan(urllib.parse.urljoin(url, htmldecode(match.group(1)))) 442 pkg, ver = self._scan(url) # ensure this page is in the page index
|
/external/python/pyyaml/yaml/ |
D | _yaml.pyx | 349 cdef object _scan(self): member in CParser 457 value = self._scan() 462 self.current_token = self._scan() 467 self.current_token = self._scan()
|
/external/cronet/buildtools/third_party/libc++/trunk/docs/Status/ |
D | Cxx17Issues.csv | 163 "`2687 <https://wg21.link/LWG2687>`__","{inclusive,exclusive}_scan misspecified","Oulu","",""
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 742 SKIP_SCAN(unsigned _skip = 0, unsigned _scan = 0) in SKIP_SCAN() argument 743 : skip(_skip), scan(_scan) {} in SKIP_SCAN()
|
/external/mesa3d/docs/relnotes/ |
D | 19.0.0.rst | 1983 ac_build_{inclusive,exclusive}_scan
|