Searched defs:get_method (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/core/ops/grad/ | ||
D | resize_grad.cc | 42 ResizeMethod ResizeGrad::get_method() const { in get_method() function in mindspore::ops::ResizeGrad |
/third_party/mindspore/mindspore/core/ops/ | ||
D | crop_and_resize.cc | 39 ResizeMethod CropAndResize::get_method() const { in get_method() function in mindspore::ops::CropAndResize |
D | resize.cc | 86 ResizeMethod Resize::get_method() const { in get_method() function in mindspore::ops::Resize |
/third_party/libinput/src/ | ||
D | libinput-private.h | 259 enum libinput_config_scroll_method (*get_method)(struct libinput_device *device); member |
/third_party/python/Lib/urllib/ | ||
D | request.py | 382 def get_method(self): member in Request |