aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/nn_ops_test.cc
Commit message (Expand)AuthorAge
* Add depthwise ops for NAS cell in nn_ops_test to improve the inference time onGravatar A. Unique TensorFlower2017-11-28
* Switch the softmax to use the new deterministic reductions on the GPU,Gravatar A. Unique TensorFlower2017-09-13
* Speed up TopK op and add a benchmark.Gravatar Eugene Brevdo2017-06-08
* Improve speed of depthwise conv backward on GPU.Gravatar A. Unique TensorFlower2017-03-02
* Update generated C++ API. This is a roll-forward past CLs that wereGravatar A. Unique TensorFlower2017-02-01
* Benchmark fused convolution ops, and use multi-threaded EigenTensor for conv2dGravatar Pete Warden2016-11-15
* Make it possible for each LocalDevice to own a separate Eigen Threadpool.Gravatar A. Unique TensorFlower2016-10-12
* Fixed a Graph ownership bug. test::Benchmark takes ownership of the graph,Gravatar Manjunath Kudlur2016-10-07
* Improvements to the C++ graph building API.Gravatar Manjunath Kudlur2016-07-15
* Refactor Get2dOutputSizes/Get2dOutputSizesVerbose/Get3dOutputSizes to share a...Gravatar A. Unique TensorFlower2016-06-20
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Enable fp16 for convolution operations, gated on CUDA 7.5. (The fp16 testsGravatar A. Unique TensorFlower2016-05-27
* Parallelize MaxPool across batch dimension.Gravatar A. Unique TensorFlower2016-04-18
* Optimized implementation of depthwise conv backprop filter for CPU.Gravatar A. Unique TensorFlower2016-04-18
* Optimized DepthwiseConvBackpropInputOp for CPU.Gravatar A. Unique TensorFlower2016-03-29
* Add benchmark tests for depthwise conv forward gpu kernelsGravatar Jianmin Chen2016-03-18
* First attempt at an optimized implementation of DepthwiseConv2D for CPU.Gravatar A. Unique TensorFlower2016-03-07
* Give tensorflow/core/kernels/ its own BUILD file.Gravatar Josh Levenberg2016-02-24