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

Function numpy_function

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

Source from the content-addressed store, hash-verified

518
519@tf_export("numpy_function")
520def numpy_function(func, inp, Tout, name=None):
521 return py_func_common(func, inp, Tout, stateful=True, name=name)
522
523
524numpy_function.__doc__ = py_func_common.__doc__.replace("py_func",

Callers

nothing calls this directly

Calls 1

py_func_commonFunction · 0.85

Tested by

no test coverage detected