Faster reduce_logsoftmax (specially in eager) and bugfixes in broadcast_to
authorAlexandre Passos <apassos@google.com>
Tue, 1 May 2018 00:11:40 +0000 (17:11 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 1 May 2018 00:14:12 +0000 (17:14 -0700)
commit64bb1de61377f12859a719448b65b452b03047a7
tree207d5a0c6d895726acbf74c4a5019d460f8a5e71
parent1ff23a314f355a9ebaaf207dbeae56ebc1634d63
Faster reduce_logsoftmax (specially in eager) and bugfixes in broadcast_to

PiperOrigin-RevId: 194870645
tensorflow/core/kernels/broadcast_to_op.h
tensorflow/core/ops/array_ops.cc
tensorflow/python/kernel_tests/BUILD
tensorflow/python/kernel_tests/reduce_benchmark_test.py [new file with mode: 0644]
tensorflow/python/ops/math_ops.py