aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util
Commit message (Expand)AuthorAge
* Added the ability to restore checkpoints containing 16 bit floats.Gravatar Benoit Steiner2016-06-27
* A series of changes to significantly reduce the number of allocationsGravatar A. Unique TensorFlower2016-06-27
* Change to const Example pointersGravatar Ben Lee2016-06-24
* Clean up callers of old Env:: APIs that don't pass unique_ptr.Gravatar Vijay Vasudevan2016-06-20
* Make large-variable saving tests shorter to prevent timeouts.Gravatar Derek Murray2016-06-16
* TensorFlow: minor change functions in Env interface.Gravatar Vijay Vasudevan2016-06-16
* Add support to TFRecordReader and writer to read/write from zlib compressed f...Gravatar A. Unique TensorFlower2016-06-16
* Add a size check before attempting to serialize a variable.Gravatar Derek Murray2016-06-15
* In work_sharder_test, create the thread pool once for the Basic test.Gravatar A. Unique TensorFlower2016-06-13
* Keep a single constructor for CTCBeamScorer and external ownership of CTCBeam...Gravatar A. Unique TensorFlower2016-06-13
* Add basic_train_loop() as an example for higher level frameworks to copy orGravatar A. Unique TensorFlower2016-06-09
* Correct a bug in calculating the standard deviation in StatSummarizer used in...Gravatar A. Unique TensorFlower2016-06-06
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Tensorflow CUDA helper: custom impl of atomicMax(uint64..).Gravatar Zongheng Yang2016-05-27
* Add serial_number field to MachineConfiguration message in test_log.protoGravatar Andrew Harp2016-05-27
* GPU kernel for the Multinomial op.Gravatar Zongheng Yang2016-05-27
* Turn on CUDNN autotune by default.Gravatar Xiaoqiang Zheng2016-05-24
* Enforce max_parallelism in work sharder by reverting to old sharding code if ...Gravatar A. Unique TensorFlower2016-05-24
* Add optional max_parallelism parameter to tensorflow::ThreadPool::ParallelFor...Gravatar A. Unique TensorFlower2016-05-18
* Add ExtractExampleParserConfiguration methodGravatar A. Unique TensorFlower2016-05-18
* Enable fp16 support for MatMul via cuBLAS, gated on compilation withGravatar A. Unique TensorFlower2016-05-17
* Extend support for uint16.Gravatar A. Unique TensorFlower2016-05-13
* Trivial typo fix: s/logic/logical.Gravatar Zongheng Yang2016-05-12
* Allocate sparse_values_tmp according to the size of var_len_features.Gravatar A. Unique TensorFlower2016-05-11
* tensorflow: finer-grained Shard parallelizationGravatar A. Unique TensorFlower2016-05-10
* fp16 support for BiasAdd. Includes support for atomic adds for Eigen::half,Gravatar A. Unique TensorFlower2016-05-10
* Adding autotune to the Cudnn conv algorithm selection.Gravatar Xiaoqiang Zheng2016-05-09
* Make StatSummarizer more useful.Gravatar A. Unique TensorFlower2016-05-06
* Next pass at converting all return statuses to errors.OpError exceptionsGravatar A. Unique TensorFlower2016-05-05
* Introduce common cwise code for "sparse <op> dense"; use for cdiv, cmul.Gravatar Zongheng Yang2016-05-05
* Make static ReserveRandomOutputs() a member function of GuardedPhiloxRandom.Gravatar Zongheng Yang2016-05-04
* Add support for 3d convolutions and pooling. CPU kernels use Eigen, GPU kerne...Gravatar A. Unique TensorFlower2016-05-04
* Allow BCast to disable the optimization of grouping consecutive dimensions.Gravatar Zongheng Yang2016-05-03
* Refactor TF Example helpers to use vectorsGravatar A. Unique TensorFlower2016-04-26
* Factor helper methods out of ExampleParserOpGravatar A. Unique TensorFlower2016-04-22
* Change tensorflow benchmark code to export results as serialized proto insteadGravatar A. Unique TensorFlower2016-04-22
* Change tensorflow code to use proto_text for DebugString and ShortDebugStringGravatar A. Unique TensorFlower2016-04-21
* Fixed compilation warningGravatar Benoit Steiner2016-04-20
* Rollback of "Change tensorflow code to use proto_text for DebugString andS ho...Gravatar A. Unique TensorFlower2016-04-19
* Fixed asan test for memmapped file systemGravatar A. Unique TensorFlower2016-04-19
* Change tensorflow code to use proto_text for DebugString and ShortDebugStringGravatar A. Unique TensorFlower2016-04-19
* Introduce tf.sparse_reduce_sum() and a CPU kernel.Gravatar Zongheng Yang2016-04-18
* Have StatSummarizer print OP types as well as name.Gravatar Andrew Harp2016-04-18
* Added a format for saving an inference graph that can be memmapped and an uti...Gravatar A. Unique TensorFlower2016-04-18
* Add shape and order asserts in SparseTensor constructor.Gravatar A. Unique TensorFlower2016-04-14
* Make TF_CALL_REAL_NUMBER_TYPES() and related macros include Eigen::halfGravatar A. Unique TensorFlower2016-04-13
* Temporary rollback of half support in TF_CALL_REAL_NUMBER_TYPES()Gravatar A. Unique TensorFlower2016-04-08
* Make TF_CALL_REAL_NUMBER_TYPES() and related macros include Eigen::halfGravatar A. Unique TensorFlower2016-04-08
* Always write uncompressed checkpoints.Gravatar Sherry Moore2016-04-08
* Added dtype information in DebugString().Gravatar Sherry Moore2016-04-06