Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/operators/
Dcontrol_flow_deprecated_py2.py120 def _is_subshape(left, right): function
172 if not _is_subshape(exit_shape, entry_shape):
179 if not _is_subshape(init_shape, shape_invariant):
184 if not _is_subshape(exit_shape, shape_invariant):
Dcontrol_flow.py195 def _is_subshape(left, right): function
250 if not _is_subshape(exit_shape, entry_shape):
257 if not _is_subshape(init_shape, shape_invariant):
262 if not _is_subshape(exit_shape, shape_invariant):