Home
last modified time | relevance | path

Searched defs:string_split (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dstring_ops.py199 def string_split(source, sep=None, skip_empty=True, delimiter=None): # pylint: disable=invalid-name function
/external/python/cpython2/Objects/
Dstringobject.c1459 string_split(PyStringObject *self, PyObject *args) in string_split() function