Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/experimental/
D__init__.py155 from tensorflow.python.data.util.structure import _RaggedTensorStructure as RaggedTensorStructure
/external/tensorflow/tensorflow/python/data/util/
Dstructure.py63 def _RaggedTensorStructure(dtype, shape, ragged_rank): function