File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
-
2
1
/* Copyright (c) 2016 PaddlePaddle Authors. All Rights Reserve.
3
2
4
3
Licensed under the Apache License, Version 2.0 (the "License");
5
4
you may not use this file except in compliance with the License.
6
5
You may obtain a copy of the License at
7
6
8
- http://www.apache.org/licenses/LICENSE-2.0
7
+ http://www.apache.org/licenses/LICENSE-2.0
9
8
10
9
Unless required by applicable law or agreed to in writing, software
11
10
distributed under the License is distributed on an "AS IS" BASIS,
@@ -38,8 +37,8 @@ class ReshapeOp : public framework::OperatorWithKernel {
38
37
// TODO(qiao) change batch_size
39
38
for (size_t i = 1 ; i < shape.size (); ++i) {
40
39
PADDLE_ENFORCE (shape[i] > 0 ,
41
- " Each dimension of shape "
42
- " must be positiv except the first." );
40
+ " Each dimension of Attr( shape) "
41
+ " must be positive except the first one ." );
43
42
}
44
43
if (shape[0 ] < 0 ) {
45
44
shape[0 ] = x_dims[0 ];
Original file line number Diff line number Diff line change 4
4
you may not use this file except in compliance with the License.
5
5
You may obtain a copy of the License at
6
6
7
- http://www.apache.org/licenses/LICENSE-2.0
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
8
9
9
Unless required by applicable law or agreed to in writing, software
10
10
distributed under the License is distributed on an "AS IS" BASIS,
Original file line number Diff line number Diff line change 4
4
you may not use this file except in compliance with the License.
5
5
You may obtain a copy of the License at
6
6
7
- http://www.apache.org/licenses/LICENSE-2.0
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
8
9
9
Unless required by applicable law or agreed to in writing, software
10
10
distributed under the License is distributed on an "AS IS" BASIS,
You can’t perform that action at this time.
0 commit comments