Home
last modified time | relevance | path

Searched refs:string_strip (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dstring_strip_op_test.py32 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/
Dapi_def_StringStrip.pbtxt7 name: "string_strip"
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_tensor_test_ops.py82 string_ops.string_strip,
Dragged_dispatch.py347 string_ops.string_strip,
/external/starlark-go/starlark/
Dlibrary.go123 "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/
Dstringobject.c1936 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/
Dtensorflow.pbtxt2300 name: "string_strip"
/external/tensorflow/
DRELEASE.md3034 …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)