Home
last modified time | relevance | path

Searched defs:steps_per_execution (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/keras/engine/
Dbase_preprocessing_layer.py161 def compile(self, run_eagerly=None, steps_per_execution=None): argument
244 def _configure_steps_per_execution(self, steps_per_execution): argument
309 def compile(self, run_eagerly=None, steps_per_execution=None): argument
Dtraining.py494 steps_per_execution=None, argument
624 def _configure_steps_per_execution(self, steps_per_execution): argument
Ddata_adapter.py1117 steps_per_execution=None, argument
/external/tensorflow/tensorflow/python/keras/distribute/
Dparameter_server_training_test.py246 def _model_compile(self, steps_per_execution=1, run_eagerly=False): argument
274 steps_per_execution=1, argument