This is the complete list of members for ConvParser, including all inherited members.
| __init__(self, int node_id, NodeProto node, dict[int, Any] nodes_outputs, list[dict[str, Any]] mapping_data, ModelProto onnx_model) | ConvParser | |
| zigzag::parser::onnx::onnx_operator_parser::ONNXOperatorParser.__init__(self, int node_id, NodeProto node, dict[int, Any] nodes_outputs, ModelProto onnx_model, *list[dict[str, Any]]|None mapping_data=None, Accelerator|None accelerator=None) | ONNXOperatorParser | |
| accelerator | ONNXOperatorParser | |
| CUSTOM_ACT_SIZE_ATTR | ONNXOperatorParser | static |
| CUSTOM_OUTPUT_SIZE_ATTR | ONNXOperatorParser | static |
| CUSTOM_WEIGHT_SIZE_ATTR | ONNXOperatorParser | static |
| generate_layer_node_for_conv(self) | ConvParser | |
| get_activation_precision(self) | ONNXOperatorParser | |
| get_input_output_weight_data_type(self) | ONNXOperatorParser | |
| get_intermediate_output_precision(self) | ONNXOperatorParser | |
| get_layer_node_user_format(self, list[int] kernel_shape, list[int] strides, list[int] dilations, int group_size, list[int] padding, list[int] ia_shape, list[int] oa_shape) | ConvParser | |
| get_node_predecessors(self) | ONNXOperatorParser | |
| get_operand_source_user_format(self, list[int] predecessors) | ONNXOperatorParser | |
| get_weight_name(self, NodeProto node) | ONNXOperatorParser | |
| get_weight_precision(self) | ONNXOperatorParser | |
| mapping_data | ConvParser | |
| node | ONNXOperatorParser | |
| node_id | ONNXOperatorParser | |
| nodes_outputs | ONNXOperatorParser | |
| onnx_model | ConvParser | |
| run(self) | ConvParser | |