Commit Graph

16 Commits (af80859dd61ab3fe1d91ef6e54451ec01cfd6759)

Author SHA1 Message Date
FDInSky 7fedf26b87
add linear interpolate operator (#23357)
5 years ago
xiaoting 96ffebef55
fix bicubic, change int to floor (#24063)
5 years ago
xiaoting 7de0a25b5e
Add `nn.interpolate ` (#23434)
5 years ago
Zhang Ting cb8f3c03a7 resize Ops support data_layout:channel_last, test=develop, test=document_preview (#19914)
5 years ago
Zhang Ting 439d95e157 modified interpolate op to support tensor attribute, test=develop, test=document_preview (#19287)
6 years ago
Kaipeng Deng f86fead693
Add trilinear_interp OP (#18711)
6 years ago
xiaoting b58bb80248 set src_idx > 0 for bilinear_interp_op (#18238)
6 years ago
Brian Liu 7cfddf22c8 Optimize bilinear interpolate op with OpenMP (#17800)
6 years ago
dengkaipeng 0f7411a1ae round down for scale. test=develop
6 years ago
dengkaipeng cfda1fdea7 add attr scale. test=develop
6 years ago
tink2123 909f864a9b remove unnecessary flags
6 years ago
tink2123 6961a94e94 avoid out_size less than 1
6 years ago
tink2123 a0c63f1106 add align_flag
6 years ago
tink2123 88744e4ab8 fixed some errors
6 years ago
tink2123 48cc484643 add align_corners and align_mode for image_resize
6 years ago
dengkaipeng 34bfae243a Add Interpolate operation. test=develop
6 years ago