Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/
H A D__init__.py159 from tensorflow.python.data.util.structure import _TensorArrayStructure as TensorArrayStructure
/aosp_15_r20/external/tensorflow/tensorflow/python/data/util/
H A Dstructure.py53 def _TensorArrayStructure(dtype, element_shape, dynamic_size, infer_shape): function