[C++][API] Consistent RAII scoping API. (#3231)
authorTianqi Chen <tqchen@users.noreply.github.com>
Fri, 24 May 2019 16:29:14 +0000 (09:29 -0700)
committerGitHub <noreply@github.com>
Fri, 24 May 2019 16:29:14 +0000 (09:29 -0700)
commit415a270def327c4e1beeea75ce7f296e4683a5c0
tree469b6a34b89ddf790bead2ab99c742dab87ef514
parentb2f8b96a0221e0e61f704c591b8fcc6fc1665cc6
[C++][API] Consistent RAII scoping API. (#3231)
22 files changed:
include/tvm/arithmetic.h
include/tvm/base.h
include/tvm/build_module.h
python/tvm/build_module.py
python/tvm/target.py
src/api/api_arith.cc
src/arithmetic/analyzer.cc
src/arithmetic/rewrite_simplify.cc
src/arithmetic/stmt_simplify.cc
src/codegen/build_module.cc
src/codegen/codegen_aocl.cc
src/codegen/codegen_vhls.cc
src/codegen/llvm/codegen_llvm.cc
src/codegen/spirv/codegen_spirv.cc
src/relay/backend/build_module.cc
src/relay/backend/compile_engine.cc
src/relay/backend/vm/compiler.cc
src/relay/pass/fold_constant.cc
src/relay/pass/partial_eval.cc
tests/cpp/build_module_test.cc
tests/cpp/relay_build_module_test.cc
topi/src/topi.cc