Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dfunction.py86 def _shape_less_specific_than(relaxed, to_check): function
157 return relaxed is None or _shape_less_specific_than(relaxed, to_check)