Searched defs:get_modulated (Results 1 – 3 of 3) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/grad/ | ||
| D | deformable_offsets_grad.cc | 150 bool DeformableOffsetsGrad::get_modulated() const { in get_modulated() function in mindspore::ops::DeformableOffsetsGrad |
| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/ | ||
| D | deformable_conv2d.cc | 244 bool DeformableConv2d::get_modulated() const { return GetValue<bool>(GetAttr(kAttrModulated)); } in get_modulated() function in mindspore::ops::DeformableConv2d |
| D | deformable_offsets.cc | 254 bool DeformableOffsets::get_modulated() const { return GetValue<bool>(GetAttr(kAttrModulated)); } in get_modulated() function in mindspore::ops::DeformableOffsets |