aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/command_line_flags_test.cc
Commit message (Collapse)AuthorAge
* Add test to ensure that repeated flags are handled in a consistent way.Gravatar A. Unique TensorFlower2017-08-28
| | | | | | The tensorflow::Flags::Parse routine currently handles repeated flags by calling the hook function repeatedly for each instance of the flag. This test allows us to rely on that behavior, rather than having it be an implementation detail that may change. PiperOrigin-RevId: 166764798
* Avoid the duplication in debug_options_flags.cc by generalizing ↵Gravatar A. Unique TensorFlower2017-07-17
| | | | | | tensorflow::Flag. PiperOrigin-RevId: 162271241
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
| | | | PiperOrigin-RevId: 157724431
* Add AudioSpectrogram op to TensorFlow for audio feature generationGravatar Pete Warden2017-04-11
| | | | Change: 152872386
* Automated rollback of change 152332221Gravatar A. Unique TensorFlower2017-04-05
| | | | Change: 152333917
* Add AudioSpectrogram op to TensorFlow for audio feature generationGravatar Pete Warden2017-04-05
| | | | Change: 152332221
* Modify tensorflow command line flag parsing:Gravatar A. Unique TensorFlower2016-10-14
| | | | | | | | | | - Allow help text to be specified for each flag - Add a flag "--help" to print the help text - Rename ParseFlags to Flags::Parse(); new routine Flags::Usage() returns a usage message. - Change uses to new format In some cases reorder with InitMain(), which should be called after flag parsing. Change: 136212902
* tfprof: "Swiss Army Knife Tool" To Explore Your Model.Gravatar A. Unique TensorFlower2016-09-22
| | | | Change: 133968335
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
| | | | Change: 123900938
* Update versions of bower components to reflect those inside Google. This ↵Gravatar Dan Smilkov2016-02-16
also fixes the problem where users are asked which version of polymer to install when they run `bower install`. Change: 114774859