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

Function _name_op

tensorflow/contrib/framework/python/ops/arg_scope.py:96–97  ·  view source on GitHub ↗
(op)

Source from the content-addressed store, hash-verified

94
95
96def _name_op(op):
97 return (op.__module__, op.__name__)
98
99
100def _kwarg_names(func):

Callers 1

arg_scopeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected