Home
last modified time | relevance | path

Searched refs:run_eagerly (Results 1 – 25 of 52) sorted by relevance

123

/external/tensorflow/tensorflow/python/keras/engine/
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())
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())
598 run_eagerly=testing_utils.should_run_eagerly())
619 run_eagerly=testing_utils.should_run_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_dataset_test.py59 run_eagerly=testing_utils.should_run_eagerly())
120 run_eagerly=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())
442 run_eagerly=testing_utils.should_run_eagerly())
[all …]
Dtraining.py131 self.run_eagerly = None
217 run_eagerly = kwargs.pop('run_eagerly', None)
218 if run_eagerly and getattr(self, '_contains_symbolic_tensors', False):
224 self._run_eagerly = run_eagerly
259 if run_eagerly:
289 if self.run_eagerly and target_tensors is not None:
329 if not self.run_eagerly:
337 if self.run_eagerly:
491 def run_eagerly(self): member in Model
527 @run_eagerly.setter
[all …]
Dtraining_eager_test.py90 run_eagerly=testing_utils.should_run_eagerly(),
160 run_eagerly=testing_utils.should_run_eagerly())
179 run_eagerly=True)
219 run_eagerly=True)
253 run_eagerly=testing_utils.should_run_eagerly())
273 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())
Dbase_layer_test.py114 self.assertEqual(model.run_eagerly, True)
130 self.assertEqual(model.run_eagerly, True)
140 self.assertEqual(model.run_eagerly, True)
148 self.assertEqual(model.run_eagerly, True)
165 self.assertEqual(model.run_eagerly, True)
186 self.assertEqual(model.run_eagerly, True)
363 model.compile('sgd', 'mse', 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())
/external/tensorflow/tensorflow/python/eager/
Dbenchmarks_test.py759 def _benchmark_keras_model_fit(self, model, run_eagerly=False): argument
765 loss="mse", run_eagerly=run_eagerly)
772 def _benchmark_keras_model_evaluate(self, model, run_eagerly=False): argument
778 loss="mse", run_eagerly=run_eagerly)
785 def _benchmark_keras_model_predict(self, model, run_eagerly=False): argument
790 loss="mse", run_eagerly=run_eagerly)
808 self._benchmark_keras_model_fit(model, run_eagerly=True)
829 self._benchmark_keras_model_fit(model, run_eagerly=True)
835 self._benchmark_keras_model_fit(model, run_eagerly=True)
850 self._benchmark_keras_model_fit(model, run_eagerly=True)
[all …]
/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()
/external/tensorflow/tensorflow/python/keras/
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())
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())
Dtesting_utils.py172 if _thread_local_data.run_eagerly is not None:
177 run_eagerly=should_run_eagerly())
222 _thread_local_data.run_eagerly = None
259 previous_value = _thread_local_data.run_eagerly
261 _thread_local_data.run_eagerly = value
265 _thread_local_data.run_eagerly = previous_value
270 if _thread_local_data.run_eagerly is None:
275 return _thread_local_data.run_eagerly and context.executing_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 …]
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.config.pbtxt25 argspec: "args=[\'run_eagerly\'], varargs=None, keywords=None, defaults=None"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.config.pbtxt25 argspec: "args=[\'run_eagerly\'], varargs=None, keywords=None, defaults=None"
/external/tensorflow/tensorflow/examples/saved_model/integration_tests/
Duse_model_in_sequential_keras.py55 run_eagerly=True)

123