[REFACTOR] driver.h -> driver_api.h (#4760)
authorTianqi Chen <tqchen@users.noreply.github.com>
Wed, 22 Jan 2020 00:51:07 +0000 (16:51 -0800)
committerGitHub <noreply@github.com>
Wed, 22 Jan 2020 00:51:07 +0000 (16:51 -0800)
commitfc1a1d83691f7229e25a37befdcd3ad9c3d430b3
treef3c1306924a22f4a63a3c3d0160db5ee65331f19
parentdcb556da605900ecc17534c83eea8fd6f47020e8
[REFACTOR] driver.h -> driver_api.h (#4760)

"driver" normally refers to the "main" function.
Rationale: the header exposes set of APIs to drive compilation
and should be named as driver api to best reflect its usage.
13 files changed:
include/tvm/driver/driver_api.h [moved from include/tvm/driver/driver.h with 95% similarity]
src/README.md
src/api/api_lang.cc
src/driver/driver_api.cc [moved from src/driver/driver.cc with 99% similarity]
src/relay/backend/build_module.cc
src/relay/backend/compile_engine.cc
src/relay/backend/interpreter.cc
src/relay/backend/utils.h
src/relay/backend/vm/compiler.cc
tests/cpp/build_module_test.cc
tests/cpp/relay_build_module_test.cc
tests/cpp/relay_transform_sequential.cc
tests/cpp/utvm_runtime_standalone_test.cc