(nets, blob_to_device_init=None)
| 2631 | |
| 2632 | |
| 2633 | def InjectDeviceCopiesAmongNetsWithoutB2D(nets, blob_to_device_init=None): |
| 2634 | new_nets, _ = InjectDeviceCopiesAmongNets(nets, blob_to_device_init) |
| 2635 | return new_nets |
| 2636 | |
| 2637 | |
| 2638 | def get_net_name(netlike): |
nothing calls this directly
no test coverage detected
searching dependent graphs…