Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ __reduce__
Method
__reduce__
tensorflow/python/framework/ops.py:883–884 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
881
return
self._numpy().__format__(format_spec)
882
883
def
__reduce__(self):
884
return
convert_to_tensor, (self._numpy(),)
885
886
def
__copy__(self):
887
# Eager Tensors are immutable so it's safe to return themselves as a copy.
Callers
nothing calls this directly
Calls
1
_numpy
Method · 0.95
Tested by
no test coverage detected