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/ | ||
| D | lstm_grad_weight_fp32.cc | 163 int LSTMGradWeightCPUKernel::DoGrad(int thread_id) { return RET_OK; } in DoGrad() function in mindspore::kernel::LSTMGradWeightCPUKernel |
| D | lstm_grad_data_fp32.cc | 182 int LSTMGradDataCPUKernel::DoGrad(int thread_id) { return RET_OK; } in DoGrad() function in mindspore::kernel::LSTMGradDataCPUKernel |
| D | lstm_grad_fp32.cc | 195 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/ | ||
| D | pynative_utils.cc | 1780 void PyBoost::DoGrad(const kernel::pyboost::OpPtr &op, const FrontendOpRunInfoPtr &op_run_info, in DoGrad() function in mindspore::pynative::PyNativeAlgo::PyBoost |