Commit eef4a690 by tqchen

init skeletons

parent da715a28
......@@ -87,3 +87,5 @@ ENV/
# Rope project settings
.ropeproject
*~
*.pyc
\ No newline at end of file
......@@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright {yyyy} {name of copyright owner}
Copyright 2016 by contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
......
# tvm
\ No newline at end of file
# TVM
hack for fun
Run the tests, set the bashrc
```bash
export PYTHONPATH=${PYTHONPATH}:/path/to/tvm/python
```
Write and run tests via
```bash
nosetests tests/python
```
\ No newline at end of file
"""Init proptype of the TVM"""
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment