Skip to content

Commit

Permalink
fix converter
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
  • Loading branch information
xadupre committed Aug 7, 2023
1 parent 6785222 commit a7db270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onnx/version_converter/convert.h
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ class DefaultVersionConverter : public BaseVersionConverter {
/******** 19 -> 20 ********/
registerAdapter(std::make_unique<GridSample_19_20>());
registerAdapter(std::make_unique<CompatibleAdapter>("ConstantOfShape", OpSetID(19), OpSetID(20)));
registerAdapter(std::make_unique<CompatibleAdapter>("QLinearMatMul", OpSetID(19), OpSetID(20)));
}

ModelProto convert_version(const ModelProto& mp_in, const OpSetID& initial_version, const OpSetID& target_version)
Expand Down

0 comments on commit a7db270

Please sign in to comment.