Skip to content

Commit 80f8d9f

Browse files
committed
style: separate base class members
1 parent e67e820 commit 80f8d9f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/base/upsample_nearest2d_backward_grad_input.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,17 @@ class UpsampleNearest2dBackwardGradInput
2727

2828
protected:
2929
Tensor::Shape grad_output_shape_;
30+
3031
Tensor::Strides grad_output_strides_;
32+
3133
DataType grad_output_type_;
34+
3235
Tensor::Shape grad_input_shape_;
36+
3337
Tensor::Strides grad_input_strides_;
38+
3439
DataType grad_input_type_;
40+
3541
int device_index_{0};
3642
};
3743

0 commit comments

Comments
 (0)