reformat need to delete

pull/1105/head
wxl 4 years ago
parent 35915344ac
commit 0e81c9810c

@ -28,9 +28,9 @@ namespace ge {
namespace {
const int kReshapeDataIndex = 0;
enum kOpHashValue {
ReshapeType = 0;
ReformatType = 1;
OpNoDelete = -1;
ReshapeType = 0,
ReformatType = 1,
OpNoDelete = -1
};
std::map<std::string, kOpHashValue> kToBeDeleteOp = {

Loading…
Cancel
Save