Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dsoft_shrink.cc53 float SoftShrink::get_lambd() const { in get_lambd() function in mindspore::ops::SoftShrink
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/grad/
Dsoft_shrink_grad.cc55 float SoftShrinkGrad::get_lambd() const { in get_lambd() function in mindspore::ops::SoftShrinkGrad
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/auto_generate/
Dgen_lite_ops.cc973 float HShrinkGrad::get_lambd() const { return GetValue<float>(GetAttr("lambd")); } in get_lambd() function in mindspore::ops::HShrinkGrad
980 float HShrink::get_lambd() const { return GetValue<float>(GetAttr("lambd")); } in get_lambd() function in mindspore::ops::HShrink