Home
last modified time | relevance | path

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

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