Searched refs:ExecuteVirtualBatch (Results 1 – 4 of 4) sorted by relevance
126 error_code = sgd_kernel->ExecuteVirtualBatch(task_id); in SgdRun()128 error_code = sgd_kernel->ExecuteVirtualBatch(task_id); in SgdRun()144 error_code = sgd_kernel->ExecuteVirtualBatch(task_id); in SgdRunInit()
78 error_code = applyMomentum_kernel->ExecuteVirtualBatch(task_id); in ApplyMomentumRun()80 error_code = applyMomentum_kernel->ExecuteVirtualBatch(task_id); in ApplyMomentumRun()
97 error_code = adam_kernel->ExecuteVirtualBatch(task_id); in AdamRun()99 error_code = adam_kernel->ExecuteVirtualBatch(task_id); in AdamRun()
150 int ExecuteVirtualBatch(int task_id) { in ExecuteVirtualBatch() function