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