aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* 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
* Fixed a couple of compilation warningsGravatar Benoit Steiner2016-03-09
* Upgraded eigen to make it possible to compile a binary that takes advantage ofGravatar Benoit Steiner2016-03-09
* Speed up bicubic image resizer op by >2x and make it more readable. Add bench...Gravatar A. Unique TensorFlower2016-03-09
* Add device_lib swig wrapper which allows accessing the list of local devices.Gravatar Eugene Brevdo2016-03-09
* TensorFlow: For errors that are returned without NodeDefs or OpsGravatar Vijay Vasudevan2016-03-09
* Fixes computation of SdcaModel.regularized_loss()Gravatar A. Unique TensorFlower2016-03-08
* Fix breakage from "Assume errors are rare in OP_REQUIRES*() macros"Gravatar Josh Levenberg2016-03-08
* Use __host__ __device__ attributes during host and device-side CUDA compilation.Gravatar A. Unique TensorFlower2016-03-08
* Add bool transpose on GPUGravatar Geoffrey Irving2016-03-08
* Update Udacity assignments past v0.7.1.Gravatar Vincent Vanhoucke2016-03-08