HomeSort by relevance Sort by last modified time
    Searched defs:unicode_string (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
unicode_ops.cc 533 icu::UnicodeString unicode_string; variable
534 icu::UnicodeStringAppendable appendable_unicode_string(unicode_string);
551 Encode(encoding_, unicode_string, &result);
  /external/tensorflow/tensorflow/python/kernel_tests/
py_func_test.py 267 def unicode_string(): function in function:PyFuncTest.testReturnUnicodeString
270 z, = script_ops.py_func(unicode_string, [], [dtypes.string])

Completed in 63 milliseconds