Created
December 8, 2015 16:28
-
-
Save kevinrobinson/54e2adebd7efa06c4585 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| native.genrule( | |
| name = "gen_word2vec_pygenrule", | |
| tools = ["gen_gen_word2vec_py_wrappers_cc"], | |
| out = ["gen_word2vec.py"], | |
| ... | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment