Files
apache--tvm/python
Eric Lunderberg d9a5f9ec7e [NDArray] Expose NDArray::CreateView to python (#10712)
Modifying the array view is needed for Hexagon targets, in order to
first call `tvm.nd.array` with the physical dimensions, then update the
shape to contain the logical dimensions.
2022-03-24 13:06:11 -07:00
..