You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message InputParameter {
// 이 계층은 직접 할당되어진 N >= 1 top blob를 생산한다.
// N은 각 top에 대하여 shape를 설정하는 N shape를 정의한다.
// 1 shape는 모든 top에 대하여 같은 shape를 설정하기위해 정의한다.
// shape를 정의하지 않은것은 직접 reshaping한것을 따른다는 것이다.
repeated BlobShape shape = 1;
}