Skip to content

Commit 6e254ae

Browse files
committed
add comment for renaming shape for GatherNd
1 parent c808660 commit 6e254ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/caffe/proto/caffe.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2946,6 +2946,8 @@ message NMSGatherParameter {
29462946

29472947
message GatherNdParameter {
29482948
repeated uint32 indices = 1;
2949+
// repeated uint32 shape = 2;
2950+
// rename shape as indices_shape
29492951
repeated uint32 indices_shape = 2;
29502952
}
29512953

0 commit comments

Comments
 (0)