Remove pybind11-based bindings
authorMehdi Amini <aminim@google.com>
Tue, 24 Dec 2019 01:43:20 +0000 (17:43 -0800)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Tue, 24 Dec 2019 01:44:06 +0000 (17:44 -0800)
commitac6dce12e0307a81b519b6735d1f70e597815d1a
treef2b5e6063907831e47638815fb95bd8efda75be3
parent21610e6651682a21a7ea8b81d65fa7271447fa31
Remove pybind11-based bindings

These bindings were added as an experiment, and never had a CMake configuration.
We will bring back python bindings after picking carefully our dependency and the kind
of layering we expect to expose for these bindings.

PiperOrigin-RevId: 286963717
mlir/CONTRIBUTING.md
mlir/bindings/python/pybind.cpp [deleted file]
mlir/bindings/python/test/test_py2and3.py [deleted file]