Home
last modified time | relevance | path

Searched defs:im2col (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pynative/
Dops_test.py23 def im2col(img, filter_h, filter_w, stride=1, pad=0, dilation=1): function
/third_party/mindspore/tests/vm_impl/
Dvm_me.py349 def im2col(img, filter_h, filter_w, stride=1, pad=0, dilation=1): function