Searched refs:eager_function (Results 1 – 5 of 5) sorted by relevance
23 from tensorflow.python.eager import function as eager_function unknown195 @eager_function.defun_with_attributes(220 @eager_function.defun_with_attributes(234 @eager_function.defun_with_attributes(
27 from tensorflow.python.eager import function as eager_function unknown1250 @eager_function.defun1254 @eager_function.defun1258 @eager_function.defun1321 @eager_function.defun
37 from tensorflow.python.eager import function as eager_function unknown632 f_defun = eager_function.defun(f)1363 @eager_function.defun1441 @eager_function.defun1450 @eager_function.defun1515 @eager_function.defun1524 @eager_function.defun3149 @eager_function.defun3426 @eager_function.defun5098 @eager_function.defun
35 from tensorflow.python.eager import function as eager_function unknown1111 @eager_function.defun2249 @eager_function.defun2254 @eager_function.defun2849 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(
21 from tensorflow.python.eager import function as eager_function unknown419 @eager_function.defun_with_attributes(