Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/experimental/
D__init__.py157 from tensorflow.python.data.util.structure import _TensorArrayStructure as TensorArrayStructure
/external/tensorflow/tensorflow/python/data/util/
Dstructure.py56 def _TensorArrayStructure(dtype, element_shape, dynamic_size, infer_shape): function