Skip to content

Commit 7ed0363

Browse files
committed
chore: separate base class members
1 parent 9cc341f commit 7ed0363

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/base/upsample_bilinear2d_backward_grad_input.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,17 @@ class UpsampleBilinear2dBackwardGradInput
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)