[TF:XLA] Implement ExtractImagePatches.
authorPeter Hawkins <phawkins@google.com>
Wed, 31 Jan 2018 20:58:05 +0000 (12:58 -0800)
committerMichael Case <mikecase@google.com>
Thu, 1 Feb 2018 01:36:40 +0000 (17:36 -0800)
commit9f75f8e6d55fb9ad605bce80b656e3e19781ee43
treee615e191db7a4fe7309b4d9f2fb8d5365bae6331
parent2639cda72ba92a4a76c3cd2081268448461f8227
[TF:XLA] Implement ExtractImagePatches.

PiperOrigin-RevId: 184033616
tensorflow/compiler/tests/BUILD
tensorflow/compiler/tests/extract_image_patches_op_test.py [new file with mode: 0644]
tensorflow/compiler/tf2xla/g3doc/cpu_supported_ops.md
tensorflow/compiler/tf2xla/g3doc/gpu_supported_ops.md
tensorflow/compiler/tf2xla/kernels/BUILD
tensorflow/compiler/tf2xla/kernels/extract_image_patches_op.cc [new file with mode: 0644]
tensorflow/python/kernel_tests/extract_image_patches_op_test.py