Files
apache--tvm/python
Eric Lunderberg ef35acbb96 [NDArray] Update runtime.TVMArrayAllocWithScope to use ShapeTuple (#10728)
`runtime.TVMArrayAllocWithScope` predates the introduction of
ShapeTuple, and its use simplifies the `tvm.nd.empty` function.  The
two modified locations are the only occurrences of the string
"TVMArrayAllocWithScope" in the repository, so no other call sites
should need to be updated.
2022-03-24 13:07:40 -07:00
..