Home
last modified time | relevance | path

Searched defs:get_method (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/core/ops/grad/
Dresize_grad.cc42 ResizeMethod ResizeGrad::get_method() const { in get_method() function in mindspore::ops::ResizeGrad
/third_party/mindspore/mindspore/core/ops/
Dcrop_and_resize.cc39 ResizeMethod CropAndResize::get_method() const { in get_method() function in mindspore::ops::CropAndResize
Dresize.cc86 ResizeMethod Resize::get_method() const { in get_method() function in mindspore::ops::Resize
/third_party/libinput/src/
Dlibinput-private.h259 enum libinput_config_scroll_method (*get_method)(struct libinput_device *device); member
275 enum libinput_config_click_method (*get_method)(struct libinput_device *device); member
/third_party/python/Lib/urllib/
Drequest.py382 def get_method(self): member in Request