mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Fix a warning in GraphTransformerManager
This commit is contained in:
parent
cd52431b8f
commit
9b0d56dbed
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ class GraphTransformerManager {
|
|||
common::Status ApplyTransformers(Graph& graph, const TransformerLevel& level) const;
|
||||
|
||||
private:
|
||||
GraphTransformerManager() = default;
|
||||
ORT_DISALLOW_COPY_ASSIGNMENT_AND_MOVE(GraphTransformerManager);
|
||||
|
||||
const std::vector<std::string>& GetProvidersForTransformer(const std::string& name) const {
|
||||
|
|
|
|||
Loading…
Reference in a new issue