[BYOC] Enhance partitioning and external codegen (#5310)
authorZhi <5145158+zhiics@users.noreply.github.com>
Mon, 13 Apr 2020 21:06:02 +0000 (14:06 -0700)
committerGitHub <noreply@github.com>
Mon, 13 Apr 2020 21:06:02 +0000 (14:06 -0700)
commit5958d60da9995910213d3dedc122a56a269fdaa0
tree399abf4ee77494f114c9280da306249da246ed4e
parentfc75de9d680ada8a8ac4b258a60c3f70de1c2e07
[BYOC] Enhance partitioning and external codegen (#5310)

* Remove duplicated output args

* address comment

* fix codegen c

* improve comment

* VisitExprDefault_

* deduce type
src/relay/backend/contrib/codegen_c/codegen.cc
src/relay/backend/contrib/codegen_c/codegen_c.h
src/relay/backend/contrib/dnnl/codegen.cc
src/relay/transforms/partition_graph.cc
tests/python/relay/test_pass_partition_graph.py