History log of /external/tensorflow/tensorflow/core/framework/types_test.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
12cfeb2c5291b1d2af55bf0905374043be599c5a 26-Jan-2018 A. Unique TensorFlower <gardener@tensorflow.org> Cleanup: Ran clang-format on all *.{h,cc} files in tensorflow/core/framework.

PiperOrigin-RevId: 183429540
/external/tensorflow/tensorflow/core/framework/types_test.cc
bbfe1d3fb4118790a35323c2474801a9273e40ea 10-Dec-2017 A. Unique TensorFlower <gardener@tensorflow.org> Add IsDataTypeComplex helper function. In numerous places, we needlessly depend on Eigen templates to determine if a datatype is complex. Cleaning up these instances will be done in a separate CL.

PiperOrigin-RevId: 178544917
/external/tensorflow/tensorflow/core/framework/types_test.cc
a771598ad83ca33eb42594d7e804859371ba4ca9 09-Nov-2016 Benoit Steiner <bsteiner@google.com> Merge changes from github.
Change: 138675832
/external/tensorflow/tensorflow/core/framework/types_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/types_test.cc
1ed0e764c8ca84d45823f2fd172dc8d40f89e3e2 04-May-2016 Geoffrey Irving <geoffreyi@google.com> Catch integer division by zero on CPU to avoid SIGFPE

We let it through on GPU since the behavior is bizarre but harmless.

On the CPU, we have to turn off packet math in Eigen and use a special binary
functor that sets an error bit on division by zero. Ideally we'd be able to
use packet math too; all it would take is a nice way for checking if a packet
contains a zero.

Fixes #2163.
Change: 121429857
/external/tensorflow/tensorflow/core/framework/types_test.cc
668b2a7667921db344b9725f7909ead0eb1f7c6b 25-Jan-2016 A. Unique TensorFlower <nobody@tensorflow.org> Adds UINT16 type to TensorFlow.
Change: 112970147
/external/tensorflow/tensorflow/core/framework/types_test.cc
c8eaac926c929e07ac8db69f67803a2223ff2d93 20-Jan-2016 Josh Levenberg <josh11b@tensorflow.org> Many tensorflow/core build clean ups.
Change: 112523833
/external/tensorflow/tensorflow/core/framework/types_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/types_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/types_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/types_test.cc