Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ size
Method
size
tensorpack/dataflow/base.py:150–151 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
148
return
self.__iter__()
149
150
def
size(self):
151
return
self.__len__()
152
153
154
class
RNGDataFlow(DataFlow):
Callers
4
__init__
Method · 0.45
get_sync_bn_mean_var
Function · 0.45
__init__
Method · 0.45
allreduce
Method · 0.45
Calls
1
__len__
Method · 0.95
Tested by
no test coverage detected