(net)
| 241 | |
| 242 | |
| 243 | def RunNetOnce(net): |
| 244 | return CallWithExceptionIntercept( |
| 245 | C.run_net_once, |
| 246 | C.Workspace.current._last_failed_op_net_position, |
| 247 | GetNetName(net), |
| 248 | StringifyProto(net), |
| 249 | ) |
| 250 | |
| 251 | |
| 252 | def RunNet(name, num_iter=1, allow_fail=False): |
nothing calls this directly
no test coverage detected
searching dependent graphs…