Home
last modified time | relevance | path

Searched refs:py_func_common (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dscript_ops.py516 def py_func_common(func, inp, Tout, stateful=True, name=None): function
636 return py_func_common(func, inp, Tout, stateful, name=name)
639 py_func.__doc__ = "%s" % py_func_common.__doc__
710 return py_func_common(func, inp, Tout, stateful=True, name=name)