Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yuslepukhin committed Oct 9, 2023
1 parent 5637ad4 commit 9da7a1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/onnxruntime/core/graph/graph.h
Original file line number Diff line number Diff line change
Expand Up @@ -1446,10 +1446,10 @@ class Graph {
Status AddConstantProtoAsInitializer(const ONNX_NAMESPACE::NodeProto& constant_node_proto, const Path& model_path);

/*
* The function will create copies of the initializers in this graph.
* @param from_graph initializers source
* @param unique_id used to make unique_names for the initializers
*/
* The function will create copies of the initializers in this graph.
* @param from_graph initializers source
* @param unique_id used to make unique_names for the initializers
*/
void CopyInitializers(const Graph& from_graph, std::optional<std::string> unique_id);

#endif
Expand Down

0 comments on commit 9da7a1e

Please sign in to comment.