Home
last modified time | relevance | path

Searched defs:DoGrad (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/fp32_grad/
Dlstm_grad_weight_fp32.cc163 int LSTMGradWeightCPUKernel::DoGrad(int thread_id) { return RET_OK; } in DoGrad() function in mindspore::kernel::LSTMGradWeightCPUKernel
Dlstm_grad_data_fp32.cc182 int LSTMGradDataCPUKernel::DoGrad(int thread_id) { return RET_OK; } in DoGrad() function in mindspore::kernel::LSTMGradDataCPUKernel
Dlstm_grad_fp32.cc195 int LSTMGradCPUKernel::DoGrad(int thread_id) { return RET_OK; } in DoGrad() function in mindspore::kernel::LSTMGradCPUKernel
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/
Dpynative_utils.cc1780 void PyBoost::DoGrad(const kernel::pyboost::OpPtr &op, const FrontendOpRunInfoPtr &op_run_info, in DoGrad() function in mindspore::pynative::PyNativeAlgo::PyBoost