Method Import
Import(Model, OperatorNode)
Member method that implements adding the constants and layer of an ONNX operator node to a model.
Declaration
void Import(Model net, OperatorNode node)
Parameters
| Type | Name | Description |
|---|---|---|
| Model | net | The current model to add the node to. |
| OperatorNode | node | The node to import. |