Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_tensor.py372 def name_fullpath(name: Sequence[str]) -> str: function
384 'does not already exist.'.format(name_fullpath(name)))
393 '{}.'.format(name_fullpath(name)))
401 '{} because it is not present.'.format(name_fullpath(name)))
413 error_prefix + tuple(name), name_fullpath(prefix)))
420 error_prefix + tuple(name), name_fullpath(prefix),