aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Changed tslint to comply with clang and the google style guide for typescript...Gravatar Dan Smilkov2016-04-25
* Switch attr_value_util.cc to use proto_text for parsing text format.Gravatar A. Unique TensorFlower2016-04-25
* Log an error in TensorBoard when we find out-of-order writes to event files.Gravatar A. Unique TensorFlower2016-04-25
* Adding datasets to __init__.py to allow to use tf.contrib.learn.datasets.Gravatar Illia Polosukhin2016-04-25
* Make sure add_to_collection treats a passed-in string as a single name.Gravatar Martin Wicke2016-04-25
* Additional refactoring of the resize kernels to fix int64->32Gravatar David G. Andersen2016-04-25
* Made it possible to compute the cross entropy using 16 bit floatsGravatar Benoit Steiner2016-04-25
* Expose DeviceSpec class in the Python framework API.Gravatar RJ Ryan2016-04-25
* Blacklist additional tests that won't work in pip installation.Gravatar Martin Wicke2016-04-25
* Fixed up inclusion-order problems with Python modules.Gravatar Pete Warden2016-04-25
* Do not replace a constant while constant folding.Gravatar Manjunath Kudlur2016-04-25
* Fix label_smoothing versions of loss functions.Gravatar A. Unique TensorFlower2016-04-25
* When the user switches tabs quickly, the zoom events contain NaNs that are no...Gravatar Dan Smilkov2016-04-25
* tensorflow: refine concat costGravatar A. Unique TensorFlower2016-04-25
* Fix edge case in mapStrictHierarchy.Gravatar James Wexler2016-04-25
* Rewrite Tensor::SummarizeValue to avoid a segfault when passed anGravatar A. Unique TensorFlower2016-04-25
* Fix broken links pointing to tensorflow.org/tensorboard/cifar.htmlGravatar Dan Smilkov2016-04-25
* Fixing a typo in dist_test/scripts/dist_test.shGravatar A. Unique TensorFlower2016-04-25
* Ensure that PyFunc arrays are C-ordered.Gravatar A. Unique TensorFlower2016-04-23
* Factor helper methods out of ExampleParserOpGravatar A. Unique TensorFlower2016-04-22
* Add quantization support through new ops and tools.Gravatar Pete Warden2016-04-22
* Add tests for user-opsGravatar A. Unique TensorFlower2016-04-22
* TensorFlow: Mark PyFunc as a stateful Op, to disable optimizations that cache...Gravatar A. Unique TensorFlower2016-04-22
* Remove an unnecessary #undef in adjust_contrast_op.cc.Gravatar Zongheng Yang2016-04-22
* Fixing issue in loss_ops where divide-by-zero in select statement causes NaN ...Gravatar A. Unique TensorFlower2016-04-22
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-04-22
* Removes deceptive documentation from softmax_cross_entropy_with_logits and re...Gravatar A. Unique TensorFlower2016-04-22
* Bring 3d SAME padding in sync with 2d SAME padding (i.e. odd paddings are splitGravatar A. Unique TensorFlower2016-04-22
* Calling Cudnn calls in the current thread, instead of dispatching it into itsGravatar Xiaoqiang Zheng2016-04-22
* Removed section about Estimators - it's premature and there is still question...Gravatar Illia Polosukhin2016-04-22
* Added custom styling properties to TensorBoard's main polymer component so it...Gravatar A. Unique TensorFlower2016-04-22
* Change tensorflow benchmark code to export results as serialized proto insteadGravatar A. Unique TensorFlower2016-04-22
* Replace dynamic_cast with static_cast in ReinitializeDevice.Gravatar A. Unique TensorFlower2016-04-22
* Rename python/platform/logging.py to python/platform/tf_logging to simplify f...Gravatar A. Unique TensorFlower2016-04-22
* In tensor_util.py, serialize quantized int values using tensor content, insteadGravatar A. Unique TensorFlower2016-04-21
* Rollback of rollback of cl/120366069:Gravatar A. Unique TensorFlower2016-04-21
* Colocate Regularizers with Variables to avoid unnecessary communication.Gravatar A. Unique TensorFlower2016-04-21
* Prevent TensorFlow from crashing when attempting to reduce an empty tensor on...Gravatar Benoit Steiner2016-04-21
* The example trainer program should call sv.stop(); otherwise exceptions are r...Gravatar A. Unique TensorFlower2016-04-21
* First draft of dev guide for Tensorflow.Gravatar Illia Polosukhin2016-04-21
* Fix run_metadata display issues.Gravatar James Wexler2016-04-21
* Check for op deprecation in C++ API and graph validationGravatar Geoffrey Irving2016-04-21
* Instead of just validating the memory type. Fix them if they are notGravatar A. Unique TensorFlower2016-04-21
* Reformat tensorflow.bzl.Gravatar A. Unique TensorFlower2016-04-21
* In ExecutorState, precede calls to VLOG and VLOG_IS_ON with a cheaper check ofGravatar A. Unique TensorFlower2016-04-21
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-04-21
* Enable Go codegen for Saver checkpoint protos.Gravatar A. Unique TensorFlower2016-04-21
* Add tests for clean termination when reaching end of input.Gravatar A. Unique TensorFlower2016-04-21
* Add gradients for SparseReduceSum.Gravatar Zongheng Yang2016-04-21
* Change tensorflow code to use proto_text for DebugString and ShortDebugStringGravatar A. Unique TensorFlower2016-04-21