diff --git a/tf_adapter/kernels/geop_npu.cc b/tf_adapter/kernels/geop_npu.cc index 8e5b403763d79f0b4499848c3d5d367615a40f19..119668dee074190afbadd2fabcfef545d916ca54 100644 --- a/tf_adapter/kernels/geop_npu.cc +++ b/tf_adapter/kernels/geop_npu.cc @@ -1234,11 +1234,13 @@ Status GeOp::CompileGraph(OpKernelContext *ctx, const std::vector &input return ret; } } - + LOG(INFO) << "The model has been compiled on the Ascend AI processor, current graph id is: " << graph_id; +/* ret = BuildGraph(graph_id, inputs); if (!ret.ok()) { return ret; } +*/ return Status::OK(); }