Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FlashSampling/FlashSampling
/ all_cases
Function
all_cases
src/fused_mm_sampling/bench/speed_test.py:58–59 ·
view source on GitHub ↗
(args: Args)
Source
from the content-addressed store, hash-verified
56
57
58
def
all_cases(args: Args) -> list[
"Case"
]:
59
return
[as_case(args, name=provider)
for
provider in args.providers()]
60
61
62
@dataclass
Callers
1
run_own_benchmark
Function · 0.85
Calls
2
as_case
Function · 0.85
providers
Method · 0.80
Tested by
no test coverage detected