MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / __init__

Method __init__

tensorflow/python/eager/context.py:156–159  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

154 """Thread local tensor caches."""
155
156 def __init__(self):
157 super(_TensorCaches, self).__init__()
158 self._ones_rank_cache = None
159 self._zeros_cache = None
160
161 @property
162 def ones_rank_cache(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected