Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TIR] Create a StringImm reference type (apache#4806)
This is motivated by the want to send an array of strings across the python/C++ boundary. Arrays only support ObjectRef types and so can't carry StringImmNodes. This creates a string reference type, StringImm, which can be used with tvm::Arrays. Change-Id: I598a44536c156b97dbfe3e9518e0a1f705da850c
- Loading branch information