Home
last modified time | relevance | path

Searched refs:input3 (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/multi_input_test/
H A Dtest.py60 input3 = np.load('input3.npy').astype('float32') # nchw variable
64 …outputs = rknn.inference(inputs=[img, input2, input3, img_gray], data_format=['nhwc', 'nchw', 'nch…
H A Ddataset.txt1 dog_128x128.jpg input2.npy input3.npy dog_128x128_gray.png
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Ddsl.cpp164 double input3, std::unique_ptr<Expression> output3) { in interpolate() argument
169 stops[input3] = std::move(output3); in interpolate()
/OK3568_Linux_fs/kernel/Documentation/leds/
H A Dleds-class.rst95 - "input3::numlock"
96 - "input3::scrolllock"
97 - "input3::capslock"
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-pic32.c318 FUNCTION(INT1, input3),
319 FUNCTION(T4CK, input3),
320 FUNCTION(T9CK, input3),
321 FUNCTION(IC1, input3),
322 FUNCTION(IC6, input3),
323 FUNCTION(U3CTS, input3),
324 FUNCTION(U4RX, input3),
325 FUNCTION(U6RX, input3),
326 FUNCTION(SS2IN, input3),
327 FUNCTION(SDI6, input3),
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Ddsl.hpp77 double input3, std::unique_ptr<Expression> output3);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dpartition.hpp204 IteratorVector3 const& input3, in recurse_ok() argument
208 && recurse_ok(input2, input3, min_elements, level); in recurse_ok()