Skip to content

Commit bdc4398

Browse files
committed
style: separate base class members
1 parent a102efa commit bdc4398

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/base/fractional_max_pool3d_output.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,29 @@ class FractionalMaxPool3dOutput : public Operator<FractionalMaxPool3dOutput> {
3434

3535
protected:
3636
Tensor::Shape self_shape_;
37+
3738
Tensor::Strides self_strides_;
39+
3840
DataType self_type_;
41+
3942
Tensor::Shape random_samples_shape_;
43+
4044
Tensor::Strides random_samples_strides_;
45+
4146
DataType random_samples_type_;
47+
4248
Tensor::Shape output_shape_;
49+
4350
Tensor::Strides output_strides_;
51+
4452
DataType output_type_;
53+
4554
Tensor::Shape indices_shape_;
55+
4656
Tensor::Strides indices_strides_;
57+
4758
DataType indices_type_;
59+
4860
int device_index_{0};
4961
};
5062

0 commit comments

Comments
 (0)