Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.h46 int64_t dout_index = 0; // now don't support the sens is a tuple member
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dminimum_grad_cpu_kernel.cc100 … const size_t y_index, const size_t dout_index, const std::vector<size_t> &x_cargo, in MinimumGradRecTask()
Dmaximum_grad_cpu_kernel.cc74size_t dout_index, const std::vector<size_t> &x_cargo, const std::vector<size_t> &y_cargo, in MaximumGradRecTask()
/third_party/mindspore/mindspore/core/abstract/
Dprim_maths.cc29 const size_t dout_index = 2; in InferImplMinOrMaxGrad() local