Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YuminosukeSato/ironkernel
/ max_reduce
Method
max_reduce
python/ironkernel/_facade.py:102–103 ·
view source on GitHub ↗
(self, buf: Buffer)
Source
from the content-addressed store, hash-verified
100
return
self._backend.min_reduce(buf)
101
102
def
max_reduce(self, buf: Buffer) -> ReduceSpec:
103
return
self._backend.max_reduce(buf)
104
105
106
class
RuntimeFacade:
Callers
2
test_public_reduce_facade_methods_execute_why_wrapper_entrypoints_must_cover_all_supported_reductions
Function · 0.45
test_example4_reductions
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_public_reduce_facade_methods_execute_why_wrapper_entrypoints_must_cover_all_supported_reductions
Function · 0.36
test_example4_reductions
Function · 0.36