Searched refs:symbolic_shape (Results 1 – 1 of 1) sorted by relevance
1601 def _symbolic_dimension_sizes(symbolic_shape): argument1603 if not symbolic_shape:1606 return symbolic_shape1805 for tensor, symbolic_shape in shape_constraints:1807 hasattr(symbolic_shape, '__iter__') or1808 hasattr(symbolic_shape, '__getitem__') # For Python 2 compat.1816 (message, tensor_name(tensor), symbolic_shape))1819 symbolic_shape_tuple = tuple(symbolic_shape)