Commit Graph

7 Commits

Author SHA1 Message Date
Jared Duke
f5c5747f13 Re-enable signal kernel tests on py38
PiperOrigin-RevId: 312166420
Change-Id: Ie18cf2e29d8a05d57675ce3e75b06509205a4e61
2020-05-18 15:33:27 -07:00
RJ Skerry-Ryan
daee84df53 Fix a typo in tf.signal.
PiperOrigin-RevId: 277092128
Change-Id: I62972fcc7662b78a330a3b99a69748c0a91d6bac
2019-10-28 10:46:46 -07:00
Yu-Cheng Ling
5367cbe18f Rename experimental_enable_mlir_converter to experimental_new_converter
PiperOrigin-RevId: 275354472
Change-Id: I76bb7f87c0958212ea8e47e0d175182f00ad3c13
2019-10-17 15:48:29 -07:00
RJ Skerry-Ryan
3576dfea71 Add tf.lite MLIR tests for tf.signal.hann_window/hamming_window.
PiperOrigin-RevId: 268756379
2019-09-12 13:58:18 -07:00
Mark Daoust
41d03e186c Apply tf1-tf2 renames to tensorflow/python/kernel_tests docstrings and comments.
No code changes, only doc-strings and comments.

PiperOrigin-RevId: 244372113
2019-04-19 09:54:23 -07:00
Eugene Brevdo
bee955699c [TF Grappler] MetaOptimizer now takes a ConfigProto.
This will allow us to start reasoning about more global config options in
Grappler.  For example, it will allow us to move XLA functionalization rewrites
into Grappler, because we'll know when JIT optimization has been turned on.

We'll also be able to selectively disable particular grappler rewrites when
JIT optimization is on.

Additional changes:

* PartitionedCall now accepts a ConfigProto instead of a RewriterConfig
* Eager context now passes the entire ConfigProto through.

PiperOrigin-RevId: 221460335
2018-11-14 09:50:07 -08:00
RJ Ryan
65f12d7788 Move tf.contrib.signal to tf.signal (preserving aliases in tf.contrib.signal).
PiperOrigin-RevId: 220999874
2018-11-11 09:11:07 -08:00