/external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | text_vectorization.py | 323 self._split = split 362 if self._output_mode == INT and self._split is None: 367 if self._output_mode == INT and self._split is not None: 437 "split": self._split, 483 if self._split is not None: 523 if self._split is not None: 529 if self._split == SPLIT_ON_WHITESPACE: 533 elif callable(self._split): 534 inputs = self._split(inputs) 539 "for `split`: None, 'whitespace', or a Callable.") % self._split)
|
D | text_vectorization_test.py | 692 layer._split = "unsupported"
|
/external/python/cpython2/Lib/plat-riscos/ |
D | riscospath.py | 55 def _split(p): function 102 (fs, drive, path)= _split(p) 113 (fs, drive, path)= _split(b) 128 (fs, drive, path)= _split(p) 153 (fs, drive, path)= _split(p) 279 (fs, drive, path)= _split(p) 331 (fs, drive, path)= _split(p)
|
/external/bazelbuild-rules_android/rules/ |
D | path.bzl | 26 def _split(path): 63 path1_fragments = _normalize_path_fragments(_split(path1)) 64 path2_fragments = _normalize_path_fragments(_split(path2)) 92 fragments += _normalize_path_fragments(_split(path_fragment)) 100 split = _split,
|
/external/python/cpython2/Lib/lib-tk/ |
D | tkFont.py | 94 self._split = tk.splitlist 128 self._split(self._call("font", "actual", self.name)) 142 self._split(self._call("font", "config", self.name)) 162 res = self._split(self._call("font", "metrics", self.name))
|
/external/python/cpython3/Lib/tkinter/ |
D | font.py | 97 self._split = tk.splitlist 135 self._split(self._call("font", "actual", self.name, *args))) 148 self._split(self._call("font", "config", self.name))) 173 res = self._split(self._call("font", "metrics", self.name, *args))
|
/external/python/cpython2/Lib/email/ |
D | header.py | 288 def _split(self, s, charset, maxlinelen, splitchars): member in Header 332 return chunk + self._split(last, charset, self._maxlinelen, splitchars) 407 newchunks += self._split(s, charset, targetlen, splitchars)
|
/external/python/cpython2/Lib/ |
D | textwrap.py | 163 def _split(self, text): member in TextWrapper 326 chunks = self._split(text)
|
/external/python/cpython3/Lib/ |
D | textwrap.py | 160 def _split(self, text): member in TextWrapper 338 return self._split(text)
|
/external/llvm-project/pstl/include/pstl/internal/ |
D | parallel_backend_tbb.h | 737 …bool _split; //"true" means a merge task is a split task for parallel merging, the execution logic… variable 832 _x_orig(__x_orig), _y_orig(__y_orig), _split(false) in __merge_func() 960 _PSTL_ASSERT(!_split); in process_ranges() 1034 __right_func._split = true; in split_merging() 1041 _split = true; in split_merging() 1055 if (_split) in operator()
|
/external/python/cpython2/Lib/test/ |
D | test_textwrap.py | 41 result = self.wrapper._split(text) 419 result = self.wrapper._split(text)
|
/external/python/cpython3/Lib/test/ |
D | test_textwrap.py | 40 result = self.wrapper._split(text) 420 result = self.wrapper._split(text)
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | data_adapter.py | 1498 def _split(t, start, end): function 1504 functools.partial(_split, start=0, end=split_at), arrays) 1506 functools.partial(_split, start=split_at, end=batch_dim), arrays)
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | notes.markdown | 363 - **ra\_split** - prepares the program to register allocation. 371 involved in copies (inserted by the ra\_split pass) to the same
|
/external/pigweed/pw_fuzzer/ |
D | docs.rst | 233 .. _split a fuzzing input: https://github.com/google/fuzzing/blob/master/docs/split-inputs.md
|
/external/usrsctp/ |
D | Manual.tex | 691 \subsubsection{usrsctp\_sysctl\_set\_sctp\_min\_split\_point()} 876 %sctp\_min\_split\_point&Minimum size when splitting a chunk&2904 \tabularnewline \hline
|