MCPcopy 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
53def preprocess_depth(depth, sess, trace=False):
54 return _run_op(sess, depth_op, DEPTH, depth, trace, op_name='preprocess_depth')
55
56
57def _run_op(sess, op, X, x, trace=False, op_name='tf_op'):

Callers 1

_mainFunction · 0.70

Calls 1

_run_opFunction · 0.85

Tested by

no test coverage detected