Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepdrive/deepdrive
/ _depth_op
Function
_depth_op
tf_utils.py:20–24 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
18
19
20
def
_depth_op(x):
21
x = x ** -(1 / 3.)
22
x = _normalize_op(x)
23
x = _heatmap_op(x)
24
return
x
25
26
27
def
_normalize_op(x):
Callers
1
tf_utils.py
File · 0.85
Calls
2
_normalize_op
Function · 0.85
_heatmap_op
Function · 0.85
Tested by
no test coverage detected