Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ __format__
Method
__format__
tensorflow/python/framework/ops.py:880–881 ·
view source on GitHub ↗
(self, format_spec)
Source
from the content-addressed store, hash-verified
878
__nonzero__ = __bool__
879
880
def
__format__(self, format_spec):
881
return
self._numpy().__format__(format_spec)
882
883
def
__reduce__(self):
884
return
convert_to_tensor, (self._numpy(),)
Callers
nothing calls this directly
Calls
1
_numpy
Method · 0.95
Tested by
no test coverage detected