Home
last modified time | relevance | path

Searched refs:def_function (Results 1 – 25 of 64) sorted by relevance

123

/external/tensorflow/tensorflow/python/eager/
Dfunction_gradients_test.py25 from tensorflow.python.eager import def_function
48 @def_function.function
61 @def_function.function
74 @def_function.function
85 @def_function.function
88 @def_function.function
102 @def_function.function
117 @def_function.function
130 @def_function.function
145 @def_function.function
[all …]
Ddef_function_test.py25 from tensorflow.python.eager import def_function
53 @def_function.function(
67 @def_function.function
91 @def_function.function
99 @def_function.function
109 @def_function.function
121 @def_function.function
134 @def_function.function
146 @def_function.function
163 @def_function.function
[all …]
Dfunction_test.py34 from tensorflow.python.eager import def_function
102 matmul = def_function.function(math_ops.matmul, autograph=False)
111 add = def_function.function(lambda x, v: x + v1 + v)
195 fn = def_function.function()(layer)
218 @def_function.function
225 @def_function.function
239 @def_function.function()
263 matmul = def_function.function(math_ops.matmul, autograph=False)
265 @def_function.function
275 matmul = def_function.function(math_ops.matmul, autograph=False)
[all …]
DBUILD56 ":def_function",
196 ":def_function",
211 ":def_function",
228 ":def_function",
246 ":def_function",
512 name = "def_function",
513 srcs = ["def_function.py"],
558 ":def_function",
574 ":def_function",
Dfunction_defun_collection_test.py23 from tensorflow.python.eager import def_function
39 function_decorator=def_function.function))
66 function_decorator=def_function.function))
Ddef_function_xla_test.py20 from tensorflow.python.eager import def_function
33 @def_function.function
Dlift_to_graph_test.py21 from tensorflow.python.eager import def_function
35 @def_function.function
/external/tensorflow/tensorflow/python/saved_model/
Dload_test.py29 from tensorflow.python.eager import def_function
94 root.f = def_function.function(
105 exported.f = def_function.function(
153 root.f = def_function.function(
166 root.f = def_function.function(
196 @def_function.function
213 @def_function.function(
225 @def_function.function
241 f = def_function.function(
244 g = def_function.function(
[all …]
Dsave_test.py26 from tensorflow.python.eager import def_function
55 @def_function.function(
91 root.f = def_function.function(
103 root.f = def_function.function(
119 root.f = def_function.function(lambda x: 2. * x)
131 @def_function.function
147 root.f = def_function.function(
160 root.f = def_function.function(lambda x: (2. * x, (3. * x, 4. * x)))
170 f=def_function.function(
183 root.f = def_function.function(
[all …]
Dsignature_serialization.py23 from tensorflow.python.eager import def_function
39 if (isinstance(function, (defun.Function, def_function.Function)) and
105 @def_function.function
210 if isinstance(value, (def_function.Function, defun.ConcreteFunction))
DBUILD276 "//tensorflow/python/eager:def_function",
310 "//tensorflow/python/eager:def_function",
330 "//tensorflow/python/eager:def_function",
392 "//tensorflow/python/eager:def_function",
419 "//tensorflow/python/eager:def_function",
456 "//tensorflow/python/eager:def_function",
469 "//tensorflow/python/eager:def_function",
Dsave.py29 from tensorflow.python.eager import def_function
149 if isinstance(function, def_function.Function):
174 if isinstance(node, (def_function.Function, defun.ConcreteFunction,
428 resource_initializers.append(def_function.function(
575 elif isinstance(obj, def_function.Function):
/external/tensorflow/tensorflow/lite/python/
Dlite_v2_test.py26 from tensorflow.python.eager import def_function
58 root.f = def_function.function(lambda x: root.v1 * root.v2 * x)
70 root.f = def_function.function(lambda x: root.v1 * root.v2 * x)
88 root.f = def_function.function(lambda x: root.v1 * x)
106 root.f = def_function.function(lambda x: 2. * x)
131 root.f = def_function.function(lambda x: root.v1 * root.v2 * x)
158 @def_function.function
164 @def_function.function
197 @def_function.function
/external/tensorflow/tensorflow/python/framework/
Dconvert_to_constants_test.py25 from tensorflow.python.eager import def_function
75 root.f = def_function.function(lambda x: 2. * x)
106 root.f = def_function.function(lambda x: root.v1 * root.v2 * x)
131 root.f = def_function.function(lambda x: root.v1 * root.v2 * x)
164 @def_function.function
170 @def_function.function
201 root.f = def_function.function(lambda x: root.v1 * root.v2 * x)
237 @def_function.function
Dauto_control_deps_test.py22 from tensorflow.python.eager import def_function
290 @def_function.function
295 @def_function.function
306 @def_function.function
Dconfig_test.py22 from tensorflow.python.eager import def_function
175 @def_function.function
/external/tensorflow/tensorflow/python/ops/
Dstateful_random_ops_test.py23 from tensorflow.python.eager import def_function
82 @def_function.function
145 @def_function.function
181 f_acc = def_function.function(f)
207 @def_function.function
233 @def_function.function
274 @def_function.function
Dnccl_ops.py23 from tensorflow.python.eager import def_function
234 return def_function.function(_all_reduce)()
/external/tensorflow/tensorflow/python/training/tracking/
Dtracking.py20 from tensorflow.python.eager import def_function
104 if isinstance(attribute_value, (def_function.Function,
180 @def_function.function(input_signature=[], autograph=False)
185 @def_function.function(input_signature=[], autograph=False)
DBUILD153 "//tensorflow/python/eager:def_function",
188 "//tensorflow/python/eager:def_function",
250 "//tensorflow/python/eager:def_function",
/external/tensorflow/tensorflow/python/kernel_tests/
Dsummary_ops_test.py33 from tensorflow.python.eager import def_function
73 @def_function.function
103 @def_function.function
133 @def_function.function
215 @def_function.function
238 @def_function.function
329 @def_function.function
369 @def_function.function
373 @def_function.function
393 @def_function.function(input_signature=[
[all …]
/external/tensorflow/tensorflow/python/keras/saving/
Dsaving_utils.py21 from tensorflow.python.eager import def_function
62 if isinstance(model.call, def_function.Function):
89 @def_function.function(input_signature=input_signature, autograph=False)
/external/tensorflow/tensorflow/python/training/saving/
Dfunctional_saver.py22 from tensorflow.python.eager import def_function
65 save_tensor = def_function.function(
67 restore_op = def_function.function(
/external/tensorflow/tensorflow/python/module/
Dmodule_test.py28 from tensorflow.python.eager import def_function
234 self.assertTrue(isinstance(mod.forward, def_function.Function))
235 self.assertTrue(isinstance(mod.forward_ag, def_function.Function))
361 @def_function.function(autograph=False)
366 @def_function.function(autograph=True)
/external/tensorflow/tensorflow/compiler/tests/
Deager_test.py27 from tensorflow.python.eager import def_function
563 @def_function.function
574 @def_function.function
586 @def_function.function
599 @def_function.function
616 @def_function.function

123