aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/tensor_bundle
Commit message (Expand)AuthorAge
* Internal change.Gravatar Revan Sopher2018-09-28
* Support saving/restoring of string tensors with lengths greater than 2^32.Gravatar A. Unique TensorFlower2018-09-27
* Removed unnecessary includes from stringpiece.hGravatar A. Unique TensorFlower2018-09-14
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-02
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Fix bug in checkpointing DT_VARIANT tensors.Gravatar Saurabh Saxena2018-02-08
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Raise error when unable to parse VariantTensorDataProto in BundleReader.Gravatar Saurabh Saxena2018-01-15
* Remove lenient naming in tf.Saver.Gravatar A. Unique TensorFlower2018-01-15
* Add option to specify output alignment for BundleWriter.Gravatar A. Unique TensorFlower2018-01-11
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-01-08
* Expand all saveable operations to generate a single C++ restore call.Gravatar Russell Power2018-01-04
* Add support for saving DT_VARIANT tensors in TensorBundle.Gravatar Saurabh Saxena2017-10-16
* Avoid segfault in tensorflow::BundleReader::~BundleReader if some file operat...Gravatar A. Unique TensorFlower2017-10-01
* Remove RTLD_GLOBAL when loading pywrap_tensorflowGravatar Allen Lavoie2017-09-21
* Automated g4 rollback of changelist 158565259Gravatar Gunhan Gulsoy2017-09-14
* Introduces a temporary "lenient naming" mode in tf.Saver that tries to load k...Gravatar A. Unique TensorFlower2017-08-22
* Add a few missing inclusionsGravatar A. Unique TensorFlower2017-08-11
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Further BUILD cleanupGravatar A. Unique TensorFlower2017-06-16
* Adjust test sizesGravatar A. Unique TensorFlower2017-06-09
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Add CacheDataset ops.Gravatar Brennan Saeta2017-06-08
* Remove unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
* tensor_bundle: fix that the read path forgets to cache file handles.Gravatar Zongheng Yang2017-06-02
* Disable writing of compressed checkpoints.Gravatar Asim Shankar2017-05-31
* Avoid CHECKs in BundleReader, propagate errors instead.Gravatar Asim Shankar2017-05-31
* Open-source ops to load and remap matrix (2-D) tensors. (Used for loading/rem...Gravatar Wei Ho2017-05-25
* Adds warning about non-determinism in returned TensorSlice ordering.Gravatar Wei Ho2017-05-11
* tensor_bundle: remove an excessively intrusive CHECK().Gravatar Zongheng Yang2017-04-25
* Rename android_srcs to mobile_srcsGravatar Manjunath Kudlur2017-04-24
* tensor_bundle: propagrates errors related to directory creation.Gravatar Zongheng Yang2017-04-06
* [Tensorflow] Add check fail when user passes a tensor with nullptr to lookup.Gravatar A. Unique TensorFlower2017-03-17
* [Tensorflow] Expose API to lookup TensorSlice.Gravatar A. Unique TensorFlower2017-03-16
* tensor_bundle: Add some detail to CHECK failures.Gravatar Asim Shankar2017-03-15
* Expanding the optimization that avoids making an extra copy when restoring sl...Gravatar A. Unique TensorFlower2017-02-16
* Produce an amount of log output that is only linear, not quadratic, in the nu...Gravatar A. Unique TensorFlower2017-02-15
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Enables all optimizers for dense resource variables.Gravatar A. Unique TensorFlower2017-01-27
* Change FileOutputBuffer::Flush() to flush the buffer but not the underlying f...Gravatar A. Unique TensorFlower2017-01-24
* tensor_bundle: use tmp files on write path (and rename later).Gravatar Zongheng Yang2017-01-10
* Add tests for expected OUT_OF_RANGE semantics in the default filesystem.Gravatar Jonathan Hseu2016-11-28
* Change FileExists to return tensorflow::Status.Gravatar Jonathan Hseu2016-11-04
* Change v2 session bundle compression method to match v1.Gravatar A. Unique TensorFlower2016-11-02
* Internal only changeGravatar A. Unique TensorFlower2016-10-28
* Merge changes from github.Gravatar Patrick Nguyen2016-10-20