/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/ |
D | tf_resize_parser.cc | 49 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()
|
D | tf_crop_and_resize_parser.cc | 43 prim->set_method(mindspore::ResizeMethod::LINEAR); in Parse() 45 prim->set_method(mindspore::ResizeMethod::NEAREST); in Parse()
|
/third_party/mindspore/mindspore/core/ops/ |
D | crop_and_resize.cc | 26 this->set_method(method); in Init() 30 void CropAndResize::set_method(ResizeMethod method) { in set_method() function in mindspore::ops::CropAndResize
|
D | resize.cc | 33 this->set_method(method); in Init() 48 void Resize::set_method(const ResizeMethod method) { in set_method() function in mindspore::ops::Resize
|
D | crop_and_resize.h | 41 void set_method(ResizeMethod method);
|
D | resize.h | 66 void set_method(const ResizeMethod method);
|
/third_party/mindspore/mindspore/core/ops/grad/ |
D | resize_grad.cc | 29 this->set_method(method); in Init() 33 void ResizeGrad::set_method(const ResizeMethod method) { in set_method() function in mindspore::ops::ResizeGrad
|
D | resize_grad.h | 34 void set_method(const ResizeMethod method);
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/ |
D | onnx_upsample_parser.cc | 29 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()
|
D | onnx_resize_parser.cc | 60 prim->set_method(resize_mode[onnx_node_attr.s()]); in Parse()
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/ |
D | tflite_resize_parser.cc | 57 prim->set_method(mindspore::ResizeMethod::LINEAR); in Parse() 72 prim->set_method(mindspore::ResizeMethod::NEAREST); in Parse()
|
/third_party/python/Lib/test/ |
D | test_bdb.py | 365 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/ |
D | caffe_upsample_parser.cc | 29 prim->set_method(mindspore::ResizeMethod::NEAREST); in Parse()
|
D | caffe_interp_parser.cc | 28 prim->set_method(mindspore::ResizeMethod::LINEAR); in Parse()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | request_ctocpp.cc | 98 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/ |
D | primitive_adjust.cc | 482 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/ |
D | cef_request_capi.h | 89 void(CEF_CALLBACK* set_method)(struct _cef_request_t* self,
|
/third_party/libinput/src/ |
D | libinput-private.h | 257 enum libinput_config_status (*set_method)(struct libinput_device *device, member 273 enum libinput_config_status (*set_method)(struct libinput_device *device, member
|
D | evdev-mt-touchpad-buttons.c | 953 tp->buttons.config_method.set_method = tp_button_config_click_set_method; in tp_init_buttons()
|
D | libinput.c | 4061 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()
|
D | evdev.c | 804 device->scroll.config.set_method = evdev_scroll_set_method; in evdev_init_button_scroll()
|
D | evdev-mt-touchpad.c | 3125 tp->scroll.config_method.set_method = tp_scroll_config_scroll_method_set_method; in tp_init_scroll()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | request_cpptoc.cc | 414 GetStruct()->set_method = request_set_method; in CefRequestCppToC()
|
/third_party/boost/libs/beast/doc/qbk/08_design/ |
D | 2_http_comparison.qbk | 371 void set_method(const http::method &method) const { _m_impl->method() = method; }
|