Skip to content

Commit

Permalink
Fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
satyajandhyala committed Sep 20, 2023
1 parent cbf1907 commit 2a1d236
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion onnxruntime/core/providers/cpu/nn/conv_transpose.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class ConvTranspose : public OpKernel {
Status DoConvTranspose(OpKernelContext* context, bool dynamic_padding) const;

private:

ConvTransposeAttributes conv_transpose_attrs_;

// for pre-packing usage
Expand Down

0 comments on commit 2a1d236

Please sign in to comment.