aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* 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
* Fix documentation typo in Graph.gradient_override_mapGravatar Geoffrey Irving2016-03-03
* TensorFlow: add exclusive tags to grpc_session_testGravatar Vijay Vasudevan2016-03-03
* Replacing use of legacy graph_util.pin_to_cpu with device('/cpu:0')Gravatar David G. Andersen2016-03-03
* Documentation update so that user ops compilation/linking works in Mac OSXGravatar A. Unique TensorFlower2016-03-03
* Report a better error when we have no input shape for metrics calculations.Gravatar Pete Warden2016-03-03
* Remove extra LICENSE files.Gravatar A. Unique TensorFlower2016-03-03
* Added timeout support for Session APIs.Gravatar Sherry Moore2016-03-03
* Added ones_initializer to init_ops.py redirect array_ops.zeros_initializer to...Gravatar A. Unique TensorFlower2016-03-03
* Avoid needlessly duplicating eigen codeGravatar Benoit Steiner2016-03-03
* Add complex conjugate for several unary ops: Inv, Square, Exp, Tanh, Sigmoid,...Gravatar A. Unique TensorFlower2016-03-03