MCPcopy Create free account
hub / github.com/activeloopai/deeplake / _tensorflow

Function _tensorflow

python/deeplake/__init__.py:183–186  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

181
182
183def _tensorflow(self) -> Any:
184 from deeplake._tensorflow import _from_dataset
185
186 return _from_dataset(self)
187
188
189def _pytorch(self, transform: Callable[[Any], Any] = None):

Callers

nothing calls this directly

Calls 1

_from_datasetFunction · 0.90

Tested by

no test coverage detected