Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Ddynamic_ragged_shape.py3113 def _element_to_string(x): function
3127 return ", " + _element_to_string(arr[0]) + _list_tail_with_ellipsis(arr[1:])
3134 return "[" + _element_to_string(arr[0]) + _list_tail_with_ellipsis(arr[1:])