History log of /external/tensorflow/tensorflow/core/framework/tensor_slice_test.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9ed3b81c8898cd86a8611c589353dbfb0e8f51d7 07-Sep-2016 Zongheng Yang <zongheng@google.com> TensorSlice: add operator==().
Change: 132441991
/external/tensorflow/tensorflow/core/framework/tensor_slice_test.cc
e146dc63437d23acf4e221350d9a52a2599f2975 01-Sep-2016 Zongheng Yang <zongheng@google.com> TensorSlice: fix a subtle, long-standing bug with IsFullAt().

Discovered during the development of V2 format.

This has not been triggered since the TensorSlice class has seen little use
outside of the V1 codepath. That code path has made careful use of it to not
violate the implicit contract (that lengths_[d] == -1 iff starts_[d] == 0).
Change: 131950924
/external/tensorflow/tensorflow/core/framework/tensor_slice_test.cc
d7cc0cf1d0e616e1454872d3b45c365dc4537fb2 26-Aug-2016 Zongheng Yang <zongheng@google.com> Add TensorSlice::IsFull().
Change: 131366634
/external/tensorflow/tensorflow/core/framework/tensor_slice_test.cc
f5eaf77f0442ba1064b7d68ddfe551a27d720ac6 05-Aug-2016 Rohan Jain <rohanj@google.com> Adding support for int64 tensor slices.
Change: 129482582
/external/tensorflow/tensorflow/core/framework/tensor_slice_test.cc
c8b59c046895fa5b6d79f73e0b5817330fcfbfc1 02-Jun-2016 A. Unique TensorFlower <nobody@tensorflow.org> Update copyright for 3p/tf/core.
Change: 123900938
/external/tensorflow/tensorflow/core/framework/tensor_slice_test.cc
174fd60ebe78b22288c6e9b6c079c3ebb58f56d0 12-Feb-2016 A. Unique TensorFlower <nobody@tensorflow.org> Optimize TensorSliceSet overlap checking.

Maintain 'hull slice' which covers all existing slices. If a new slice doesn't
intersect with the 'hull slice', then there is no need in checking all existing
slices.

This optimization reduces O(N*N) time to O(N) when slices are being added
consequently.
Change: 114498099
/external/tensorflow/tensorflow/core/framework/tensor_slice_test.cc
c3c27f275f94af6e32ecaff66a6bf439abdaff5b 27-Jan-2016 Vijay Vasudevan <vrv@google.com> TensorFlow: ASSERT_OK and EXPECT_OK are also defined in other projects
that are built with TensorFlow (protobuf), so prefix our macros with
TF_ to make them project specific.
Change: 113197186
/external/tensorflow/tensorflow/core/framework/tensor_slice_test.cc
c878ce6ae549a72dbdbd2c41f33fa3dec75bb555 20-Jan-2016 Geoffrey Irving <geoffreyi@google.com> Change DebugString behavior to ShortDebugString

The old behavior of DebugString is needlessly verbose and is quite confusing
for scalar shapes (it produced the empty string). Now DebugString is the same
as ShortDebugString.

A future commit will remove ShortDebugString.
Change: 112590646
/external/tensorflow/tensorflow/core/framework/tensor_slice_test.cc
c8eaac926c929e07ac8db69f67803a2223ff2d93 20-Jan-2016 Josh Levenberg <josh11b@tensorflow.org> Many tensorflow/core build clean ups.
Change: 112523833
/external/tensorflow/tensorflow/core/framework/tensor_slice_test.cc
f592f23775e2a6ac75496829db5005d3bb70a3d2 19-Jan-2016 A. Unique TensorFlower <nobody@tensorflow.org> Replacing reference 'names' variable with 'example_names' variable.
Change: 112481326
/external/tensorflow/tensorflow/core/framework/tensor_slice_test.cc
9c3043ff3bf31a6a81810b4ce9e87ef936f1f529 20-Nov-2015 Manjunath Kudlur <keveman@gmail.com> TensorFlow: Improve performance of Alexnet

Changes:

* error message that refers to removed `DefaultSession` method.
* -Wnull-conversion warnings
* the "_start_time" attr for recvs when the flag "--brain_enable_scheduling_for_recvs" is set.
* typo in tutorial data download progress message.
* a typo ("however their installing"=>"however installing").
* typo, rename "TensorFlow Mechanics" to "How To" to be consistent with the website.
* a typo ("subtact"=>"subtract").
* protobuf examples in comments in tensorflow::Example.proto.
* formula formatting in MNIST beginner tutorial
* negative fraction-of-queue-full stats
* protobuf inclusion path so that Android demo will build under Blaze.
* small typo (moderatly > moderately)
* Session.run() to check that tensor arguments come from the session's graph.
* another six import
* seq2seq typo in bazel command

Base CL: 108349164
/external/tensorflow/tensorflow/core/framework/tensor_slice_test.cc
56313def004795f75ef8281a0294c958d28f1e06 16-Nov-2015 Vijay Vasudevan <vrv@google.com> TensorFlow: Doc and linter fixes, some additional tests and
error handling, updates to website.

Changes:
- Removes redundant reshape from image models by @mrry
- Default TensorBoard to localhost by @danmane
- Reformatting of tensorflow/core by @josh11b
- Make tutorials backwards compatible to 0.5.0 by @girving
- Improve print documentation (md files not updated).
- Add proper scrolling to sitemap by @martinwicke

Base CL: 107956254
/external/tensorflow/tensorflow/core/framework/tensor_slice_test.cc
f41959ccb2d9d4c722fe8fc3351401d53bcf4900 07-Nov-2015 Manjunath Kudlur <keveman@gmail.com> TensorFlow: Initial commit of TensorFlow library.
TensorFlow is an open source software library for numerical computation
using data flow graphs.

Base CL: 107276108
/external/tensorflow/tensorflow/core/framework/tensor_slice_test.cc