1. 18 5月, 2023 1 次提交
    • H
      Fused elementwises kernels and ops (#51427) · fb4a6ecf
      Hulek 提交于
      * Fused elementwises kernels and ops
      
      * change fuse pass name
      
      * adjust .pbtxt files
      
      * adjust quantization attributes
      
      * add missing arguments and fix others, review fixed
      
      * simplify fused kernel registration
      
      * fix elementwise unit tests
      
      * reuse one fused elementwise op
      
      * adjust proto
      
      * Add supported datatypes
      
      * Change 'Scale' to 'scale' in tests, change some tests to onednn
      
      * Revert breaking changes
      
      * Fix unit tests
      
      * Delete obsolete test cases
      
      * Delete commented out code
      
      * Fix codestyle
      
      * delete temporary condition
      
      * fix conflicts and delete duplicate fusing
      
      * Fix code after merge
      
      * Move tests to new directory
      
      * fix tests volatility
      
      * Rename test_elementwise_add_onednn_op.py to test_elementwise_add_mkldnn_op.py
      
      * Update CMakeLists.txt add mkldnn op test
      
      ---------
      Co-authored-by: NSilv3S <slawomir.siwek@intel.com>
      fb4a6ecf
  2. 08 7月, 2021 1 次提交
  3. 07 6月, 2021 1 次提交
    • D
      Add the op def for elementwise_div elementwise_pow etc (#33288) · a01e5133
      dyning 提交于
      * Add the op def for elementwise_div elementwise_pow elementwise_sub fake_quantize_dequantize_moving_average_abs_max reduce_mean sqrt test=develop
      
      * remove .ipynb_checkpoints for opdef
      
      * remove fake_quantize_dequantize_moving_average_abs_max for opdef
      a01e5133
  4. 03 6月, 2021 1 次提交