Skip to content

Commit

Permalink
[RELAY] Codegen_c.h should include relay.function (apache#5093)
Browse files Browse the repository at this point in the history
Change-Id: I015b2c66a50b64d0eb2e9efe336f6c18ea1fdc67
  • Loading branch information
lhutton1 authored and zhiics committed Apr 17, 2020
1 parent 88aba5b commit b7bf6b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/relay/backend/contrib/codegen_c/codegen_c.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

#include <tvm/relay/expr.h>
#include <tvm/relay/op.h>
#include <tvm/relay/function.h>
#include <sstream>
#include <string>
#include <utility>
Expand Down

0 comments on commit b7bf6b8

Please sign in to comment.