History log of /external/tensorflow/tensorflow/c/checkpoint_reader.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a8c5d5fe011e796593d20c74d8b927c014a27c89 05-Oct-2017 A. Unique TensorFlower <gardener@tensorflow.org> Expose data type information in checkpoint reader.

PiperOrigin-RevId: 171147196
/external/tensorflow/tensorflow/c/checkpoint_reader.cc
220515bffdf1df5379a7f8921f5a12deb2e0dee7 05-Oct-2017 A. Unique TensorFlower <gardener@tensorflow.org> Replace owning raw pointers with unique pointers

PiperOrigin-RevId: 171132628
/external/tensorflow/tensorflow/c/checkpoint_reader.cc
06569522503f79fe950cab36ef00b23ddeaf8fe0 08-Feb-2017 A. Unique TensorFlower <gardener@tensorflow.org> Fix memory leakage of CheckpointReader
Change: 146955950
/external/tensorflow/tensorflow/c/checkpoint_reader.cc
1e324a0f2a67cfa651677bd381bf1bf2adc3e2f8 15-Oct-2016 Zongheng Yang <zongheng@google.com> checkpoint_reader: fix VarToShapeMap V2 impl.

This change makes it adhere to the original semantics: all slices of a
partitioned tensor are grouped under one entry.
Change: 136229541
/external/tensorflow/tensorflow/c/checkpoint_reader.cc
cae3713cd4a2a191f10012a8efab19c721d41742 07-Oct-2016 Zongheng Yang <zongheng@google.com> tensor_bundle: tighten Lookup() semantics, add LookupDtypeShape().

This fixes a subtle allocation issue in CheckpointReader.
Change: 135503615
/external/tensorflow/tensorflow/c/checkpoint_reader.cc
ecdf0b202a2bfcff7985e62da727397bd8c67a91 28-Sep-2016 Zongheng Yang <zongheng@google.com> TF Checkpoint V2: make CheckpointReader work with the V2 format.

If the same checkpoint prefix identifies both a V1 checkpoint and a V2
checkpoint on disk, the V2 version takes priority -- which matches the same
behavior as the RestoreV2 op.

Typical usage:

$ bazel run tensorflow/python/tools:inspect_checkpoint -- --file_name=<V2 ckpt prefix>

Other changes: add DebugString() and Contains() to BundleReader.
Change: 134543092
/external/tensorflow/tensorflow/c/checkpoint_reader.cc
788f359b7218ad46696c15459c89688ffe70955e 30-Jul-2016 A. Unique TensorFlower <gardener@tensorflow.org> Move C API files (and related files used by SWIG wrappers)
to new tensorflow/c directory.
Change: 128855990
/external/tensorflow/tensorflow/c/checkpoint_reader.cc