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

  /external/tensorflow/tensorflow/python/kernel_tests/
py_func_test.py 49 """Encapsulates tests for py_func and eager_py_func."""
64 script_ops.eager_py_func(np_func, [x, y], [dtypes.float32]))
365 f = script_ops.eager_py_func(raise_exception, [], [])
368 f = script_ops.eager_py_func(raise_exception, [], [])
388 # ----- Tests shared by py_func and eager_py_func -----
395 _ = script_ops.eager_py_func(lambda x: x + 1, [c], [dtypes.float32])
398 # ----- Tests for eager_py_func -----
403 output = script_ops.eager_py_func(matmul, inp=[a, x], Tout=dtypes.int32)
413 output = script_ops.eager_py_func(matmul, inp=[a, x], Tout=dtypes.float32)
422 output = script_ops.eager_py_func(
    [all...]
  /external/tensorflow/tensorflow/contrib/eager/python/
tfe.py 110 py_func = script_ops.eager_py_func
  /external/tensorflow/tensorflow/python/ops/
script_ops.py 187 """See documentation for py_func and eager_py_func."""
237 def eager_py_func(func, inp, Tout, name=None): function

Completed in 130 milliseconds