Home
last modified time | relevance | path

Searched refs:string_upper (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dstring_upper_op_test.py33 output = string_ops.string_upper(strings)
41 output = string_ops.string_upper(strings)
49 output = string_ops.string_upper(strings, encoding="utf-8")
/external/python/cpython2/Objects/
Dstringobject.c2023 string_upper(PyStringObject *self) in string_upper() function
3640 {"upper", (PyCFunction)string_upper, METH_NOARGS, upper__doc__},