Skip to content

Commit

Permalink
Fix rowwise ImageResize registration (#990)
Browse files Browse the repository at this point in the history
Signed-off-by: Valerii Fediunin <valery.fedyunin@abbyy.com>
  • Loading branch information
Valeriy Fedyunin authored Oct 20, 2023
1 parent 29730de commit a035923
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NeoML/src/Dnn/Rowwise/ImageResize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ void CRowwiseImageResize::Serialize( CArchive& archive )
archive.Serialize( deltaBottom );
}

//----------------------------------------------------------------------------------------------------------------------

// Registration
REGISTER_NEOML_ROWWISE_OPERATION( CRowwiseImageResize, "RowwiseImageResizeOperation" )

Expand Down

0 comments on commit a035923

Please sign in to comment.