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

Function py_func

tensorflow/python/ops/script_ops.py:512–513  ·  view source on GitHub ↗
(func, inp, Tout, stateful=True, name=None)

Source from the content-addressed store, hash-verified

510 """)
511@tf_export(v1=["py_func"])
512def py_func(func, inp, Tout, stateful=True, name=None):
513 return py_func_common(func, inp, Tout, stateful, name=name)
514
515
516py_func.__doc__ = "%s" % py_func_common.__doc__

Callers

nothing calls this directly

Calls 1

py_func_commonFunction · 0.85

Tested by

no test coverage detected