Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/engine/
Ddata_adapter.py231 class TensorLikeDataAdapter(DataAdapter): class
263 super(TensorLikeDataAdapter, self).__init__(x, y, **kwargs)
422 class GenericArrayLikeDataAdapter(TensorLikeDataAdapter):
455 if (not TensorLikeDataAdapter.can_handle(x, y) and
678 self._internal_adapter = TensorLikeDataAdapter(
985 ListsOfScalarsDataAdapter, TensorLikeDataAdapter,
Ddata_adapter_test.py116 self.adapter_cls = data_adapter.TensorLikeDataAdapter