Skip to content

Commit bb17da5

Browse files
committed
Refactor DeformConv test cases
1 parent fd04c40 commit bb17da5

2 files changed

Lines changed: 87 additions & 184 deletions

File tree

onnxruntime/core/providers/cuda/nn/deform_conv.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Status DeformConv<T>::ComputeInternal(OpKernelContext* context) const {
235235
return Status::OK();
236236
}
237237

238-
#define REGISTER_DEFORMCONV_KERNEL_TYPED(T) \
238+
#define REGISTER_DEFORMCONV_KERNEL_TYPED(T) \
239239
ONNX_OPERATOR_VERSIONED_TYPED_KERNEL_EX( \
240240
DeformConv, \
241241
kOnnxDomain, \

0 commit comments

Comments
 (0)