1. 18 Sep, 2019 1 commit
    • [Relay] Add shape check for ConcatenateRel and StackRel (#3699) · cdbf4d85
      * [Relay] add shape check for concat
      
      * [Relay] add shape check for stack
      
      * add test case for shape mismatch
      
      * [typo] add the missing assert
      
      * fix lint errors.
      
      * replace int with size_t.
      
      * statically cast param->axis to size_t.
      
      * switch to run_infer_type.
      
      * fix checking for negative index
      
      * add static_cast for param->axis
      
      * merge to latest tvm
      
      * fix lint error
      
      * Fix an error with negative index.
      
      * Update transform.h
      
      * Update transform.cc
      Ligeng Zhu committed
  2. 30 Aug, 2019 1 commit