[Relay][Params] Add APIs for storing and retrieving parameters from individual functi...
authorJared Roesch <roeschinc@gmail.com>
Sun, 27 Oct 2019 00:05:03 +0000 (17:05 -0700)
committerGitHub <noreply@github.com>
Sun, 27 Oct 2019 00:05:03 +0000 (17:05 -0700)
commit9cc7874166fe696abfae028d5f56db3ff75ee8ef
tree35bfe16da20dcaaede8b81125aeb08ae92b62e5b
parent93d610a19a8fdef0e2dd1513cf07023876e42d74
[Relay][Params] Add APIs for storing and retrieving parameters from individual functions. (#4194)

* Add support for attaching params

* Fix types

* Fix test
include/tvm/relay/expr.h
python/tvm/relay/expr.py
src/relay/ir/expr.cc
tests/python/relay/test_ir_nodes.py