Searched refs:profile_batch (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.callbacks.-tensor-board.pbtxt | 8 …stogram_freq\', \'write_graph\', \'write_images\', \'update_freq\', \'profile_batch\'], varargs=No…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.callbacks.-tensor-board.pbtxt | 8 …s\', \'embeddings_metadata\', \'embeddings_data\', \'update_freq\', \'profile_batch\'], varargs=No…
|
/external/tensorflow/tensorflow/python/keras/ |
D | callbacks_v1.py | 129 profile_batch=2): argument 157 self._profile_batch = profile_batch
|
D | callbacks_test.py | 1284 profile_batch=0) 1331 self.logdir, histogram_freq=1, profile_batch=1, write_graph=False) 1353 self.logdir, histogram_freq=1, profile_batch=2, write_graph=False) 1375 self.logdir, histogram_freq=1, profile_batch=10000, write_graph=False)
|
D | callbacks.py | 1157 profile_batch=2, argument 1185 self._profile_batch = profile_batch
|