Browse Source

fix constant

pull/1675/head
guopeian 4 years ago
parent
commit
f0342a53e3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/graph/passes/constant_folding_pass.cc

+ 1
- 1
ge/graph/passes/constant_folding_pass.cc View File

@@ -24,7 +24,7 @@

namespace ge {
const int64_t kStartCallNum = 1;
const std::string kKernelLibName = "aicpu_tf_kernel";
const std::string kKernelLibName = "aicpu_ascend_kernel";
// tf_kernel.json opsFlag config
const std::string kOpsFlagClose = "0";



Loading…
Cancel
Save