aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/nn_ops_test.cc
Commit message (Expand)AuthorAge
* Add broadcast support for softmax_cross_entropy_with_logits (#16784)Gravatar Yong Tang2018-03-27
* Sanitize files in tensorflow/core/ops with clang-format -iGravatar Yong Tang2017-10-25
* Add nth_element op (#13720)Gravatar Jinze Bai2017-10-18
* Remove InputTensorShapeOrUnknownGravatar Yong Tang2017-09-23
* Implemented selu activation #10612 (#10818)Gravatar Lakshay Garg2017-07-25
* Remove unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* Enable C++ shape fn from python for more quantized ops.Gravatar A. Unique TensorFlower2016-11-11
* Add a fused batch normalization op, supporting both cuDNN and an Eigen-basedGravatar Yao Zhang2016-09-27
* Switch fractional avg+max pool shape fns to use C++ shape fns. Add those C++Gravatar A. Unique TensorFlower2016-09-08
* Add C++ shape inference functions for ParseExample andGravatar A. Unique TensorFlower2016-08-11
* TensorFlow: Add MirrorPadGrad and Dilation2D shape functions.Gravatar Vijay Vasudevan2016-08-01
* Cleanups for shape inference (mainly testing):Gravatar A. Unique TensorFlower2016-07-22
* Add C++ shape inference functions for more functions in nn_ops.cc.Gravatar A. Unique TensorFlower2016-07-19
* Simplify shape inference test macros by removing the extra _WITH_DEF andGravatar A. Unique TensorFlower2016-07-18
* Add C++ shape inference for TopK and TopKV2.Gravatar A. Unique TensorFlower2016-07-12