Skip to content

Commit

Permalink
[Relay][Runtime] Add support for virtual machine Objects (apache#3120)
Browse files Browse the repository at this point in the history
  • Loading branch information
jroesch authored and Wei Chen committed May 13, 2019
1 parent 098b6c0 commit 9e43187
Show file tree
Hide file tree
Showing 14 changed files with 623 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/HalideIR
3 changes: 2 additions & 1 deletion include/tvm/runtime/c_runtime_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ typedef enum {
kNNVMLast = 20U,
// The following section of code is used for non-reserved types.
kExtReserveEnd = 64U,
kExtEnd = 128U
kExtEnd = 128U,
kObject = 14U,
} TVMTypeCode;

/*!
Expand Down
Loading

0 comments on commit 9e43187

Please sign in to comment.