aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/command_line_flags.cc
Commit message (Collapse)AuthorAge
* Correct a couple of format stringsHEADmasterGravatar Benjamin Barenblat2018-10-10
| | | | | | | Change a couple of fscanf-style format strings to use the format macro constants defined in cinttypes. This quashes -Wformat. PiperOrigin-RevId: 216545604
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-24
| | | | PiperOrigin-RevId: 210127626
* Internal clean up: change scanf to use int64_t instead of int64Gravatar A. Unique TensorFlower2018-05-04
| | | | PiperOrigin-RevId: 195438212
* Replaced calls to tensorflow::StringPiece::ToString with std::string ↵Gravatar A. Unique TensorFlower2018-05-02
| | | | | | | | | | conversions. That is, instances of sp.ToString() are replaced with std::string(sp). This will allow tensorflow::StringPiece::ToString to be removed, which is necessary before it can be replaced with absl::string_view. PiperOrigin-RevId: 195126422
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-04
| | | | | | | | tensorflow::str_util equivalents. This will allow the deprecated methods to be removed. PiperOrigin-RevId: 191627087
* Avoid the duplication in debug_options_flags.cc by generalizing ↵Gravatar A. Unique TensorFlower2017-07-17
| | | | | | tensorflow::Flag. PiperOrigin-RevId: 162271241
* 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