Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/grad/
Ddeformable_offsets_grad.cc150 bool DeformableOffsetsGrad::get_modulated() const { in get_modulated() function in mindspore::ops::DeformableOffsetsGrad
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Ddeformable_conv2d.cc244 bool DeformableConv2d::get_modulated() const { return GetValue<bool>(GetAttr(kAttrModulated)); } in get_modulated() function in mindspore::ops::DeformableConv2d
Ddeformable_offsets.cc254 bool DeformableOffsets::get_modulated() const { return GetValue<bool>(GetAttr(kAttrModulated)); } in get_modulated() function in mindspore::ops::DeformableOffsets