Searched refs:should_run_eagerly (Results 1 – 25 of 32) sorted by relevance
12
/external/tensorflow/tensorflow/python/keras/ |
D | keras_parameterized_test.py | 212 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 …]
|
D | models_test.py | 180 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 …]
|
D | integration_test.py | 56 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())
|
D | model_subclassing_test.py | 228 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 …]
|
D | metrics_correctness_test.py | 54 run_eagerly=testing_utils.should_run_eagerly()) 216 run_eagerly=testing_utils.should_run_eagerly())
|
D | testing_utils.py | 177 run_eagerly=should_run_eagerly()) 268 def should_run_eagerly(): function
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_dataset_test.py | 59 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 …]
|
D | training_test.py | 203 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 …]
|
D | sequential_test.py | 74 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())
|
D | training_generator_test.py | 118 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())
|
D | feature_columns_integration_test.py | 62 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())
|
D | training_eager_test.py | 90 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())
|
D | correctness_test.py | 72 run_eagerly=testing_utils.should_run_eagerly()) 110 run_eagerly=testing_utils.should_run_eagerly())
|
D | topology_test.py | 806 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/ |
D | recurrent_test.py | 84 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 …]
|
D | merge_test.py | 43 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()
|
D | lstm_test.py | 71 '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())
|
D | gru_test.py | 55 '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())
|
D | normalization_test.py | 99 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())
|
D | recurrent_v2_test.py | 62 run_eagerly=testing_utils.should_run_eagerly())
|
D | tensorflow_op_layer_test.py | 160 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())
|
D | embeddings_test.py | 82 model.run_eagerly = testing_utils.should_run_eagerly()
|
D | advanced_activations_test.py | 97 model.compile('sgd', 'mse', run_eagerly=testing_utils.should_run_eagerly())
|
D | cudnn_recurrent_test.py | 89 model.run_eagerly = testing_utils.should_run_eagerly() 146 run_eagerly=testing_utils.should_run_eagerly())
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | composite_tensor_support_test.py | 124 run_eagerly=testing_utils.should_run_eagerly())
|
12