Home
last modified time | relevance | path

Searched defs:conv2 (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/tests/ut/python/pynative_mode/nn/
Dtest_container.py27 conv2 = nn.Conv2d(3, 64, (3, 3), stride=2, padding=0) variable
/third_party/mindspore/tests/ut/python/nn/
Dtest_container.py27 conv2 = nn.Conv2d(3, 64, (3, 3), stride=2, padding=0) variable
/third_party/icu/icu4c/source/test/cintltst/
Dccapitst.c1498 UConverter *conv1, *conv2 = NULL; in TestConvertSafeCloneCallback() local