Typedef mindspore::MSKernelCallBack

Typedef Documentation

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

KernelCallBack defined the function pointer for callBack.