This website requires JavaScript.
Explore
Help
Sign In
experiments
/
STT-tensorflow
Watch
1
Star
0
Fork
0
You've already forked STT-tensorflow
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
rei/fork-r2.3
STT-tensorflow
/
tensorflow
/
compiler
/
mlir
/
python
History
Geoffrey Martin-Noble
1248bc9c61
Use Bazel target names aligned with upstream library names
...
PiperOrigin-RevId: 315818787 Change-Id: I5388e0e071a943b240ff76b1639bbaab83d606a1
2020-06-10 19:57:02 -07:00
..
mlir_wrapper
Use Bazel target names aligned with upstream library names
2020-06-10 19:57:02 -07:00
BUILD
Use Bazel target names aligned with upstream library names
2020-06-10 19:57:02 -07:00
mlir.cc
Export the only one function of a saved model only when it matches with exported_names argument.
2020-05-07 09:31:46 -07:00
mlir.h
Export the MLIR classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. Please refer to
https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md
for more information.
2020-01-28 21:57:23 -08:00