MCPcopy Create free account
hub / github.com/XpuOS/xsched / Launch

Method Launch

platforms/ascend/hal/src/acl_command.cpp:192–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192aclError AclOpCompileAndExecuteCommand::Launch(aclrtStream stream)
193{
194 return OpCompiler::opCompileAndExecute(op_type_.empty() ? nullptr : op_type_.c_str(),
195 input_descs_ptrs_.size(), input_descs_ptrs_.data(), inputs_ptrs_.data(),
196 output_descs_ptrs_.size(), output_descs_ptrs_.data(), outputs_ptrs_.data(),
197 attr_ ? attr_->attr() : nullptr, engine_type_, compile_flag_,
198 op_path_.empty() ? nullptr : op_path_.c_str(), stream);
199}

Callers

nothing calls this directly

Calls 1

attrMethod · 0.80

Tested by

no test coverage detected