Browse Source

Add ut.

tags/v1.3.0
zhaozhixuan 4 years ago
parent
commit
b35412f5ea
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/single_op/single_op_model.cc

+ 1
- 1
ge/single_op/single_op_model.cc View File

@@ -556,7 +556,7 @@ Status SingleOpModel::BuildOp(StreamResource &resource, SingleOp &single_op) {
GE_CHECK_NOTNULL(ge_model); GE_CHECK_NOTNULL(ge_model);
bool infer_depend_flag = false; bool infer_depend_flag = false;
bool is_host_mem = false; bool is_host_mem = false;
GE_CHK_STATUS_RET(CheckInferDepend(ge_model, infer_depend_flag, is_host_mem)), "[Check][InferDepend] failed.");
GE_CHK_STATUS_RET(CheckInferDepend(ge_model, infer_depend_flag, is_host_mem), "[Check][InferDepend] failed.");
if (infer_depend_flag) { if (infer_depend_flag) {
// construct single_op, do single op with HybridModelExecutor // construct single_op, do single op with HybridModelExecutor
GELOGD("Init hybrid model params of single op, and will do execute with hybrid model executor."); GELOGD("Init hybrid model params of single op, and will do execute with hybrid model executor.");


Loading…
Cancel
Save