Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/digitalhuman
/ mean
Function
mean
SWF/src/baseline.py:29–30 ·
view source on GitHub ↗
(arr)
Source
from the content-addressed store, hash-verified
27
set_seed(42)
28
29
def
mean(arr):
30
return
sum(arr) / len(arr)
31
32
if
__name__ ==
'__main__'
:
33
parser = argparse.ArgumentParser()
Callers
1
baseline.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected