Searched refs:ret_status (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | ascend_launch_atomic_clean.cc | 66 auto ret_status = kernel_mod_->Launch(kernel_inputs, kernel_workspaces, kernel_outputs, stream_); in LaunchOpKernel() local 67 if (!ret_status) { in LaunchOpKernel()
|
D | ascend_launch_transdata.cc | 68 auto ret_status = kernel_mod_->Launch(kernel_inputs, kernel_workspace, kernel_outputs, stream_); in LaunchOpKernel() local 69 if (!ret_status) { in LaunchOpKernel()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ |
D | launch_kernel.cc | 86 auto ret_status = kernel_mod_->Launch(kernel_inputs, kernel_workspaces, kernel_outputs, stream_); in LaunchSingleKernel() local 87 if (!ret_status) { in LaunchSingleKernel()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | drv_callbacks.c | 628 u16 ret_status; in hostapd_notif_assoc() local 633 &ret_status); in hostapd_notif_assoc() 634 status = ret_status; in hostapd_notif_assoc() 640 hostapd_sta_assoc(hapd, addr, reassoc, ret_status, buf, in hostapd_notif_assoc()
|