Browse Source

reformat need to delete

tags/v1.2.0
wxl 3 years ago
parent
commit
0e81c9810c
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      ge/graph/passes/reshape_remove_pass.cc

+ 3
- 3
ge/graph/passes/reshape_remove_pass.cc View File

@@ -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