Searched defs:im2col (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pynative/ |
D | ops_test.py | 23 def im2col(img, filter_h, filter_w, stride=1, pad=0, dilation=1): function
|
/third_party/mindspore/tests/vm_impl/ |
D | vm_me.py | 349 def im2col(img, filter_h, filter_w, stride=1, pad=0, dilation=1): function
|