onnxruntime/onnxruntime/core/graph/contrib_ops
edgchen1 9d7284fc3b
Enable MatMul + Scale fusion (#4669)
Update TransposeMatMul to support scaling of the matrix product by a constant scalar value (analogous to the GEMM alpha parameter). Rename TransposeMatMul to TransposeScaleMatMul.
Fuse MatMul with surrounding Mul/Div with constant scalar into TransposeScaleMatMul.
2020-08-04 16:27:22 -07:00
..
attn_lstm_schema_defs.cc Update onnx submodule to 1.7.0 release candidate (#3405) 2020-04-04 16:23:42 -07:00
attn_lstm_schema_defs.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
contrib_defs.cc Enable MatMul + Scale fusion (#4669) 2020-08-04 16:27:22 -07:00
contrib_defs.h Add Epsilon Attribute to Skip and Embed Layer Normalization (#3768) 2020-05-05 16:36:26 -07:00
nchwc_schema_defs.cc Update onnx submodule to 1.7.0 release candidate (#3405) 2020-04-04 16:23:42 -07:00
nchwc_schema_defs.h NCHWc ReorderOutput->Transpose(NHWC) fusion (#3035) 2020-02-18 10:23:48 -08:00
range_schema_defs.cc Fix some too popular warnings. (#3578) 2020-04-18 17:05:05 -07:00
range_schema_defs.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00