Home
last modified time | relevance | path

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

123

/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))
336 should_run_eagerly = testing_utils.should_run_eagerly()
337 l.append((mode, should_run_eagerly, testing_utils.get_model_type()))
389 should_run_eagerly = testing_utils.should_run_eagerly()
390 l.append((mode, should_run_eagerly, testing_utils.get_model_type()))
[all …]
Dcombinations_test.py46 should_run_eagerly = testing_utils.should_run_eagerly()
47 test_params.append((mode, should_run_eagerly))
150 should_run_eagerly = testing_utils.should_run_eagerly()
151 test_cases.append((mode, should_run_eagerly,
Dregularizers_test.py82 run_eagerly=testing_utils.should_run_eagerly())
99 run_eagerly=testing_utils.should_run_eagerly())
114 run_eagerly=testing_utils.should_run_eagerly())
144 run_eagerly=testing_utils.should_run_eagerly())
166 run_eagerly=testing_utils.should_run_eagerly())
193 run_eagerly=testing_utils.should_run_eagerly())
Dmodels_test.py190 run_eagerly=testing_utils.should_run_eagerly())
203 run_eagerly=testing_utils.should_run_eagerly())
217 run_eagerly=testing_utils.should_run_eagerly())
243 run_eagerly=testing_utils.should_run_eagerly())
373 run_eagerly=testing_utils.should_run_eagerly())
402 run_eagerly=testing_utils.should_run_eagerly())
431 run_eagerly=testing_utils.should_run_eagerly())
448 run_eagerly=testing_utils.should_run_eagerly())
500 run_eagerly=testing_utils.should_run_eagerly())
511 run_eagerly=testing_utils.should_run_eagerly())
[all …]
Doptimizers_test.py63 run_eagerly=testing_utils.should_run_eagerly())
100 run_eagerly=testing_utils.should_run_eagerly())
177 run_eagerly=testing_utils.should_run_eagerly())
220 run_eagerly=testing_utils.should_run_eagerly())
249 run_eagerly=testing_utils.should_run_eagerly())
/external/tensorflow/tensorflow/python/keras/tests/
Dmodel_subclassing_compiled_test.py52 run_eagerly=testing_utils.should_run_eagerly())
71 run_eagerly=testing_utils.should_run_eagerly())
92 run_eagerly=testing_utils.should_run_eagerly())
125 run_eagerly=testing_utils.should_run_eagerly())
156 run_eagerly=testing_utils.should_run_eagerly())
189 run_eagerly=testing_utils.should_run_eagerly())
211 run_eagerly=testing_utils.should_run_eagerly())
224 run_eagerly=testing_utils.should_run_eagerly())
246 run_eagerly=testing_utils.should_run_eagerly())
273 run_eagerly=testing_utils.should_run_eagerly())
[all …]
Dintegration_test.py78 run_eagerly=testing_utils.should_run_eagerly())
114 run_eagerly=testing_utils.should_run_eagerly())
154 run_eagerly=testing_utils.should_run_eagerly())
167 run_eagerly=testing_utils.should_run_eagerly())
203 run_eagerly=testing_utils.should_run_eagerly())
233 run_eagerly=testing_utils.should_run_eagerly())
272 run_eagerly=testing_utils.should_run_eagerly())
316 run_eagerly=testing_utils.should_run_eagerly())
Dadd_loss_correctness_test.py83 run_eagerly=testing_utils.should_run_eagerly())
100 run_eagerly=testing_utils.should_run_eagerly())
157 run_eagerly=testing_utils.should_run_eagerly())
201 run_eagerly=testing_utils.should_run_eagerly())
234 run_eagerly=testing_utils.should_run_eagerly())
262 run_eagerly=testing_utils.should_run_eagerly())
295 run_eagerly=testing_utils.should_run_eagerly())
315 run_eagerly=testing_utils.should_run_eagerly())
329 run_eagerly=testing_utils.should_run_eagerly())
456 model.compile('sgd', run_eagerly=testing_utils.should_run_eagerly())
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_preprocessing_layer_test.py181 model._run_eagerly = testing_utils.should_run_eagerly()
197 model._run_eagerly = testing_utils.should_run_eagerly()
209 model._run_eagerly = testing_utils.should_run_eagerly()
229 model._run_eagerly = testing_utils.should_run_eagerly()
240 model._run_eagerly = testing_utils.should_run_eagerly()
259 model._run_eagerly = testing_utils.should_run_eagerly()
272 model._run_eagerly = testing_utils.should_run_eagerly()
289 model._run_eagerly = testing_utils.should_run_eagerly()
306 model._run_eagerly = testing_utils.should_run_eagerly()
324 model._run_eagerly = testing_utils.should_run_eagerly()
[all …]
Dtraining_test.py100 run_eagerly=testing_utils.should_run_eagerly())
107 model.compile('sgd', 'mse', run_eagerly=testing_utils.should_run_eagerly())
115 run_eagerly = testing_utils.should_run_eagerly()
130 run_eagerly = testing_utils.should_run_eagerly()
154 run_eagerly=testing_utils.should_run_eagerly())
187 run_eagerly=testing_utils.should_run_eagerly())
223 run_eagerly=testing_utils.should_run_eagerly())
256 run_eagerly=testing_utils.should_run_eagerly())
295 run_eagerly=testing_utils.should_run_eagerly())
407 run_eagerly=testing_utils.should_run_eagerly())
[all …]
Dsequential_test.py83 run_eagerly=testing_utils.should_run_eagerly())
93 run_eagerly=testing_utils.should_run_eagerly())
121 run_eagerly=testing_utils.should_run_eagerly())
147 run_eagerly=testing_utils.should_run_eagerly())
271 run_eagerly=testing_utils.should_run_eagerly())
285 run_eagerly=testing_utils.should_run_eagerly())
324 run_eagerly=testing_utils.should_run_eagerly())
336 run_eagerly=testing_utils.should_run_eagerly())
371 seq.run_eagerly = testing_utils.should_run_eagerly()
532 run_eagerly=testing_utils.should_run_eagerly())
[all …]
Dtraining_dataset_test.py65 run_eagerly=testing_utils.should_run_eagerly())
100 run_eagerly=testing_utils.should_run_eagerly())
169 run_eagerly=testing_utils.should_run_eagerly())
216 run_eagerly=testing_utils.should_run_eagerly())
263 run_eagerly=testing_utils.should_run_eagerly())
286 'rmsprop', loss='mae', run_eagerly=testing_utils.should_run_eagerly())
359 'rmsprop', 'mse', run_eagerly=testing_utils.should_run_eagerly())
380 'rmsprop', 'mse', run_eagerly=testing_utils.should_run_eagerly())
418 'rmsprop', 'mse', run_eagerly=testing_utils.should_run_eagerly())
452 'rmsprop', 'mse', run_eagerly=testing_utils.should_run_eagerly())
[all …]
Ddeferred_sequential_test.py80 run_eagerly=testing_utils.should_run_eagerly())
183 model.compile('rmsprop', run_eagerly=testing_utils.should_run_eagerly())
194 model.compile('rmsprop', run_eagerly=testing_utils.should_run_eagerly())
206 run_eagerly=testing_utils.should_run_eagerly())
Dtraining_eager_test.py92 run_eagerly=testing_utils.should_run_eagerly(),
162 run_eagerly=testing_utils.should_run_eagerly())
249 run_eagerly=testing_utils.should_run_eagerly())
270 run_eagerly=testing_utils.should_run_eagerly())
292 run_eagerly=testing_utils.should_run_eagerly())
Dfeature_columns_integration_test.py64 run_eagerly=testing_utils.should_run_eagerly())
86 run_eagerly=testing_utils.should_run_eagerly())
149 run_eagerly=testing_utils.should_run_eagerly())
170 run_eagerly=testing_utils.should_run_eagerly())
Dfunctional_test.py803 m.run_eagerly = testing_utils.should_run_eagerly()
830 m.run_eagerly = testing_utils.should_run_eagerly()
859 run_eagerly=testing_utils.should_run_eagerly())
878 run_eagerly=testing_utils.should_run_eagerly())
896 run_eagerly=testing_utils.should_run_eagerly())
925 run_eagerly=testing_utils.should_run_eagerly())
939 run_eagerly=testing_utils.should_run_eagerly())
969 run_eagerly=testing_utils.should_run_eagerly())
983 run_eagerly=testing_utils.should_run_eagerly())
1028 run_eagerly=testing_utils.should_run_eagerly())
[all …]
Dbase_layer_test.py334 model._run_eagerly = testing_utils.should_run_eagerly()
434 run_eagerly=testing_utils.should_run_eagerly())
554 run_eagerly=testing_utils.should_run_eagerly())
1273 run_eagerly=testing_utils.should_run_eagerly())
1297 run_eagerly=testing_utils.should_run_eagerly())
1321 run_eagerly=testing_utils.should_run_eagerly())
1354 run_eagerly=testing_utils.should_run_eagerly())
1364 self).__init__(dynamic=testing_utils.should_run_eagerly())
1378 model.compile('sgd', 'mse', run_eagerly=testing_utils.should_run_eagerly())
1387 model._run_eagerly = testing_utils.should_run_eagerly()
[all …]
Dcorrectness_test.py63 run_eagerly=testing_utils.should_run_eagerly())
101 run_eagerly=testing_utils.should_run_eagerly())
/external/tensorflow/tensorflow/python/keras/premade/
Dwide_deep_test.py54 run_eagerly=testing_utils.should_run_eagerly())
74 run_eagerly=testing_utils.should_run_eagerly())
94 run_eagerly=testing_utils.should_run_eagerly())
133 run_eagerly=testing_utils.should_run_eagerly())
157 run_eagerly=testing_utils.should_run_eagerly())
174 run_eagerly=testing_utils.should_run_eagerly())
179 run_eagerly=testing_utils.should_run_eagerly())
186 run_eagerly=testing_utils.should_run_eagerly())
214 run_eagerly=testing_utils.should_run_eagerly())
247 run_eagerly=testing_utils.should_run_eagerly())
/external/tensorflow/tensorflow/python/keras/layers/
Drecurrent_test.py87 run_eagerly=testing_utils.should_run_eagerly())
100 run_eagerly=testing_utils.should_run_eagerly())
130 run_eagerly=testing_utils.should_run_eagerly())
145 run_eagerly=testing_utils.should_run_eagerly())
187 run_eagerly=testing_utils.should_run_eagerly())
213 run_eagerly=testing_utils.should_run_eagerly())
269 run_eagerly=testing_utils.should_run_eagerly())
282 run_eagerly=testing_utils.should_run_eagerly())
310 run_eagerly=testing_utils.should_run_eagerly())
330 run_eagerly=testing_utils.should_run_eagerly())
[all …]
Dlstm_test.py91 run_eagerly=testing_utils.should_run_eagerly())
160 run_eagerly=testing_utils.should_run_eagerly())
176 run_eagerly=testing_utils.should_run_eagerly())
215 run_eagerly=testing_utils.should_run_eagerly())
242 run_eagerly=testing_utils.should_run_eagerly())
294 run_eagerly=testing_utils.should_run_eagerly())
359 run_eagerly=testing_utils.should_run_eagerly())
411 run_eagerly=testing_utils.should_run_eagerly())
Dembeddings_test.py88 model.run_eagerly = testing_utils.should_run_eagerly()
126 model.run_eagerly = testing_utils.should_run_eagerly()
146 model.run_eagerly = testing_utils.should_run_eagerly()
Dmerge_test.py48 model.run_eagerly = testing_utils.should_run_eagerly()
81 model.run_eagerly = testing_utils.should_run_eagerly()
114 model.run_eagerly = testing_utils.should_run_eagerly()
129 model.run_eagerly = testing_utils.should_run_eagerly()
143 model.run_eagerly = testing_utils.should_run_eagerly()
157 model.run_eagerly = testing_utils.should_run_eagerly()
172 model.run_eagerly = testing_utils.should_run_eagerly()
207 model.run_eagerly = testing_utils.should_run_eagerly()
223 model.run_eagerly = testing_utils.should_run_eagerly()
Dtensorflow_op_layer_test.py324 run_eagerly=testing_utils.should_run_eagerly())
342 run_eagerly=testing_utils.should_run_eagerly())
362 run_eagerly=testing_utils.should_run_eagerly())
387 run_eagerly=testing_utils.should_run_eagerly())
415 run_eagerly=testing_utils.should_run_eagerly())
452 run_eagerly=testing_utils.should_run_eagerly())
486 run_eagerly=testing_utils.should_run_eagerly())
521 run_eagerly=testing_utils.should_run_eagerly())
557 run_eagerly=testing_utils.should_run_eagerly())
597 run_eagerly=testing_utils.should_run_eagerly())
Dgru_test.py77 run_eagerly=testing_utils.should_run_eagerly())
132 run_eagerly=testing_utils.should_run_eagerly())
149 run_eagerly=testing_utils.should_run_eagerly())
175 run_eagerly=testing_utils.should_run_eagerly())

123