aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/nn_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* Fix nn_test.py on AVX512 buildsGravatar Mark Ryan2018-08-10
* [TF] Extend the Softmax kernels so they accept shapes with rank >= 1, rather ...Gravatar Peter Hawkins2018-08-06
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Support arbitrary permutations for DataFormatDimMap.Gravatar A. Unique TensorFlower2018-04-04
* Use high precision to compute softmax_cross_entropy_with_logits.Gravatar A. Unique TensorFlower2018-03-28
* Support NHWC <--> HWNC permutation.Gravatar A. Unique TensorFlower2018-03-12
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Fixed linter errors.Gravatar Jianwei Xie2018-01-24
* Merge changes from github.Gravatar Jianwei Xie2018-01-24
* fixes _softmax function so that nn.softmax(...) and nn.log_softmax(...) can a...Gravatar Olivia Nordquist2018-01-12
* Extend DataFormatDimMap to handle tensors.Gravatar Yao Zhang2017-12-20
* First and second dimension should be reversed.Gravatar Yao Zhang2017-12-18
* Support permute 2d tensors.Gravatar Yao Zhang2017-12-15
* Support permutation from NCHW to NHWC.Gravatar Yao Zhang2017-12-12
* Add DataFormatVecPermute op.Gravatar Yao Zhang2017-12-08
* Add DataFormatDimMap op.Gravatar Yao Zhang2017-12-05
* Implementation of the Swish activation function.Gravatar A. Unique TensorFlower2017-10-18
* Migrate `leaky_relu` to `nn_ops.py`. Will be used for TFGAN.Gravatar A. Unique TensorFlower2017-09-12
* Convert some tests to cover both eager and graph.Gravatar A. Unique TensorFlower2017-08-18
* Clarify that `x` in `tf.nn.dropout` needs to be a floating point tensor.Gravatar Igor Saprykin2017-08-15
* Add gradient checking tests for nn.moments().Gravatar A. Unique TensorFlower2017-07-25
* Fix moments calculation to never result in negative variance and avoidGravatar A. Unique TensorFlower2017-07-05
* Remove unused internal facility for loss functions to colocate logit computat...Gravatar A. Unique TensorFlower2017-06-29
* For candidate sampling, add facility to colocate the logit computation with t...Gravatar A. Unique TensorFlower2017-06-22
* Support partitioned bias variable in sampled_softmax_loss.Gravatar A. Unique TensorFlower2017-04-10
* Create test that validates relu(nan) = nanGravatar A. Unique TensorFlower2017-02-14
* A fix for a softmax failure when dim is explicitly set to the last dim.Gravatar A. Unique TensorFlower2017-01-25
* Make moments numerically stable by default. Added tests for moments.Gravatar Sergio Guadarrama2017-01-10
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Swap the order of inputs and labels of the sampled_softmax_loss.Gravatar Jianwei Xie2016-12-13
* Swap the input and label arguments in nce_lossGravatar Jianwei Xie2016-12-06
* Swaps the predictions/labels arguments in log_poisson_loss.Gravatar A. Unique TensorFlower2016-12-02
* Seal tf.nn's interface.Gravatar Patrick Nguyen2016-11-22
* Implement the Concatenated ReLU (CReLu) non-linearity. This non-linearity mak...Gravatar Vincent Vanhoucke2016-08-23
* Fix L2Normalize when passing a list of dims. Fixes #3932.Gravatar Vijay Vasudevan2016-08-22
* Make dropout avoid work if keep_prob == 1Gravatar Geoffrey Irving2016-08-21
* Adding log poisson loss in order to support Poisson Regression.Gravatar A. Unique TensorFlower2016-07-27
* Merge changes from github.Gravatar Martin Wicke2016-06-06
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Add gradient for log_softmax and test.Gravatar A. Unique TensorFlower2016-05-13
* Split nn_test into more manageable pieces.Gravatar Martin Wicke2016-05-12
* This change causes Ops with multiple outputs to return them as a NamedTupleGravatar David Soergel2016-05-10
* Fix nn_test.pyGravatar Gunhan Gulsoy2016-05-04
* Added support for fp16 to the l2loss kernelGravatar Benoit Steiner2016-05-03
* Add atrous convolution (atrous_conv2d op). Fixes #1815.Gravatar A. Unique TensorFlower2016-04-21