Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dops.py6968 _numpy_style_slicing = False variable
6976 global _numpy_style_slicing
6977 _numpy_style_slicing = True
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py966 if var is None and ops._numpy_style_slicing: # pylint: disable=protected-access