aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Rollforward of "Add MirrorPad op. This op is a variety of Pad op implementing...Gravatar A. Unique TensorFlower2016-03-11
* Pull up a global statement in sdca_ops.Gravatar Craig Citro2016-03-11
* Changes to make custom user ops not statically include tensorflow/core:framew...Gravatar Manjunath Kudlur2016-03-11
* Fixed a bug in the mean reduction code for GPUsGravatar Benoit Steiner2016-03-11
* Implements "bool strictness" for `tf.Tensor`.Gravatar Derek Murray2016-03-11
* Improved the performance of the slicing operation on GPUGravatar Benoit Steiner2016-03-11
* Use faster floating point rounding and floor primitives in a couple of image ...Gravatar A. Unique TensorFlower2016-03-11
* Guarding against 0-sized dense_weights (until we support arbitrary dimensionalGravatar A. Unique TensorFlower2016-03-11
* Making SDCA updates transactional.Gravatar A. Unique TensorFlower2016-03-11
* Fixing threading issue with _maybe_load_sdca_ops().Gravatar A. Unique TensorFlower2016-03-11
* Fix dependencies bugsGravatar Eugene Brevdo2016-03-11
* Add SparseTensor support to tf.batch and friends.Gravatar Eugene Brevdo2016-03-11
* Improve the loading of the variables for freeze_graphGravatar Jianmin Chen2016-03-10
* Update Bower dependencies to latest G3 versions.Gravatar Dan Mané2016-03-10
* Move all gRPC deps from WORKSPACE to workspace.bzl.Gravatar Kiril Gorovoy2016-03-10
* Ensure that tf-image-dashboard always sorts both runs and tags.Gravatar Dan Mané2016-03-10
* Improve the BiasGrad for NCHW using less shared memory and better memoryGravatar Xiaoqiang Zheng2016-03-10
* Make sparse_softmax_cross_entropy_with_logits handle int32 labelsGravatar Geoffrey Irving2016-03-10
* Force copy of indices to local storage always.Gravatar A. Unique TensorFlower2016-03-10
* Change OpDefBuilder to use safe_strto64 for parsing numbers, insteadGravatar A. Unique TensorFlower2016-03-10
* Allowing contrib kernels to use the kernel bounds checking functions as well.Gravatar David G. Andersen2016-03-10
* On android, don't preserve doc strings for registered ops. In a binary thatGravatar A. Unique TensorFlower2016-03-10
* Eliminating int conversion warnings from image summaryGravatar David G. Andersen2016-03-10
* TensorFlow: add more helpful debugging when this check triggers on badGravatar Vijay Vasudevan2016-03-10
* Move "using namespace tensorflow" declaration in tensorflow_jni.cc so that in...Gravatar Andrew Harp2016-03-10
* Use 32bit indexing to perform average pooling. This improves the performanceGravatar Benoit Steiner2016-03-10
* Fix missing spaces in SparseReorder's error messagesGravatar Geoffrey Irving2016-03-10
* Surface control_flow_ops.{foldl, foldr, map_fn} to public.Gravatar Yuan Yu2016-03-10
* Fix series node grouping for first item.Gravatar James Wexler2016-03-10
* Add missing include that broke the OSS build on Mac.Gravatar A. Unique TensorFlower2016-03-10
* Rollback of "Add MirrorPad op. This op is a variety of Pad op implementing re...Gravatar Vijay Vasudevan2016-03-09
* Switching to O(N) duplicate counting using unordered_set.Gravatar David G. Andersen2016-03-09
* Upgraded to a newer version of Eigen that fixes a compilation error on AndroidGravatar Benoit Steiner2016-03-09
* Use 32bit indexing to pad tensors. This more than doubles the performance ofGravatar Benoit Steiner2016-03-09
* Add MirrorPad op. This op is a variety of Pad op implementing reflect andGravatar A. Unique TensorFlower2016-03-09
* Implement gradients wrt sparse values for sparse_tensor_dense_matmul().Gravatar Zongheng Yang2016-03-09
* Allow restoring Variables whose validate_shape is set to FalseGravatar A. Unique TensorFlower2016-03-09
* Avoid shuffling, and the use of random generator within the sdca optimizer.Gravatar A. Unique TensorFlower2016-03-09
* Fix the FutureWarning in `tf.image.resize_images()` for real this time.Gravatar Derek Murray2016-03-09
* Move Android benchmarking state variables to global scope so they can be rese...Gravatar Andrew Harp2016-03-09
* Adding lbeta, the Logarithm of the multidimensional beta function.Gravatar A. Unique TensorFlower2016-03-09
* Remove the C++ "grpc_server_lib_test".Gravatar Derek Murray2016-03-09
* Adding earlier error handling and better error reportingGravatar David G. Andersen2016-03-09
* Replace uses of RE2 with Scanner, for sources that are used on mobile.Gravatar A. Unique TensorFlower2016-03-09
* DecodeRaw should use int64 for sizes, not intGravatar Geoffrey Irving2016-03-09
* Use 32bit indexing to evaluate tiling operations. This improves the performanceGravatar Benoit Steiner2016-03-09
* Fix the crash when applying SparseFtrl update where inner_dimension > 0Gravatar A. Unique TensorFlower2016-03-09
* Allow StreamExecutor commands to return status types other than the TensorFlo...Gravatar A. Unique TensorFlower2016-03-09
* Add tensorflow/core/kernels/cwise_op_rsqrt.cc to android_extended_ops groupsGravatar A. Unique TensorFlower2016-03-09
* RemoveNewDefaultAttrsFromGraphDef shouldn't touch _underscore attrsGravatar Geoffrey Irving2016-03-09