aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib
Commit message (Expand)AuthorAge
* Correct a couple of format stringsHEADmasterGravatar Benjamin Barenblat2018-10-10
* Check for too large jpeg images before decompressing.Gravatar Mihai Maruseac2018-09-24
* Add Metadata object for RecordReader and associated stats computing /Gravatar Vijay Vasudevan2018-09-23
* Add an API which gives explicit control over shard sizes and introspection in...Gravatar A. Unique TensorFlower2018-09-20
* Removed unnecessary includes from stringpiece.hGravatar A. Unique TensorFlower2018-09-14
* Prevent an integral division by zero (undefined behavior).Gravatar Mihai Maruseac2018-09-13
* Modify signature of WritableFile::Append to accept StringPiece data by value.Gravatar Eugene Brevdo2018-09-12
* Add helper functions that allow users to write TFRecords in memory.Gravatar Eugene Brevdo2018-09-10
* Automated rollback of commit d6f107761459dfdf8773a148e11193a3512a51a6Gravatar A. Unique TensorFlower2018-09-10
* Automated rollback of commit 24787842adfefe35f5a520313d775b14c29f143aGravatar A. Unique TensorFlower2018-09-06
* Add compression options to Python's TFRecordOptionsGravatar A. Unique TensorFlower2018-09-06
* Alias tensorflow::gtl::InlinedVector to absl::InlinedVectorGravatar Benjamin Kramer2018-09-05
* There were two different error reporting formats within TensorFlow: `{{key va...Gravatar A. Unique TensorFlower2018-09-04
* Currently there are two formats for error reporting inside TensorFlow. This i...Gravatar A. Unique TensorFlower2018-08-31
* Alias gtl::optional to absl::optional and remove the old implementation.Gravatar Benjamin Kramer2018-08-31
* Renamed tensorflow::strings::PadSpec enum values to match absl::PadSpec enum ...Gravatar A. Unique TensorFlower2018-08-31
* Rollback of a rollback with fixes included. See below for details of the orig...Gravatar A. Unique TensorFlower2018-08-30
* Remove (Mutable)ArraySlice implementation and alias them to absl::Span.Gravatar Tim Shen2018-08-30
* Replaced tensorflow::StringPiece with an alias of absl::string_view.Gravatar A. Unique TensorFlower2018-08-30
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* Removed ToString method from tensorflow::StringPiece.Gravatar A. Unique TensorFlower2018-08-28
* Remove tensorflow::gtl::{Mutable,}ArraySlice's old API that don't show up in ...Gravatar Tim Shen2018-08-27
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-08-27
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-24
* Automated rollback of commit 2d4214415269bee2c8c98d5466c540e4004652fdGravatar A. Unique TensorFlower2018-08-24
* This change makes casts to bfloat16 use rounding instead of truncation by def...Gravatar A. Unique TensorFlower2018-08-23
* Replaced calls to tensorflow::StringPiece::ToString with string conversions.Gravatar A. Unique TensorFlower2018-08-22
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Added non-std string support to tensorflow::StringPiece string conversion ope...Gravatar A. Unique TensorFlower2018-08-16
* Merge pull request #20029 from yoya:masterGravatar TensorFlower Gardener2018-08-09
|\
* | Add nullptr checks so that Write() and Flush() fail instead of segfaultGravatar A. Unique TensorFlower2018-08-06
* | Change PyRecordWriter destructor order so that file_ is still available for w...Gravatar A. Unique TensorFlower2018-08-03
* | Adding NodeDef names to error messages for better debuggability.Gravatar A. Unique TensorFlower2018-07-27
| * $ mogrify +matte tensorflow/core/lib/png/testdata/lena_palette.pngGravatar Yoshihiro Yamazaki2018-07-26
* | This change started with an intention of adding an attribute to cast ops to d...Gravatar A. Unique TensorFlower2018-07-25
* | Merge pull request #20944 from skambha:issue-opendbGravatar TensorFlower Gardener2018-07-20
|\ \
* | | Test io::RecordWriter.flush()Gravatar A. Unique TensorFlower2018-07-19
* | | A deleter class that calls RefCounted::Unref, and a unique_ptr alias RefCount...Gravatar A. Unique TensorFlower2018-07-19
| * | Add SQLITE_OPEN_URI flag to sqlite open to support db_uri and add a unit testGravatar Sunitha Kambhampati2018-07-18
* | | Automated rollback of commit 0ba51c741981c4f264dc06356a44b89ab9dbacd1Gravatar Rachel Lim2018-07-17
|/ /
| * - adding PNG-8(palette) files.Gravatar Yoshihiro Yamazaki2018-07-18
* | Merge changes from github.Gravatar Yifei Feng2018-07-02
* | Remove ARCH_PIII variant from manual_constructor_test.cc.Gravatar A. Unique TensorFlower2018-07-02
* | [TF:XLA] Implement UnsortedSegment{Prod,Min,Max} operators.Gravatar Peter Hawkins2018-06-25
| * fix decode_png function.Gravatar Yoshihiro Yamazaki2018-06-15
|/
* Remove logic in RandomAccessInputStream to check for out of range read, as it...Gravatar Ruoxin Sang2018-06-08
* Removed parts of numbers_test that caused asan/msan/tsan failureGravatar Rachel Lim2018-06-06
* Automated g4 rollback of changelist 198815200Gravatar Rachel Lim2018-06-01
* Automated g4 rollback of changelist 198812512Gravatar A. Unique TensorFlower2018-05-31
* [tf.data] Changed parsing logic for CsvDataset for better performance and cor...Gravatar Rachel Lim2018-05-31