forked from tensorflow/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the AutoUpdate methods from EventAccumulator and EventMultiple…
…xer. There's no reason for those classes to own the async behavior, a caller can easily manage themselves. The resulting code is easier to reason about because there is always one source of async and one thread rather than several different subtimers firing at different times. Also, it logs load time for performance measurement. Change: 113376718
- Loading branch information
A. Unique TensorFlower
authored and
Vijay Vasudevan
committed
Jan 30, 2016
1 parent
6d92548
commit 34d5a99
Showing
4 changed files
with
29 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters