MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _get_inputs

Function _get_inputs

tensorflow/python/ops/op_selector.py:229–234  ·  view source on GitHub ↗
(op, only_differentiable)

Source from the content-addressed store, hash-verified

227
228
229def _get_inputs(op, only_differentiable):
230 op_inputs = op.inputs
231 if only_differentiable:
232 return op_inputs if is_differentiable(op) else []
233 else:
234 return op_inputs
235
236
237def get_backward_walk_ops(seed_ops,

Callers 1

get_backward_walk_opsFunction · 0.85

Calls 1

is_differentiableFunction · 0.85

Tested by

no test coverage detected