[Refactor][std::string --> String] IR is updated with String (#5547)
authorANSHUMAN TRIPATHY <anshuman.t@huawei.com>
Mon, 11 May 2020 19:08:04 +0000 (00:38 +0530)
committerGitHub <noreply@github.com>
Mon, 11 May 2020 19:08:04 +0000 (12:08 -0700)
commit1a0f44d4c8dead73a47fbdf44e50c0b8edde5f00
treefca9bfec78c2083049d9b3ae84f714cbfe23a4e6
parentad2ee9735120ec6879e90918b6cd099ec16b9f6d
[Refactor][std::string --> String] IR is updated with String (#5547)

* [std::string --> String] GlobalTypeVar is updated with String

* [std::string --> String] GlobalVar is updated with String

* [std::string --> String][IR] ADT is updated with String

* [std::string --> String][IR] OP is updated with String

* [std::string --> String][IR] Attrs is updated with String input

* [std::string --> String][IR] GlobalVar is updated with String

* [std::string --> String][Test] Pyconverter is updated with String change
17 files changed:
include/tvm/ir/adt.h
include/tvm/ir/env_func.h
include/tvm/ir/expr.h
include/tvm/ir/op.h
include/tvm/ir/transform.h
include/tvm/ir/type.h
include/tvm/runtime/container.h
python/tvm/ir/json_compact.py
python/tvm/relay/testing/py_converter.py
src/ir/adt.cc
src/ir/env_func.cc
src/ir/expr.cc
src/ir/function.cc
src/ir/op.cc
src/ir/transform.cc
src/ir/type.cc
src/printer/relay_text_printer.cc