Searched refs:_ShapeLessThanOrEqual (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | control_flow_ops.py | 539 def _ShapeLessThanOrEqual(shape1, shape2): function 571 if not _ShapeLessThanOrEqual(inp.get_shape(), shape): 582 if not _ShapeLessThanOrEqual(inp.values.get_shape(), shape): 594 if not _ShapeLessThanOrEqual(inp.dense_shape.get_shape(), shape): 622 if not _ShapeLessThanOrEqual(n_shape, m_shape): 645 if (not _ShapeLessThanOrEqual(n_values_shape, m_values_shape) or 646 not _ShapeLessThanOrEqual(n_indices_shape, m_indices_shape)): 647 if not _ShapeLessThanOrEqual(n_values_shape, m_values_shape): 663 if (not _ShapeLessThanOrEqual(n_values_shape, m_values_shape) or 664 not _ShapeLessThanOrEqual(n_indices_shape, m_indices_shape) or [all …]
|