Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/data/ops/
H A Dstructured_function.py23 from tensorflow.python.eager import function as eager_function unknown
195 @eager_function.defun_with_attributes(
220 @eager_function.defun_with_attributes(
234 @eager_function.defun_with_attributes(
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
H A Dfunctional_ops_test.py27 from tensorflow.python.eager import function as eager_function unknown
1250 @eager_function.defun
1254 @eager_function.defun
1258 @eager_function.defun
1321 @eager_function.defun
H A Dcontrol_flow_ops_py_test.py37 from tensorflow.python.eager import function as eager_function unknown
632 f_defun = eager_function.defun(f)
1363 @eager_function.defun
1441 @eager_function.defun
1450 @eager_function.defun
1515 @eager_function.defun
1524 @eager_function.defun
3149 @eager_function.defun
3426 @eager_function.defun
5098 @eager_function.defun
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dops_test.py35 from tensorflow.python.eager import function as eager_function unknown
1111 @eager_function.defun
2249 @eager_function.defun
2254 @eager_function.defun
2849 compiled = eager_function.defun(function_with_variables)
2872 compiled = eager_function.defun(function_with_variables)
2900 compiled_inner = eager_function.defun(inner_function)
2901 compiled_outer = eager_function.defun(outer_function)
2981 foo_compiled = eager_function.defun(foo)
3758 concrete_function = eager_function.ConcreteFunction(
H A Dop_def_library_test.py21 from tensorflow.python.eager import function as eager_function unknown
419 @eager_function.defun_with_attributes(