|
|
@@ -26,8 +26,8 @@ |
|
|
namespace ge { |
|
|
namespace ge { |
|
|
namespace { |
|
|
namespace { |
|
|
const int64_t kDynamicShapeDim = -2; |
|
|
const int64_t kDynamicShapeDim = -2; |
|
|
const char *const kEngineNameAiCpu = "aicpu_ascend_kernel"; |
|
|
|
|
|
const char *const kEngineNameAiCpuTf = "aicpu_tf_kernel"; |
|
|
|
|
|
|
|
|
const char *const kEngineNameAiCpu = "DNN_VM_AICPU_ASCEND"; |
|
|
|
|
|
const char *const kEngineNameAiCpuTf = "DNN_VM_AICPU"; |
|
|
} // namespace |
|
|
} // namespace |
|
|
Status DynamicSingleOpResetShapePass::Run(ComputeGraphPtr graph) { |
|
|
Status DynamicSingleOpResetShapePass::Run(ComputeGraphPtr graph) { |
|
|
GE_CHECK_NOTNULL(graph); |
|
|
GE_CHECK_NOTNULL(graph); |
|
|
|