1. 10 Jan, 2020 11 commits
  2. 09 Jan, 2020 7 commits
  3. 08 Jan, 2020 4 commits
  4. 07 Jan, 2020 4 commits
  5. 06 Jan, 2020 11 commits
  6. 05 Jan, 2020 2 commits
  7. 04 Jan, 2020 1 commit
    • [REFACTOR] TVM_REGISTER_API -> TVM_REGISTER_GLOBAL (#4621) · 81523604
      TVM_REGSISTER_API is an alias of TVM_REGISTER_GLOBAL.
      In the spirit of simplify redirections, this PR removes
      the original TVM_REGISTER_API macro and directly use TVM_REGISTER_GLOBAL.
      
      This type of refactor will also simplify the IDE navigation tools
      such as FFI navigator to provide better code reading experiences.
      
      Move EnvFunc's definition to node.
      Tianqi Chen committed