onnxruntime/include/onnxruntime/core
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
..
common Fix Windows Inbox build failing on 1) building raw api tests and 2) referencing _winml namespace in onnxruntime.dll (#3872) 2020-05-08 15:59:16 -07:00
framework Revise Send and Recv (#4547) 2020-07-30 23:02:45 -07:00
graph support pipeline partition with shared initializer (#4321) 2020-07-14 17:21:40 -07:00
optimizer Enable MatMul + Scale fusion (#4669) 2020-08-04 16:27:22 -07:00
platform Stress-test and fix thread pool when work queues are full (#4690) 2020-08-04 10:19:49 +01:00
providers Add ArmNN Execution Provider (#3714) 2020-06-03 22:57:51 +05:30
session Add GetStringTensorElement, GetStringTensorElementLength and FillStringTensorElement API (#4374) 2020-07-24 21:35:46 -07:00