Searched refs:string_strip (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | string_strip_op_test.py | 32 output = string_ops.string_strip(strings) 41 output = string_ops.string_strip(strings) 50 output = string_ops.string_strip(strings)
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_StringStrip.pbtxt | 7 name: "string_strip"
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_tensor_test_ops.py | 82 string_ops.string_strip,
|
D | ragged_dispatch.py | 347 string_ops.string_strip,
|
/external/starlark-go/starlark/ |
D | library.go | 123 "lstrip": NewBuiltin("lstrip", string_strip), // sic 130 "rstrip": NewBuiltin("rstrip", string_strip), // sic 134 "strip": NewBuiltin("strip", string_strip), 1940 func string_strip(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
|
/external/python/cpython2/Objects/ |
D | stringobject.c | 1936 string_strip(PyStringObject *self, PyObject *args) in string_strip() function 3665 {"strip", (PyCFunction)string_strip, METH_VARARGS, strip__doc__},
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.pbtxt | 2300 name: "string_strip"
|
/external/tensorflow/ |
D | RELEASE.md | 3034 …nds to `tf.string_to_number`), `tf.strings.strip` (corresponds to `tf.string_strip`), `tf.strings.… 3057 * [`tf.string_strip`](https://www.tensorflow.org/versions/r1.9/api_docs/python/tf/string_strip)
|