Typedef mindspore::MSKernelCallBack

Typedef Documentation

using mindspore::MSKernelCallBack = std::function<bool(const std::vector<MSTensor> &inputs, const std::vector<MSTensor> &outputs, const MSCallBackParam &opInfo)>

KernelCallBack defined the function pointer for callBack.