Home
last modified time | relevance | path

Searched refs:_configure_steps_per_execution (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dbase_preprocessing_layer.py171 self._configure_steps_per_execution(steps_per_execution)
287 def _configure_steps_per_execution(self, steps_per_execution): member in PreprocessingLayer
H A Dtraining.py575 self._configure_steps_per_execution(steps_per_execution or 1)
623 def _configure_steps_per_execution(self, steps_per_execution): member in Model