Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ _reduce
Method
_reduce
source/python.js:4308–4310 ·
view source on GitHub ↗
(func, args)
Source
from the content-addressed store, hash-verified
4306
return
execution.invoke(cls, args);
4307
}
4308
_reduce(func, args) {
4309
return
execution.invoke(func, args);
4310
}
4311
read(size) {
4312
return
this._reader.read(size);
4313
}
Callers
1
load
Method · 0.80
Calls
1
invoke
Method · 0.45
Tested by
no test coverage detected