Name |
Last commit
|
Last update |
---|---|---|
.. | ||
bitserial.cc | ||
convolution.cc | ||
convolution.h | ||
nn.cc | ||
nn.h | ||
pad.cc | ||
pooling.cc | ||
sparse.cc | ||
upsampling.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 |
---|---|---|
.. | ||
bitserial.cc | Loading commit data... | |
convolution.cc | Loading commit data... | |
convolution.h | Loading commit data... | |
nn.cc | Loading commit data... | |
nn.h | Loading commit data... | |
pad.cc | Loading commit data... | |
pooling.cc | Loading commit data... | |
sparse.cc | Loading commit data... | |
upsampling.cc | Loading commit data... |