Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YuminosukeSato/ironkernel
/ sum
Method
sum
python/ironkernel/_facade.py:93–94 ·
view source on GitHub ↗
(self, buf: Buffer)
Source
from the content-addressed store, hash-verified
91
return
self._backend.max(left, right)
92
93
def
sum(self, buf: Buffer) -> ReduceSpec:
94
return
self._backend.sum(buf)
95
96
def
mean(self, buf: Buffer) -> ReduceSpec:
97
return
self._backend.mean(buf)
Callers
11
test_sum
Method · 0.45
test_empty_sum_raises
Method · 0.45
test_reduce_out_channel
Method · 0.45
test_single_element_reduce
Function · 0.45
test_goal_story_runs_end_to_end_why_public_regressions_should_break_one_smoke_path
Function · 0.45
test_nan_reduce_sum
Function · 0.45
test_example4_reductions
Function · 0.45
test_reduce_goal_code
Function · 0.45
test_backward_compat_reduce_spec_why_existing_native_reduce_api_must_not_break
Function · 0.45
test_stub_signatures_match_runtime_why_public_stub_contracts_must_reflect_callable_shapes
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
10
test_sum
Method · 0.36
test_empty_sum_raises
Method · 0.36
test_reduce_out_channel
Method · 0.36
test_single_element_reduce
Function · 0.36
test_goal_story_runs_end_to_end_why_public_regressions_should_break_one_smoke_path
Function · 0.36
test_nan_reduce_sum
Function · 0.36
test_example4_reductions
Function · 0.36
test_reduce_goal_code
Function · 0.36
test_backward_compat_reduce_spec_why_existing_native_reduce_api_must_not_break
Function · 0.36
test_stub_signatures_match_runtime_why_public_stub_contracts_must_reflect_callable_shapes
Function · 0.36