Add tf.math.polyval that evaluates an element-wise polynomial using Horner's method...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Mon, 2 Apr 2018 22:39:35 +0000 (15:39 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 2 Apr 2018 22:41:59 +0000 (15:41 -0700)
commit84fc3becd9c18b3f93ec60f35a3b474a8f192bd9
tree2be0959dbbd0052e02bb2fe1264698038f0082ba
parent11c0faed23ec32c3f1532f5154dd3c7bb38847d5
Add tf.math.polyval that evaluates an element-wise polynomial using Horner's method. This is equivalent to numpy.polyval.

PiperOrigin-RevId: 191359241
tensorflow/python/kernel_tests/cwise_ops_test.py
tensorflow/python/ops/math_ops.py
tensorflow/tools/api/generator/BUILD
tensorflow/tools/api/golden/tensorflow.math.pbtxt [new file with mode: 0644]
tensorflow/tools/api/golden/tensorflow.pbtxt