onnxruntime/onnxruntime/test/optimizer
RandySheriffH a19c48f5cb
Fuse cuda conv with activation (#6351)
* optimize cuda conv by fused activation

* remove needless print out

* exclude test from cpu

* handle status error from cudnn 8.x

* add reference to base class

* add hipify
2021-01-29 10:58:10 -08:00
..
cse_test.cc Fix SDL warning (#6390) 2021-01-20 08:35:42 -08:00
dummy_graph_transformer.h
free_dimension_override_test.cc Enable free dimension override by name 2020-04-15 16:21:52 -07:00
graph_transform_test.cc Fuse cuda conv with activation (#6351) 2021-01-29 10:58:10 -08:00
graph_transform_test_fixture.h Fix GraphTransformationTests tests. 2020-04-21 18:43:49 +00:00
graph_transform_utils_test.cc Allow multiple sessions to share an allocator, optimize constant folding memory usage, expose arena configs. (#4813) 2020-08-22 10:03:17 -07:00
initializer_test.cc Add support for loading TensorProtos with external data from optimizer Initializer (#3045) 2020-02-28 13:19:16 -08:00
nchwc_optimizer_test.cc Add QLinearConv NHWC transformer (#5824) 2020-11-17 20:51:02 -08:00
nhwc_transformer_test.cc Support pad operator in quantization and quantized nhwc transformer. Fix Pad operator bug. (#6325) 2021-01-29 00:00:14 -08:00
optimizer_test.cc Pass Model Path to TensorProtoToMLValue from Constant Folding for External Inputs (#5000) 2020-09-02 21:54:40 +08:00
rule_based_graph_transformer_test.cc Avoid some heap allocations in the InferenceSession and Model classes (#3103) 2020-03-12 18:38:10 -07:00