History log of /external/tensorflow/tensorflow/core/ops/nn_ops_test.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5c9e7dc293cbeda6b085238fabacba02560424b4 23-Oct-2017 Yong Tang <yong.tang.github@outlook.com> Sanitize files in tensorflow/core/ops with clang-format -i

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
/external/tensorflow/tensorflow/core/ops/nn_ops_test.cc
9aadd980cd0202a338e058da05c9970ccb160bc5 18-Oct-2017 Jinze Bai <baijinze1994@163.com> Add nth_element op (#13720)

* add nth_element op

* change op order in buildifier

* remove the symbol in ops/nn.py

* add nth_element symbol in contrib.nn

* change nth_element symbol to ops.nn_ops
/external/tensorflow/tensorflow/core/ops/nn_ops_test.cc
1c485a91470323b880f5d3d27470b946910dfc13 23-Sep-2017 Yong Tang <yong.tang.github@outlook.com> Remove InputTensorShapeOrUnknown

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
/external/tensorflow/tensorflow/core/ops/nn_ops_test.cc
c2ce4f68c744e6d328746b144ff1fcf98ac99e6c 26-Jul-2017 Lakshay Garg <lakshayg@outlook.in> Implemented selu activation #10612 (#10818)

* Implemented selu activation #10612

* fix the error in _SeluGradGrad

* update golden file for api change

* add XLA kernels for Selu and SeluGrad
/external/tensorflow/tensorflow/core/ops/nn_ops_test.cc
0fe0bfcc3cf6930edc096998b1445cead92de8c3 06-Jun-2017 A. Unique TensorFlower <gardener@tensorflow.org> Remove unused protobuf header inclusions

PiperOrigin-RevId: 158120864
/external/tensorflow/tensorflow/core/ops/nn_ops_test.cc
1cb96893a64f59b7265f9def9968f7bed1e57662 09-Dec-2016 Andrew Harp <andrewharp@google.com> Merge changes from github.
Additionally:
- change single quotes to double quotes to make path rewriting easier
- guard windows lib reference with PLATFORM_WINDOWS
- fixed failing kmeans test
Change: 141515942
/external/tensorflow/tensorflow/core/ops/nn_ops_test.cc
f27dea2f016baf09040bf5aec705511486a3f205 12-Nov-2016 A. Unique TensorFlower <gardener@tensorflow.org> Enable C++ shape fn from python for more quantized ops.
Change: 138929922
/external/tensorflow/tensorflow/core/ops/nn_ops_test.cc
7aa98c9a5dc922772c587dc5cd9e4222163edea3 28-Sep-2016 Yao Zhang <yaozhang@google.com> Add a fused batch normalization op, supporting both cuDNN and an Eigen-based
CPU implementation.
Change: 134479333
/external/tensorflow/tensorflow/core/ops/nn_ops_test.cc
0822c9393ab0610311c954ec370b5a8fe2397af7 09-Sep-2016 A. Unique TensorFlower <gardener@tensorflow.org> Switch fractional avg+max pool shape fns to use C++ shape fns. Add those C++
shape functions.
Change: 132627545
/external/tensorflow/tensorflow/core/ops/nn_ops_test.cc
cf93b043a88607db17b84b5b5d3f0064473cf5ce 12-Aug-2016 A. Unique TensorFlower <gardener@tensorflow.org> Add C++ shape inference functions for ParseExample and
ParseSingleSequenceExample.

The attribute parsing code was moved over verbatim to example_proto_helper.*.

Change TF_CHECK_OK to TF_ASSERT_OK in all shape inference tests under core.
Change: 130041336
/external/tensorflow/tensorflow/core/ops/nn_ops_test.cc
17486686da8a2db202ed2a3f187eee1d201d42c2 01-Aug-2016 Vijay Vasudevan <vrv@google.com> TensorFlow: Add MirrorPadGrad and Dilation2D shape functions.
Change: 129026314
/external/tensorflow/tensorflow/core/ops/nn_ops_test.cc
94ca4efbb27cf78bb012e418712cf14d36dea4d0 22-Jul-2016 A. Unique TensorFlower <gardener@tensorflow.org> Cleanups for shape inference (mainly testing):

- In shape inference test constructor, record an error and check it later in
testing - this makes for nicer errors when there is a bad input spec.
- Check that the number of inputs passed in the input spec matches what the
NodeDef declares; fix up violations.
- Remove constexpr kUnknownDim static in files.
Change: 128188634
/external/tensorflow/tensorflow/core/ops/nn_ops_test.cc
f3a613e9db95958316569d74748d4fdb632ffbb4 20-Jul-2016 A. Unique TensorFlower <gardener@tensorflow.org> Add C++ shape inference functions for more functions in nn_ops.cc.
Add shape_inference::InferenceContext::ReplaceDim.
Change: 127893881
/external/tensorflow/tensorflow/core/ops/nn_ops_test.cc
2fcaeb740948f5b5dfb0eb6fc97c95c913ba6ae3 18-Jul-2016 A. Unique TensorFlower <gardener@tensorflow.org> Simplify shape inference test macros by removing the extra _WITH_DEF and
_WITH_TENSORS macros in shape_inference_testutil.h. Instead, pass def and
tensors through a new ShapeInferenceTestOp struct.
Change: 127715692
/external/tensorflow/tensorflow/core/ops/nn_ops_test.cc
75c1ae37e448278977a69bdcb1e33cf559a37c44 12-Jul-2016 A. Unique TensorFlower <gardener@tensorflow.org> Add C++ shape inference for TopK and TopKV2.
Change InferenceContext:
- allow Dim(s, negative_idx)
- add helper to get dimension value from scalar input tensor.
- allow SubShape(s, start, end, &out). Support negative indexes, and indexes >
rank, in SubShape (to match pythonic indexing).
Change: 127206793
/external/tensorflow/tensorflow/core/ops/nn_ops_test.cc