(cls, initializer, ws, device_option)
| 627 | |
| 628 | @classmethod |
| 629 | def _direct_initialize_parameters(cls, initializer, ws, device_option): |
| 630 | for tp in initializer: |
| 631 | ws.FeedBlob(tp.name, onnx.numpy_helper.to_array(tp), device_option) |
| 632 | |
| 633 | @classmethod |
| 634 | def _direct_initialize_inputs(cls, inputs, initialized, ws, device_option): |