Skip to content

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 tqchen force-pushed the pyclean branch 18 times, most recently from 8e537eb to 3269fd7 Compare February 26, 2020 22:09
@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