Name |
Last commit
|
Last update |
---|---|---|
.. | ||
buffer.cc | ||
data_layout.cc | ||
expr.cc | ||
expr_operator.cc | ||
ir.cc | ||
lowered_func.cc |
* [REFACTOR] introduce top - Tensor Operation DSL. Historically we put Tensor, Schedule and compute under the root tvm namespace. This is no longer a good idea as the project's scope grows larger than the tensor operation DSL. This PR introduces top -- a namespace for tensor operational DSL concepts such as schedule, tensor, compute. We moved the related files to the new top subfolder. * Move relevant files into include/tvm/top and src/top
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
buffer.cc | Loading commit data... | |
data_layout.cc | Loading commit data... | |
expr.cc | Loading commit data... | |
expr_operator.cc | Loading commit data... | |
ir.cc | Loading commit data... | |
lowered_func.cc | Loading commit data... |