The result of these calls to searchAttributeNyName is not checked for null, but 92% of calls to searchAttributeNyName check for null.
|
Onnx__AttributeProto *a_value = searchAttributeNyName(ctx->onnx_node->n_attribute,ctx->onnx_node->attribute,"value"); |
|
Onnx__AttributeProto *a_kernel_shape = searchAttributeNyName(ctx->onnx_node->n_attribute,ctx->onnx_node->attribute,"kernel_shape"); |