Home
last modified time | relevance | path

Searched defs:pad_width (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/numpy/
Darray_creations.py2124 def _pad_empty(arr, pad_width): argument
2143 def _pad_constant(arr, pad_width, value): argument
2162 def _pad_statistic(arr, pad_width, stat_length, stat_op): argument
2184 def _pad_edge(arr, pad_width): argument
2191 def _pad_wrap(arr, pad_width): argument
2210 def _pad_linear(arr, pad_width, end_values): argument
2285 def _pad_symmetric(arr, pad_width, reflect_type): argument
2308 def _pad_reflect(arr, pad_width, reflect_type): argument
2338 def _pad_func(arr, pad_width, func, **kwargs): argument
2385 def pad(arr, pad_width, mode="constant", stat_length=None, constant_values=0, argument
/third_party/mindspore/tests/st/numpy_native/
Dtest_array_creations.py969 def pad_with_msfunc(vector, pad_width, iaxis, kwargs): argument
976 def pad_with_npfunc(vector, pad_width, iaxis, kwargs): argument
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dopt.cc267 constexpr int pad_width = 4; in DisplayStatusOfSubstitution() local
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglvideomixer.c1007 gint pad_width, pad_height; in _mixer_pad_get_output_size() local
1572 gint pad_width, pad_height; in gst_gl_video_mixer_callback() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dlite_image_utils.cc556 int pad_width = lite_mat_rgb.width_ + pad_left + pad_right; in Pad() local
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c299 gint pad_width, pad_height; in _mixer_pad_get_output_size() local
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11compositor.cpp1078 gint pad_width, pad_height; in gst_d3d11_compositor_pad_get_output_size() local
/third_party/mindspore/tests/ut/cpp/dataset/
Dimage_process_test.cc155 int pad_width = lite_norm_mat_cut.width_ + 20; in TEST_F() local