Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepspeedai/DeepSpeed
/ is_even
Function
is_even
deepspeed/runtime/pipe/engine.py:48–49 ·
view source on GitHub ↗
(number)
Source
from the content-addressed store, hash-verified
46
47
48
def
is_even(number):
49
return
number % 2 == 0
50
51
52
mem_alloced = 0
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected