onnx_chainer.onnx_helper.make_node

onnx_chainer.onnx_helper.make_node(*args, **kwargs)[source]

A thin wrapper of onnx.helper.make_node.

Node name will be assigned automatically.

Parameters:
  • *args (tuple) – ONNX node parameters of the node
  • **kwargs (dict) – ONNX attributes of the node.
Returns:

An onnx.NodeProto object.