Closed jroesch closed 5 years ago
Add an indexing operator which does bounds checking.
For practical use I think overloading the operator[] is perfectly enough.
operator[]
But if we have to do this... how about make tvm::Array<T> a standard container?
tvm::Array<T>
Add an indexing operator which does bounds checking.