1. 08 Sep, 2019 1 commit
  2. 23 Jul, 2019 1 commit
  3. 22 May, 2019 1 commit
    • Add packing for int8 1x1 convolution and support the int8 group convolution on X86 (#2991) · f7d7fdcd
      * Support the 1x1 int8 conv with NHWC layout and weight packing
      
      fix linter
      
      * fix the memoize issue
      
      * fix the failed nhwc test
      
      * add the schedule for pack to unbreak other tests
      
      * skip avx512 compile
      
      * Support the 1x1 int8 conv with NHWC layout and weight packing
      
      fix linter
      
      * fix the memoize issue
      
      * fix the failed nhwc test
      
      * add the schedule for pack to unbreak other tests
      
      * skip avx512 compile
      
      * Unify the data_layout and kernel_layout relation
      
      * add asf header
      
      * fix the comment
      
      * retrigger the build/test
      llyfacebook committed