Browse Source

Pre Merge pull request !277 from 陈华/master

pull/277/MERGE
陈华 Gitee 4 years ago
parent
commit
c05dbf3e3b
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      parser/common/parser_types.cc

+ 3
- 0
parser/common/parser_types.cc View File

@@ -432,6 +432,9 @@ const char *SIGMOIDGRAD = "SigmoidGrad";

const char *TRANSSHAPE = "TransShape";

// Onnx model output operator
const char *_RETVAL = "_Retval";

// Horovod operator
const char *HVDCALLBACKALLREDUCE = "HorovodAllreduce";
const char *HVDCALLBACKALLGATHER = "HorovodAllgather";


Loading…
Cancel
Save