Home
last modified time | relevance | path

Searched defs:MinimumGrad (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/ops/grad/
Dminimum_grad.h28 MinimumGrad() : PrimitiveC(kNameMinimumGrad) {} in MinimumGrad() function
/third_party/mindspore/mindspore/_extends/graph_kernel/expanders/
Dminimum_grad.py21 class MinimumGrad(Expander): class
/third_party/mindspore/mindspore/ops/operations/
D_grad_ops.py1111 class MinimumGrad(Primitive): class