Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepdrive/deepdrive
/ preprocess_depth
Function
preprocess_depth
tf_utils.py:53–54 ·
view source on GitHub ↗
(depth, sess, trace=False)
Source
from the content-addressed store, hash-verified
51
52
53
def
preprocess_depth(depth, sess, trace=False):
54
return
_run_op(sess, depth_op, DEPTH, depth, trace, op_name=
'preprocess_depth'
)
55
56
57
def
_run_op(sess, op, X, x, trace=False, op_name=
'tf_op'
):
Callers
1
_main
Function · 0.70
Calls
1
_run_op
Function · 0.85
Tested by
no test coverage detected