Skip to content
Snippets Groups Projects
Commit eef4a690 authored by tqchen's avatar tqchen
Browse files

init skeletons

parent da715a28
No related branches found
No related tags found
No related merge requests found
......@@ -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"""
import tvm
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment