1. 30 5月, 2019 12 次提交
  2. 29 5月, 2019 16 次提交
  3. 28 5月, 2019 10 次提交
  4. 27 5月, 2019 2 次提交
    • K
      Enable SQRT operator for the nGraph Bridge (#17549) · f34830e2
      Krzysztof Binias 提交于
      * Enable sqrt operator for the nGraph Bridge.
      
      test=develop
      
      * Update activation_op.h
      f34830e2
    • S
      add Concat quantization (#17448) · 96845d21
      Sylwester Fraczek 提交于
      * add Concat quantization
      add unit test for quantizing concat
      fix for wrong value when the input is not in map of calculated scales
      add use_quantizer to concat_op.cc
      add scale_algo rules for concat
      
      test=develop
      
      * missing fix for multiple inputs quantize-squash
      
      * wojtuss review fix: adding comment
      
      test=develop
      96845d21