onnxruntime/onnxruntime/core/graph
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
..
contrib_ops Enable MatMul + Scale fusion (#4669) 2020-08-04 16:27:22 -07:00
dml_ops Update onnx submodule to 1.7.0 release candidate (#3405) 2020-04-04 16:23:42 -07:00
featurizers_ops Changes on RollingWindow Transformer (#3679) 2020-04-24 13:00:49 -07:00
function.cc Function expansion support and Update ONNX to 1.7 release candidate 1. (#3782) 2020-05-01 10:35:16 -07:00
function.h
function_container.h
function_impl.h
function_inliner.h
graph.cc support pipeline partition with shared initializer (#4321) 2020-07-14 17:21:40 -07:00
graph_utils.cc support pipeline partition with shared initializer (#4321) 2020-07-14 17:21:40 -07:00
graph_utils.h support pipeline partition with shared initializer (#4321) 2020-07-14 17:21:40 -07:00
graph_viewer.cc Liqun/backprop deterministic graph (#4315) 2020-07-01 12:39:10 -07:00
model.cc Use the file size while reading onnx models. Ensure models are loaded using APIs in model.h for consistency. (#4399) 2020-07-02 17:30:53 -07:00
model.h resolve conflict 2020-03-20 20:20:35 +00:00
op.cc
op.h
record.h
schema_registry.cc Allow a custom op with the same name to be registered for several providers. (#3400) 2020-04-02 15:38:51 -07:00