Home
last modified time | relevance | path

Searched defs:string_join (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dstring_ops.py546 def string_join(inputs, separator="", name=None): function
/external/starlark-go/starlark/
Dlibrary.go1812 func string_join(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
/external/python/cpython2/Objects/
Dstringobject.c1593 string_join(PyStringObject *self, PyObject *orig) in string_join() function