(init_net, predict_net)
| 195 | |
| 196 | |
| 197 | def Predictor(init_net, predict_net): |
| 198 | return C.Predictor(StringifyProto(init_net), StringifyProto(predict_net)) |
| 199 | |
| 200 | |
| 201 | def GetOperatorCost(operator, blobs): |
nothing calls this directly
no test coverage detected
searching dependent graphs…