aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Remove the requirement for sequence_length input to dynamic_rnn.Gravatar Eugene Brevdo2016-03-08
* A scalable *single-machine* version of SDCA for datasets that don't fit in me...Gravatar A. Unique TensorFlower2016-03-08
* Fix (and cleanup) tests in TensorBoard and simplified build process.Gravatar Dan Smilkov2016-03-08
* Minor code cleanups.Gravatar A. Unique TensorFlower2016-03-08
* Add appropriate bounds checking to in_top_k op.Gravatar David G. Andersen2016-03-08
* Further improvements for training long sequences. Here is the current perform...Gravatar Yuan Yu2016-03-08
* Improve the validity of indexing in the segment reduction kernels.Gravatar Josh Levenberg2016-03-08
* Add tests for wrong defaults.Gravatar Jianmin Chen2016-03-08
* Assume errors are rare in OP_REQUIRES*() macros.Gravatar Josh Levenberg2016-03-08
* Prototype of an in-process gRPC server for TensorFlow/Python.Gravatar Derek Murray2016-03-08
* TensorFlow: select op: add support for empty tensors: selectGravatar Vijay Vasudevan2016-03-07
* Make RNN calls require a known input depth (via shape inference).Gravatar Eugene Brevdo2016-03-07
* fix docstring for zero_fractionGravatar A. Unique TensorFlower2016-03-07
* Add comment about SparseMatMul safetyGravatar Geoffrey Irving2016-03-07
* Add a TODO to Tensor::SummarizeValueGravatar Geoffrey Irving2016-03-07
* Add support for hinge loss (SVMs) to the Stohastic Dual Coordinate Ascent (SD...Gravatar A. Unique TensorFlower2016-03-07
* TensorFlow: Return an error on racy inputs to listdiff_op that would otherwiseGravatar Vijay Vasudevan2016-03-07
* TensorFlow: Make extract_glimpses support empty tensors as input.Gravatar Vijay Vasudevan2016-03-07
* First attempt at an optimized implementation of DepthwiseConv2D for CPU.Gravatar A. Unique TensorFlower2016-03-07
* Enables all `image_ops` functions to accept NumPy arrays.Gravatar Derek Murray2016-03-07
* Adding visitor support to DataByExample.Gravatar A. Unique TensorFlower2016-03-07
* TensorFlow: use GOOGLE_CUDA to prevent gpu library code from needingGravatar Vijay Vasudevan2016-03-05
* TensorFlow: enable cuda host memory allocation for GPU compatibleGravatar Vijay Vasudevan2016-03-05
* Refactor logistic loss into component parts.Gravatar A. Unique TensorFlower2016-03-05
* Improve BiasGrad for NCHW. Add a number of shared replicas to avoid bankGravatar Xiaoqiang Zheng2016-03-05
* Minor documentation improvement.Gravatar A. Unique TensorFlower2016-03-05
* Change L2/L1 regularization strength to in be the units of num_examples.Gravatar A. Unique TensorFlower2016-03-05
* Adding a few more validations and tests.Gravatar A. Unique TensorFlower2016-03-05
* Augmenting DeltasByExample as DataByExample to provision for extraGravatar A. Unique TensorFlower2016-03-05
* TensorFlow: Change apply_dense and apply_sparse to use a colocationGravatar Vijay Vasudevan2016-03-05
* TensorFlow python graphdef importer: fill in op_def of created ops.Gravatar Vijay Vasudevan2016-03-05
* Add backwards_compatibility_test and its associated machinery.Gravatar Josh Levenberg2016-03-05
* Fix a compiler error due to signed/unsigned comparison.Gravatar Derek Murray2016-03-05
* Fix a broken tutorial linkGravatar A. Unique TensorFlower2016-03-05
* gcs TensorBoard should not print gsutil usage to consoleGravatar Dan Mané2016-03-05
* Added the ability to convert between floats and float16 on Kepler and MaxwellGravatar Benoit Steiner2016-03-05
* TensorBoard correctly reads gcs paths from gs://path/on/gcsGravatar Dan Mané2016-03-05
* Support for running TensorBoard against Google Cloud Storage.Gravatar Dan Mané2016-03-04
* Adding NCHW support for BiasAdd.Gravatar Xiaoqiang Zheng2016-03-04
* More work on GPU/CPU memory swaping. Trigger the memory swapping only when th...Gravatar Yuan Yu2016-03-04
* Moved config.proto from core/framework to core/protobuf.Gravatar Sherry Moore2016-03-04
* Remove endl which broke OSS.Gravatar Jianmin Chen2016-03-04
* Add native depthwise_convolution op (backward pass) with GPU kernels. Now theGravatar Jianmin Chen2016-03-04
* Remove script tag referencing non-existing file.Gravatar Dan Smilkov2016-03-04
* Don't put inline functions in the base Session classGravatar Geoffrey Irving2016-03-04
* Allow multiple calls to 'dynamic_rnn'.Gravatar A. Unique TensorFlower2016-03-04
* Fix broken gRPC timeout test.Gravatar Derek Murray2016-03-04
* Added support for mean reductions on GPUGravatar Benoit Steiner2016-03-04
* TensorFlow: use typedef instead of using typename declaration to fixGravatar Vijay Vasudevan2016-03-03
* Adding shared_name to various wrappers of queues.Gravatar A. Unique TensorFlower2016-03-03