History log of /external/tensorflow/tensorflow/compiler/tests/fused_batchnorm_test.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
33e3da538aef02b4f1293969d9601cc98f3ad30c 05-Dec-2017 Peter Hawkins <phawkins@google.com> [TF:XLA] Add support for FusedBatchNormGrad where is_training=False.
Also add support for rank != 4 tensors to the TF/XLA fused batchnorm operators, although the TF core ops don't actually support other ranks yet so this is not tested.

PiperOrigin-RevId: 177987592
/external/tensorflow/tensorflow/compiler/tests/fused_batchnorm_test.py
b1d8c59e9b014b527fb2fbef9ce9afc14dbc4938 22-Nov-2017 Yifei Feng <yifeif@google.com> Merge changes from github.

PiperOrigin-RevId: 176695926
/external/tensorflow/tensorflow/compiler/tests/fused_batchnorm_test.py
e70c00950d295c519fd9c7f8b12e13a3c5aaf710 22-Nov-2017 Yifei Feng <yifeif@google.com> Automated g4 rollback of changelist 176615107

PiperOrigin-RevId: 176622438
/external/tensorflow/tensorflow/compiler/tests/fused_batchnorm_test.py
ad7eeec1cc06d7fdba6ee404f03a35fab9cd3e6a 22-Nov-2017 Yifei Feng <yifeif@google.com> Automated g4 rollback of changelist 176615737

PiperOrigin-RevId: 176621645
/external/tensorflow/tensorflow/compiler/tests/fused_batchnorm_test.py
d0a3b2d3983b970b750329088013dc5cb67d96f9 22-Nov-2017 A. Unique TensorFlower <gardener@tensorflow.org> Merged commit includes the following changes:
176617057 by yifeif:

Internal change.

--
176615737 by yifeif:

Fix internal tests.

--

PiperOrigin-RevId: 176617057
/external/tensorflow/tensorflow/compiler/tests/fused_batchnorm_test.py
c6d603f02e1a98f871912cda6716cdcbed6b439e 22-Nov-2017 Yifei Feng <yifeif@google.com> Merge changes from github.

PiperOrigin-RevId: 176615107
/external/tensorflow/tensorflow/compiler/tests/fused_batchnorm_test.py
7359fec792e4efec1670a12332bb524a5608b215 18-Aug-2017 A. Unique TensorFlower <gardener@tensorflow.org> Implement Batchnorm Inference by expanding them into smaller ops.

1. Add batch norm inference support in batchnorm_rewriter
2. Connect xla's batchnorm inference to tf's FusedBatchNorm

RELNOTES: n/a
PiperOrigin-RevId: 165655351
/external/tensorflow/tensorflow/compiler/tests/fused_batchnorm_test.py
030ddd98c4d0a5bb654e52fd0c54ba2a0bd51060 14-Aug-2017 A. Unique TensorFlower <gardener@tensorflow.org> Several updates and fixes for fused batchnorm in xla.

1. There is a bug in in deriving the formulas for batch norm gradient calculation. This commit corrects the formula and
updates the implementation.

2. Learning from mistake, this commit uses gradient_checker to test batch_norm_grad in a more generic way -- this method calculates the "real" gradients by evaluating the graph twice, and then compare it with the gradient.

RELNOTES: Update formula for fused batch norm in xla
PiperOrigin-RevId: 165190486
/external/tensorflow/tensorflow/compiler/tests/fused_batchnorm_test.py
88fff5a47817b8e99502711f7b0f1e6760daaeaf 03-Aug-2017 A. Unique TensorFlower <gardener@tensorflow.org> Connect fused_batch_norm in tf with BatchNorm ops in xla.

This CL implements the bridge that connects fused_batch_norm in tensorflow op
with the BatchNorm ops in XLA.

RELNOTES: Support fused batch norm in xla.
PiperOrigin-RevId: 164049538
/external/tensorflow/tensorflow/compiler/tests/fused_batchnorm_test.py