Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REFACTOR][PY][API-CHANGE] Remove legacy python files. #4943

Merged
merged 2 commits into from
Feb 27, 2020

Conversation

tqchen
Copy link
Member

@tqchen tqchen commented Feb 26, 2020

Remove legacy python files.
Use the te namespace for most of the tensor expression primitives.

  • tvm.create_schedule -> tvm.te.create_schedule
  • tvm.placeholder -> tvm.te.placeholder
  • tvm.compute -> tvm.te.compute

@tqchen
Copy link
Member Author

tqchen commented Feb 26, 2020

cc @icemelon9 @yzhliu @ZihengJiang

@tqchen tqchen force-pushed the pyclean branch 2 times, most recently from 9f7b7e0 to 7595ed6 Compare February 27, 2020 00:07
Remove legacy python files.
Use the te namespace for most of the tensor expression primitives.

- tvm.create_schedule -> tvm.te.create_schedule
- tvm.placeholder -> tvm.te.placeholder
- tvm.compute -> tvm.te.compute
@tqchen tqchen deleted the pyclean branch March 16, 2020 16:21
tqchen added a commit to tqchen/tvm that referenced this pull request Mar 29, 2020
* [REFACTOR][PY][API-CHANGE] Remove legacy python files.

Remove legacy python files.
Use the te namespace for most of the tensor expression primitives.

- tvm.create_schedule -> tvm.te.create_schedule
- tvm.placeholder -> tvm.te.placeholder
- tvm.compute -> tvm.te.compute

* Remove top-level exposures.
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Apr 16, 2020
* [REFACTOR][PY][API-CHANGE] Remove legacy python files.

Remove legacy python files.
Use the te namespace for most of the tensor expression primitives.

- tvm.create_schedule -> tvm.te.create_schedule
- tvm.placeholder -> tvm.te.placeholder
- tvm.compute -> tvm.te.compute

* Remove top-level exposures.
zhiics pushed a commit to neo-ai/tvm that referenced this pull request Apr 17, 2020
* [REFACTOR][PY][API-CHANGE] Remove legacy python files.

Remove legacy python files.
Use the te namespace for most of the tensor expression primitives.

- tvm.create_schedule -> tvm.te.create_schedule
- tvm.placeholder -> tvm.te.placeholder
- tvm.compute -> tvm.te.compute

* Remove top-level exposures.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants