hls4ml.converters.onnx package

Submodules

hls4ml.converters.onnx.convolution module

hls4ml.converters.onnx.convolution.parse_conv_layer(reader, node, inputs_map, input_shapes, graph, config)

hls4ml.converters.onnx.core module

hls4ml.converters.onnx.core.parse_activation_layer(reader, node, inputs_map, input_shapes, graph, config)
hls4ml.converters.onnx.core.parse_batchnorm_layer(reader, node, inputs_map, input_shapes, graph, config)
hls4ml.converters.onnx.core.parse_gemm_layer(reader, node, inputs_map, input_shapes, graph, config)

hls4ml.converters.onnx.merge module

hls4ml.converters.onnx.merge.parse_merge_layer(reader, node, inputs_map, input_shapes, graph, config)

hls4ml.converters.onnx.pooling module

hls4ml.converters.onnx.pooling.parse_global_pooling_layer(reader, node, inputs_map, input_shapes, graph, config)
hls4ml.converters.onnx.pooling.parse_pool_layer(reader, node, inputs_map, input_shapes, graph, config)

hls4ml.converters.onnx.reshape module

hls4ml.converters.onnx.reshape.parse_reshape_layer(reader, node, inputs_map, input_shapes, graph, config)
hls4ml.converters.onnx.reshape.parse_transpose_layer(reader, node, inputs_map, input_shapes, graph, config)

Module contents