aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core
Commit message (Expand)AuthorAge
* TensorFlow: lib header cleanupGravatar Vijay Vasudevan2016-10-17
* Moving InitMain to the beginning of main. This seems to fix the currently tim...Gravatar A. Unique TensorFlower2016-10-16
* Automated rollback of change 136214096Gravatar Rohan Jain2016-10-14
* GCS Resumable Upload: use int64 instead of int32 when parsing file offsets.Gravatar Alexey Surkov2016-10-14
* Added the data type to the cost graphGravatar Benoit Steiner2016-10-14
* Register Fill with quint8.Gravatar Jianmin Chen2016-10-14
* Modify tensorflow command line flag parsing:Gravatar A. Unique TensorFlower2016-10-14
* Account for the case when GCS Resumable Upload returns a Range header prefixe...Gravatar Alexey Surkov2016-10-14
* Don't log GCS retries.Gravatar Alexey Surkov2016-10-14
* Adds a resource reference dtype to TF.Gravatar A. Unique TensorFlower2016-10-14
* Add TF_DCHECK_OK to status.h, a debug-only version ofGravatar A. Unique TensorFlower2016-10-14
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-10-14
* Extending matrix_solve to complex64 and complex128.Gravatar A. Unique TensorFlower2016-10-14
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-10-14
* Annotate the race on signam, written by lgamma, as benign. TheGravatar A. Unique TensorFlower2016-10-14
* Create OP "Round" which uses banker's rounding. Not used in Python API tf.rou...Gravatar Olivia Nordquist2016-10-14
* Add TF_ATTRIBUTE_NO_SANITIZE_MEMORY.Gravatar A. Unique TensorFlower2016-10-14
* Add the int32 TypeConstraint to all kernels that could take both int32Gravatar Vijay Vasudevan2016-10-14
* Add fallback path for device->device copies that copies via the host.Gravatar A. Unique TensorFlower2016-10-14
* Update comments on shape_inference to indicate it's no longer experimental.Gravatar A. Unique TensorFlower2016-10-13
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-10-13
* Simplify api for tf.summary.tensor_summary and tf.summary.scalarGravatar Dan Mané2016-10-13
* Plugging a memory leak for the RandomAccessFile pointer.Gravatar Rohan Jain2016-10-13
* non breaking parts of adjusting tf.round's functionality to be that of a bank...Gravatar Olivia Nordquist2016-10-13
* Add missing space in error message.Gravatar A. Unique TensorFlower2016-10-12
* Adding an environmental variable to control the cuda host memory limit.Gravatar Xiaoqiang Zheng2016-10-12
* Make it possible for each LocalDevice to own a separate Eigen Threadpool.Gravatar A. Unique TensorFlower2016-10-12
* Build the cost model every k steps after the first l steps: this makes itGravatar Benoit Steiner2016-10-12
* Small changes on CL/135819904 based on ZF's review comments.Gravatar Yuan Yu2016-10-12
* Get rid of testing constructor for InferenceContext, fix TODOs.Gravatar Vijay Vasudevan2016-10-12
* Rename gemm_wrapper.h to soc_interface.hGravatar A. Unique TensorFlower2016-10-12
* Deleted unused codeGravatar Benoit Steiner2016-10-12
* Enables AddN for float64.Gravatar A. Unique TensorFlower2016-10-11
* Added support for tensorflow::internal::LogString routine.Gravatar A. Unique TensorFlower2016-10-11
* Reduce lock contention in BlockingCounter. This matters mostly when the shard...Gravatar A. Unique TensorFlower2016-10-11
* tensor_bundle: expose a minimal lib containing the naming logic.Gravatar Zongheng Yang2016-10-11
* Internal only changeGravatar A. Unique TensorFlower2016-10-11
* Reworked the locking in the executor. This is mainly to improve the performan...Gravatar Yuan Yu2016-10-11
* TF Checkpoint V2: factor out the V2 read path into save_restore_tensor.h.Gravatar Zongheng Yang2016-10-11
* Fix a bug in the CUDA implementation of centered RMSProp. Reordered the sum (...Gravatar A. Unique TensorFlower2016-10-11
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-10-11
* Store SparseTensors in a Map inside a container for Queue round-trip.Gravatar Eugene Brevdo2016-10-11
* Add reduce_nnz python op to get number of nonzeros / non-false in any Tensor.Gravatar Eugene Brevdo2016-10-11
* Fix MasterSession so that it properly ignores the place_pruned_graph option.Gravatar Derek Murray2016-10-11
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-10-11
* Fix documentation for Relu6Grad.Gravatar A. Unique TensorFlower2016-10-11
* Register kernels for int32.Gravatar A. Unique TensorFlower2016-10-10
* Set collect_rpcs value only if a timeline was requested.Gravatar Suharsh Sivakumar2016-10-10
* Small header changes and a Doxygen tweak to shape the C++ API a bit better.Gravatar A. Unique TensorFlower2016-10-10
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-10-10