Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 1.31 KB

File metadata and controls

71 lines (44 loc) · 1.31 KB

Module Reference

onnx_chainer

Export

ONNX-Chainer exports Chainer model to ONNX graph with various options.

onnx_chainer.export onnx_chainer.export_testcase

Export Utilities

ONNX-Chainer provides some utility functions to help exporting.

onnx_chainer.replace_func.fake_as_funcnode onnx_chainer.replace_func.as_funcnode

Convert Utilities

These utilities helps converting from Chainer model to ONNX format, mainly used them internally.

onnx_chainer.context.Context

onnx_chainer.onnx_helper.GraphBuilder onnx_chainer.onnx_helper.set_func_name onnx_chainer.onnx_helper.get_func_name onnx_chainer.onnx_helper.make_node onnx_chainer.onnx_helper.write_tensor_pb onnx_chainer.onnx_helper.cleanse_param_name

Testing Utilities

onnx_chainer.testing.input_generator.increasing onnx_chainer.testing.input_generator.nonzero_increasing onnx_chainer.testing.input_generator.positive_increasing