Home
last modified time | relevance | path

Searched refs:_split (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dtext_vectorization.py323 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)
Dtext_vectorization_test.py692 layer._split = "unsupported"
/external/python/cpython2/Lib/plat-riscos/
Driscospath.py55 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/
Dpath.bzl26 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/
DtkFont.py94 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/
Dfont.py97 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/
Dheader.py288 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/
Dtextwrap.py163 def _split(self, text): member in TextWrapper
326 chunks = self._split(text)
/external/python/cpython3/Lib/
Dtextwrap.py160 def _split(self, text): member in TextWrapper
338 return self._split(text)
/external/llvm-project/pstl/include/pstl/internal/
Dparallel_backend_tbb.h737 …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/
Dtest_textwrap.py41 result = self.wrapper._split(text)
419 result = self.wrapper._split(text)
/external/python/cpython3/Lib/test/
Dtest_textwrap.py40 result = self.wrapper._split(text)
420 result = self.wrapper._split(text)
/external/tensorflow/tensorflow/python/keras/engine/
Ddata_adapter.py1498 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/
Dnotes.markdown363 - **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/
Ddocs.rst233 .. _split a fuzzing input: https://github.com/google/fuzzing/blob/master/docs/split-inputs.md
/external/usrsctp/
DManual.tex691 \subsubsection{usrsctp\_sysctl\_set\_sctp\_min\_split\_point()}
876 %sctp\_min\_split\_point&Minimum size when splitting a chunk&2904 \tabularnewline \hline