remove incorrect new in c style, test=develop (#20370)

remove incorrect "new" in c style.
revert-20712-fix_depthwise_conv
liu zhengxi 6 years ago committed by GitHub
parent 7a790188b2
commit 53d8799bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,7 @@ typedef struct PD_PaddleBuf PD_PaddleBuf;
typedef struct PD_AnalysisConfig PD_AnalysisConfig;
typedef struct PD_ZeroCopyData {
char* name = new char[50];
char* name;
void* data;
PD_DataType dtype;
int* shape;

Loading…
Cancel
Save