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
messageNetDef {
optionalstringname=1; // the network's namerepeatedOperatorDefop=2;
optionalstringtype=3;
}
// Operator Definition.messageOperatorDef {
repeatedstringinput=1; // the name of the input blobsrepeatedstringoutput=2; // the name of output top blobsoptionalstringtype=4;
optionalboolis_gradient_op=9 [default = false];
}