Skip to content
3 changes: 2 additions & 1 deletion include/onnxruntime/core/optimizer/graph_transformer_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ InlinedVector<std::unique_ptr<GraphTransformer>> GenerateTransformers(
const IExecutionProvider& execution_provider /*required by constant folding*/,
const logging::Logger& logger,
const InlinedHashSet<std::string>& rules_and_transformers_to_disable = {},
concurrency::ThreadPool* intra_op_thread_pool = nullptr);
concurrency::ThreadPool* intra_op_thread_pool = nullptr,
bool enable_dq_matmulnbits_fusion = false);

#endif // !defined(ORT_MINIMAL_BUILD)

Expand Down
Loading