Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/grad/
Dmaximum_grad.h28 MaximumGrad() : PrimitiveC(kNameMaximumGrad) {} in MaximumGrad() function
/third_party/mindspore/mindspore/_extends/graph_kernel/expanders/
Dmaximum_grad.py22 class MaximumGrad(Expander): class
/third_party/mindspore/mindspore/ops/operations/
D_grad_ops.py1035 class MaximumGrad(Primitive): class