Home
last modified time | relevance | path

Searched refs:should_run_eagerly (Results 1 – 25 of 32) sorted by relevance

12

/external/tensorflow/tensorflow/python/keras/
Dkeras_parameterized_test.py212 should_run_eagerly = testing_utils.should_run_eagerly()
213 l.append((mode, should_run_eagerly))
260 should_run_eagerly = testing_utils.should_run_eagerly()
261 l.append((with_brackets, mode, should_run_eagerly))
306 should_run_eagerly = testing_utils.should_run_eagerly()
307 l.append((mode, should_run_eagerly))
335 should_run_eagerly = testing_utils.should_run_eagerly()
336 l.append((mode, should_run_eagerly, testing_utils.get_model_type()))
388 should_run_eagerly = testing_utils.should_run_eagerly()
389 l.append((mode, should_run_eagerly, testing_utils.get_model_type()))
[all …]
Dmodels_test.py180 run_eagerly=testing_utils.should_run_eagerly())
191 run_eagerly=testing_utils.should_run_eagerly())
204 run_eagerly=testing_utils.should_run_eagerly())
229 run_eagerly=testing_utils.should_run_eagerly())
292 run_eagerly=testing_utils.should_run_eagerly())
320 run_eagerly=testing_utils.should_run_eagerly())
378 run_eagerly=testing_utils.should_run_eagerly())
393 run_eagerly=testing_utils.should_run_eagerly())
444 run_eagerly=testing_utils.should_run_eagerly())
453 run_eagerly=testing_utils.should_run_eagerly())
[all …]
Dintegration_test.py56 run_eagerly=testing_utils.should_run_eagerly())
92 run_eagerly=testing_utils.should_run_eagerly())
93 if not testing_utils.should_run_eagerly():
130 run_eagerly=testing_utils.should_run_eagerly())
159 run_eagerly=testing_utils.should_run_eagerly())
197 run_eagerly=testing_utils.should_run_eagerly())
240 run_eagerly=testing_utils.should_run_eagerly())
Dmodel_subclassing_test.py228 model.compile('sgd', 'mse', run_eagerly=testing_utils.should_run_eagerly())
596 run_eagerly=testing_utils.should_run_eagerly())
616 run_eagerly=testing_utils.should_run_eagerly())
636 run_eagerly=testing_utils.should_run_eagerly())
669 run_eagerly=testing_utils.should_run_eagerly())
702 run_eagerly=testing_utils.should_run_eagerly())
735 run_eagerly=testing_utils.should_run_eagerly())
756 run_eagerly=testing_utils.should_run_eagerly())
768 run_eagerly=testing_utils.should_run_eagerly())
789 run_eagerly=testing_utils.should_run_eagerly())
[all …]
Dmetrics_correctness_test.py54 run_eagerly=testing_utils.should_run_eagerly())
216 run_eagerly=testing_utils.should_run_eagerly())
Dtesting_utils.py177 run_eagerly=should_run_eagerly())
268 def should_run_eagerly(): function
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_dataset_test.py59 run_eagerly=testing_utils.should_run_eagerly())
120 run_eagerly=testing_utils.should_run_eagerly())
141 if ((not testing_utils.should_run_eagerly())
151 run_eagerly=testing_utils.should_run_eagerly())
173 run_eagerly=testing_utils.should_run_eagerly())
255 run_eagerly=testing_utils.should_run_eagerly())
308 run_eagerly=testing_utils.should_run_eagerly())
330 run_eagerly=testing_utils.should_run_eagerly())
353 'rmsprop', loss='mae', run_eagerly=testing_utils.should_run_eagerly())
421 run_eagerly=testing_utils.should_run_eagerly())
[all …]
Dtraining_test.py203 run_eagerly=testing_utils.should_run_eagerly())
323 run_eagerly=testing_utils.should_run_eagerly())
339 run_eagerly=testing_utils.should_run_eagerly())
376 run_eagerly=testing_utils.should_run_eagerly())
380 if testing_utils.should_run_eagerly() and context.executing_eagerly():
415 run_eagerly=testing_utils.should_run_eagerly())
498 run_eagerly=testing_utils.should_run_eagerly())
516 run_eagerly=testing_utils.should_run_eagerly())
531 run_eagerly=testing_utils.should_run_eagerly())
575 if testing_utils.should_run_eagerly() and context.executing_eagerly():
[all …]
Dsequential_test.py74 run_eagerly=testing_utils.should_run_eagerly())
84 run_eagerly=testing_utils.should_run_eagerly())
112 run_eagerly=testing_utils.should_run_eagerly())
137 run_eagerly=testing_utils.should_run_eagerly())
284 run_eagerly=testing_utils.should_run_eagerly())
331 run_eagerly=testing_utils.should_run_eagerly())
345 run_eagerly=testing_utils.should_run_eagerly())
389 run_eagerly=testing_utils.should_run_eagerly())
402 run_eagerly=testing_utils.should_run_eagerly())
420 run_eagerly=testing_utils.should_run_eagerly())
Dtraining_generator_test.py118 run_eagerly=testing_utils.should_run_eagerly())
144 model.run_eagerly = testing_utils.should_run_eagerly()
183 run_eagerly=testing_utils.should_run_eagerly())
219 run_eagerly=testing_utils.should_run_eagerly())
261 run_eagerly=testing_utils.should_run_eagerly())
Dfeature_columns_integration_test.py62 run_eagerly=testing_utils.should_run_eagerly())
84 run_eagerly=testing_utils.should_run_eagerly())
108 run_eagerly=testing_utils.should_run_eagerly())
129 run_eagerly=testing_utils.should_run_eagerly())
Dtraining_eager_test.py90 run_eagerly=testing_utils.should_run_eagerly(),
160 run_eagerly=testing_utils.should_run_eagerly())
253 run_eagerly=testing_utils.should_run_eagerly())
273 run_eagerly=testing_utils.should_run_eagerly())
Dcorrectness_test.py72 run_eagerly=testing_utils.should_run_eagerly())
110 run_eagerly=testing_utils.should_run_eagerly())
Dtopology_test.py806 m.run_eagerly = testing_utils.should_run_eagerly()
833 m.run_eagerly = testing_utils.should_run_eagerly()
862 run_eagerly=testing_utils.should_run_eagerly())
888 model.run_eagerly = testing_utils.should_run_eagerly()
893 model2.run_eagerly = testing_utils.should_run_eagerly()
911 run_eagerly=testing_utils.should_run_eagerly())
1163 run_eagerly=testing_utils.should_run_eagerly())
/external/tensorflow/tensorflow/python/keras/layers/
Drecurrent_test.py84 run_eagerly=testing_utils.should_run_eagerly())
97 run_eagerly=testing_utils.should_run_eagerly())
127 run_eagerly=testing_utils.should_run_eagerly())
142 run_eagerly=testing_utils.should_run_eagerly())
184 run_eagerly=testing_utils.should_run_eagerly())
210 run_eagerly=testing_utils.should_run_eagerly())
266 run_eagerly=testing_utils.should_run_eagerly())
278 run_eagerly=testing_utils.should_run_eagerly())
306 run_eagerly=testing_utils.should_run_eagerly())
326 run_eagerly=testing_utils.should_run_eagerly())
[all …]
Dmerge_test.py43 model.run_eagerly = testing_utils.should_run_eagerly()
76 model.run_eagerly = testing_utils.should_run_eagerly()
109 model.run_eagerly = testing_utils.should_run_eagerly()
124 model.run_eagerly = testing_utils.should_run_eagerly()
138 model.run_eagerly = testing_utils.should_run_eagerly()
152 model.run_eagerly = testing_utils.should_run_eagerly()
167 model.run_eagerly = testing_utils.should_run_eagerly()
198 model.run_eagerly = testing_utils.should_run_eagerly()
214 model.run_eagerly = testing_utils.should_run_eagerly()
Dlstm_test.py71 'rmsprop', 'mse', run_eagerly=testing_utils.should_run_eagerly())
131 run_eagerly=testing_utils.should_run_eagerly())
145 run_eagerly=testing_utils.should_run_eagerly())
175 run_eagerly=testing_utils.should_run_eagerly())
201 run_eagerly=testing_utils.should_run_eagerly())
253 run_eagerly=testing_utils.should_run_eagerly())
315 run_eagerly=testing_utils.should_run_eagerly())
362 loss='mse', run_eagerly=testing_utils.should_run_eagerly())
Dgru_test.py55 'rmsprop', 'mse', run_eagerly=testing_utils.should_run_eagerly())
103 'rmsprop', 'mse', run_eagerly=testing_utils.should_run_eagerly())
118 run_eagerly=testing_utils.should_run_eagerly())
140 run_eagerly=testing_utils.should_run_eagerly())
Dnormalization_test.py99 run_eagerly=testing_utils.should_run_eagerly())
119 run_eagerly=testing_utils.should_run_eagerly())
259 run_eagerly=testing_utils.should_run_eagerly())
393 run_eagerly=testing_utils.should_run_eagerly())
466 run_eagerly=testing_utils.should_run_eagerly())
485 run_eagerly=testing_utils.should_run_eagerly())
Drecurrent_v2_test.py62 run_eagerly=testing_utils.should_run_eagerly())
Dtensorflow_op_layer_test.py160 adam.Adam(0.001), 'mse', run_eagerly=testing_utils.should_run_eagerly())
172 adam.Adam(0.001), 'mse', run_eagerly=testing_utils.should_run_eagerly())
Dembeddings_test.py82 model.run_eagerly = testing_utils.should_run_eagerly()
Dadvanced_activations_test.py97 model.compile('sgd', 'mse', run_eagerly=testing_utils.should_run_eagerly())
Dcudnn_recurrent_test.py89 model.run_eagerly = testing_utils.should_run_eagerly()
146 run_eagerly=testing_utils.should_run_eagerly())
/external/tensorflow/tensorflow/python/keras/utils/
Dcomposite_tensor_support_test.py124 run_eagerly=testing_utils.should_run_eagerly())

12