HomeSort by relevance Sort by last modified time
    Searched refs:wrap_py_func (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/py2tf/utils/
py_func_test.py 15 """Tests for wrap_py_func module."""
38 py_func.wrap_py_func(test_fn, dtypes.int64,
42 py_func.wrap_py_func(test_fn, dtypes.int64,
46 py_func.wrap_py_func(test_fn, dtypes.int64,
62 py_func.wrap_py_func(test_fn, dtypes.int64,
67 py_func.wrap_py_func(test_fn, dtypes.int64,
80 py_func.wrap_py_func(test_fn, None, (5,), True)))
84 py_func.wrap_py_func(test_fn, None,
printing.py 47 return py_func.wrap_py_func(print, None, values, use_dummy_return=True)
__init__.py 26 from tensorflow.contrib.py2tf.utils.py_func import wrap_py_func
py_func.py 26 def wrap_py_func(f, return_dtypes, arguments, use_dummy_return=False): function

Completed in 202 milliseconds