Home
last modified time | relevance | path

Searched refs:set_method (Results 1 – 24 of 24) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/
Dtf_resize_parser.cc49 prim->set_method(mindspore::ResizeMethod::LINEAR); in Parse()
51 prim->set_method(mindspore::ResizeMethod::NEAREST); in Parse()
53 prim->set_method(mindspore::ResizeMethod::CUBIC); in Parse()
55 prim->set_method(mindspore::ResizeMethod::UNKNOWN); in Parse()
Dtf_crop_and_resize_parser.cc43 prim->set_method(mindspore::ResizeMethod::LINEAR); in Parse()
45 prim->set_method(mindspore::ResizeMethod::NEAREST); in Parse()
/third_party/mindspore/mindspore/core/ops/
Dcrop_and_resize.cc26 this->set_method(method); in Init()
30 void CropAndResize::set_method(ResizeMethod method) { in set_method() function in mindspore::ops::CropAndResize
Dresize.cc33 this->set_method(method); in Init()
48 void Resize::set_method(const ResizeMethod method) { in set_method() function in mindspore::ops::Resize
Dcrop_and_resize.h41 void set_method(ResizeMethod method);
Dresize.h66 void set_method(const ResizeMethod method);
/third_party/mindspore/mindspore/core/ops/grad/
Dresize_grad.cc29 this->set_method(method); in Init()
33 void ResizeGrad::set_method(const ResizeMethod method) { in set_method() function in mindspore::ops::ResizeGrad
Dresize_grad.h34 void set_method(const ResizeMethod method);
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/
Donnx_upsample_parser.cc29 prim->set_method(mindspore::ResizeMethod::NEAREST); // use bilinear method in Parse()
38 prim->set_method(onnx_node_attr.s() == "nearest" ? mindspore::ResizeMethod::NEAREST in Parse()
Donnx_resize_parser.cc60 prim->set_method(resize_mode[onnx_node_attr.s()]); in Parse()
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/
Dtflite_resize_parser.cc57 prim->set_method(mindspore::ResizeMethod::LINEAR); in Parse()
72 prim->set_method(mindspore::ResizeMethod::NEAREST); in Parse()
/third_party/python/Lib/test/
Dtest_bdb.py365 set_method = getattr(self, 'set_' + set_type)
369 set_method()
372 set_method(self.frame)
379 set_method(self.frame, lineno)
391 set_method(*args)
393 set_method(*args)
395 set_method()
/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/
Dcaffe_upsample_parser.cc29 prim->set_method(mindspore::ResizeMethod::NEAREST); in Parse()
Dcaffe_interp_parser.cc28 prim->set_method(mindspore::ResizeMethod::LINEAR); in Parse()
/third_party/cef/libcef_dll/ctocpp/
Drequest_ctocpp.cc98 if (CEF_MEMBER_MISSING(_struct, set_method)) in SetMethod()
109 _struct->set_method(_struct, method.GetStruct()); in SetMethod()
/third_party/mindspore/mindspore/lite/tools/converter/import/
Dprimitive_adjust.cc482 dst_prim->set_method(ResizeMethod::LINEAR); in MoveAttrMapResize()
484 dst_prim->set_method(ResizeMethod::NEAREST); in MoveAttrMapResize()
527 dst_prim->set_method(ResizeMethod::LINEAR); in MoveAttrMapResizeGrad()
529 dst_prim->set_method(ResizeMethod::NEAREST); in MoveAttrMapResizeGrad()
/third_party/cef/include/capi/
Dcef_request_capi.h89 void(CEF_CALLBACK* set_method)(struct _cef_request_t* self,
/third_party/libinput/src/
Dlibinput-private.h257 enum libinput_config_status (*set_method)(struct libinput_device *device, member
273 enum libinput_config_status (*set_method)(struct libinput_device *device, member
Devdev-mt-touchpad-buttons.c953 tp->buttons.config_method.set_method = tp_button_config_click_set_method; in tp_init_buttons()
Dlibinput.c4061 return device->config.click_method->set_method(device, method); in libinput_device_config_click_set_method()
4166 return device->config.scroll_method->set_method(device, method); in libinput_device_config_scroll_set_method()
Devdev.c804 device->scroll.config.set_method = evdev_scroll_set_method; in evdev_init_button_scroll()
Devdev-mt-touchpad.c3125 tp->scroll.config_method.set_method = tp_scroll_config_scroll_method_set_method; in tp_init_scroll()
/third_party/cef/libcef_dll/cpptoc/
Drequest_cpptoc.cc414 GetStruct()->set_method = request_set_method; in CefRequestCppToC()
/third_party/boost/libs/beast/doc/qbk/08_design/
D2_http_comparison.qbk371 void set_method(const http::method &method) const { _m_impl->method() = method; }