Skip to content

Commit eccfd18

Browse files
committed
style: separate base class members
1 parent 3edef62 commit eccfd18

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/base/upsample_trilinear3d_backward_grad_input.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,17 @@ class UpsampleTrilinear3dBackwardGradInput
2929

3030
protected:
3131
Tensor::Shape grad_output_shape_;
32+
3233
Tensor::Strides grad_output_strides_;
34+
3335
DataType grad_output_type_;
36+
3437
Tensor::Shape grad_input_shape_;
38+
3539
Tensor::Strides grad_input_strides_;
40+
3641
DataType grad_input_type_;
42+
3743
int device_index_{0};
3844
};
3945

0 commit comments

Comments
 (0)