Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dcheck_ops.py1601 def _symbolic_dimension_sizes(symbolic_shape): argument
1603 if not symbolic_shape:
1606 return symbolic_shape
1805 for tensor, symbolic_shape in shape_constraints:
1807 hasattr(symbolic_shape, '__iter__') or
1808 hasattr(symbolic_shape, '__getitem__') # For Python 2 compat.
1816 (message, tensor_name(tensor), symbolic_shape))
1819 symbolic_shape_tuple = tuple(symbolic_shape)