Home
last modified time | relevance | path

Searched refs:string_strip (Results 1 – 7 of 7) 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_dispatch.py341 string_ops.string_strip,
Dragged_dispatch_test.py93 string_ops.string_strip,
/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/
DRELEASE.md361 …nds to `tf.string_to_number`), `tf.strings.strip` (corresponds to `tf.string_strip`), `tf.strings.…
384 * [`tf.string_strip`](https://www.tensorflow.org/versions/r1.9/api_docs/python/tf/string_strip)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.pbtxt2216 name: "string_strip"