OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_total_batches_seen
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/python/keras/
callbacks_v1.py
144
self.
_total_batches_seen
= 0
358
self._write_custom_summaries(self.
_total_batches_seen
, batch_logs)
360
self.
_total_batches_seen
+= 1
365
self.
_total_batches_seen
== self._profile_batch - 1):
callbacks.py
[
all
...]
Completed in 78 milliseconds