mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-23 02:38:28 +00:00
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. |
||
|---|---|---|
| .. | ||
| contrib_ops | ||
| dml_ops | ||
| featurizers_ops | ||
| function.cc | ||
| function.h | ||
| function_container.h | ||
| function_impl.h | ||
| function_inliner.h | ||
| graph.cc | ||
| graph_utils.cc | ||
| graph_utils.h | ||
| graph_viewer.cc | ||
| model.cc | ||
| model.h | ||
| op.cc | ||
| op.h | ||
| record.h | ||
| schema_registry.cc | ||