Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dtensor_shape.py29 _TENSORSHAPE_V2_OVERRIDE = None variable
83 global _TENSORSHAPE_V2_OVERRIDE # pylint: disable=invalid-name
84 _TENSORSHAPE_V2_OVERRIDE = True
94 global _TENSORSHAPE_V2_OVERRIDE # pylint: disable=invalid-name
95 _TENSORSHAPE_V2_OVERRIDE = False
798 if _TENSORSHAPE_V2_OVERRIDE is None:
800 return _TENSORSHAPE_V2_OVERRIDE
/external/tensorflow/tensorflow/python/distribute/
Dmirrored_strategy_test.py143 original_v2 = tensor_shape._TENSORSHAPE_V2_OVERRIDE # pylint: disable=protected-access