Home
last modified time | relevance | path

Searched refs:target_width (Results 526 – 528 of 528) sorted by relevance

1...<<2122

/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_operator.py7909 target_width = 4
7927 y0 = np.array(expected_data[0]).reshape((1, 1, target_height, target_width))
7928 …y0_nd = mx.nd.contrib.BilinearResize2D(x_nd, height=target_height, width=target_width, mode='size'…
7931 y1 = np.array(expected_data[1]).reshape((1, 1, target_height, target_width))
7932 …y1_nd = mx.nd.contrib.BilinearResize2D(x_nd, height=target_height, width=target_width, mode='size'…
/dports/graphics/ogre3d/ogre-1.11.6/Docs/src/
H A Dscripts.md327 - @c target_width and @c target_height
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dsite_per_process_browsertest.cc1054 base::Optional<int> target_width, in OutgoingTextAutosizerPageInfoIPCWatcher() argument
1058 target_width_(target_width), in OutgoingTextAutosizerPageInfoIPCWatcher()

1...<<2122