Home
last modified time | relevance | path

Searched defs:strides (Results 1 – 25 of 2403) sorted by relevance

12345678910>>...97

/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/
H A Dstrides_test.cc20 const Strides strides{}; in TEST() local
25 const Strides strides{48, 16, 4}; in TEST() local
60 const Strides strides{{2, 3, 4}, 4}; in TEST() local
87 const Strides strides = {48, 16, 4}; in TEST() local
97 const Strides strides = {48, 16, 4}; in TEST() local
127 const Strides strides = {48, 16, 4}; in TEST() local
134 const Strides strides = {}; in TEST() local
138 const Strides strides = {4}; in TEST() local
148 const Strides strides = {2, 3, 4}; in TEST() local
153 const Strides strides = {2, 3, 4}; in TEST() local
[all …]
H A Dshape_test.cc156 Strides strides{12, 4}; in TEST() local
161 Strides strides{48, 16, 4}; in TEST() local
166 Strides strides{32, 16, 4}; in TEST() local
171 Strides strides{}; in TEST() local
176 Strides strides{8}; in TEST() local
181 Strides strides{24, 8}; in TEST() local
186 Strides strides{12, 4}; in TEST() local
191 Strides strides{-12, 4}; in TEST() local
201 Strides strides{0, 4}; in TEST() local
221 Strides strides{0, 4}; in TEST() local
[all …]
H A Dindexable_array.h51 …IndexableArray(VoidType* data, const Strides& strides) : data_{data} { std::copy(strides.begin(), … in IndexableArray()
54 …IndexableArray(const Array& array, const Strides& strides) : IndexableArray{internal::GetRawOffset… in IndexableArray()
67 CHAINERX_HOST_DEVICE const int64_t* strides() const { return strides_; } in strides() function
124 …IndexableArray(VoidType* data, const Strides& strides) : data_{data} { CHAINERX_ASSERT(0 == stride… in IndexableArray()
126 …IndexableArray(const Array& array, const Strides& strides) : IndexableArray{internal::GetRawOffset… in IndexableArray()
134 CHAINERX_HOST_DEVICE constexpr const int64_t* strides() const { return nullptr; } in strides() function
169 …IndexableArray(const Array& array, const Strides& strides) : IndexableArray{internal::GetRawOffset… in IndexableArray()
181 CHAINERX_HOST_DEVICE const int64_t* strides() const { return &stride_; } in strides() function
225 …IndexableArray(WithConstnessOfT<void>* data, const Strides& strides) : data_{data}, ndim_{strides.… in IndexableArray()
230 …IndexableArray(const Array& array, const Strides& strides) : IndexableArray{internal::GetRawOffset… in IndexableArray()
[all …]
H A Dsquash_dims.h19 inline bool IsSquashableDimension(size_t i, const Shape& shape, const PackedStrides&... strides) { in IsSquashableDimension()
29 inline Strides GetSquashedStrides(const Strides& strides, const Axes& keep) { in GetSquashedStrides()
48 std::tuple<Shape, Axes> SquashShape(const Shape& shape, const PackedStrides&... strides) { in SquashShape()
/dports/math/xtensor/xtensor-0.24.0/docs/source/
H A Dexternal-structures.rst71 Define inner types
105 Inherit
123 Define semantic
174 Implement the resize methods
211 Implement private accessors
/dports/math/xtensor/xtensor-0.24.0/include/xtensor/
H A Dxstrides.hpp180 inline auto raw_data_offset(const S& strides, Arg arg, Args... args) noexcept in raw_data_offset()
260 inline offset_type data_offset(const S& strides, Arg arg, Args... args) noexcept in data_offset()
288 inline offset_type element_offset(const S& strides, It first, It last) noexcept in element_offset()
298 inline void adapt_strides(const shape_type& shape, strides_type& strides, in adapt_strides()
309 inline void adapt_strides(const shape_type& shape, strides_type& strides, in adapt_strides()
320 strides_type& strides, bs_ptr bs) in compute_strides()
354 strides_type& strides, in compute_strides()
413 inline void adapt_strides(const shape_type& shape, strides_type& strides, in adapt_strides()
475 strides_type strides = xtl::make_sequence<strides_type>(shape.size(), 0); in unravel_index() local
485 strides_type strides = xtl::make_sequence<strides_type>(shape.size(), 0); in unravel_indices() local
[all …]
/dports/science/py-dlib/dlib-19.22/dlib/matrix/
H A Dmkl_fft.h50 MKL_LONG strides[3]; in mkl_fft() local
123 MKL_LONG strides[3]; in mkl_fftr() local
132 MKL_LONG strides[3]; in mkl_fftr() local
203 MKL_LONG strides[3]; in mkl_ifftr() local
212 MKL_LONG strides[3]; in mkl_ifftr() local
/dports/science/dlib-cpp/dlib-19.22/dlib/matrix/
H A Dmkl_fft.h50 MKL_LONG strides[3]; in mkl_fft() local
123 MKL_LONG strides[3]; in mkl_fftr() local
132 MKL_LONG strides[3]; in mkl_fftr() local
203 MKL_LONG strides[3]; in mkl_ifftr() local
212 MKL_LONG strides[3]; in mkl_ifftr() local
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libyuv/source/
H A Dconvert_jpeg.cc37 const int* strides, in JpegCopyI420()
51 const int* strides, in JpegI422ToI420()
65 const int* strides, in JpegI444ToI420()
79 const int* strides, in JpegI400ToI420()
204 const int* strides, in JpegI420ToNV21()
216 const int* strides, in JpegI422ToNV21()
228 const int* strides, in JpegI444ToNV21()
240 const int* strides, in JpegI400ToNV21()
333 const int* strides, in JpegI420ToNV12()
346 const int* strides, in JpegI422ToNV12()
[all …]
/dports/graphics/libyuv/libyuv-0.0.1789/source/
H A Dconvert_jpeg.cc37 const int* strides, in JpegCopyI420()
51 const int* strides, in JpegI422ToI420()
65 const int* strides, in JpegI444ToI420()
79 const int* strides, in JpegI400ToI420()
204 const int* strides, in JpegI420ToNV21()
216 const int* strides, in JpegI422ToNV21()
228 const int* strides, in JpegI444ToNV21()
240 const int* strides, in JpegI400ToNV21()
333 const int* strides, in JpegI420ToNV12()
346 const int* strides, in JpegI422ToNV12()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libyuv/source/
H A Dconvert_jpeg.cc37 const int* strides, in JpegCopyI420()
51 const int* strides, in JpegI422ToI420()
65 const int* strides, in JpegI444ToI420()
79 const int* strides, in JpegI400ToI420()
204 const int* strides, in JpegI420ToNV21()
216 const int* strides, in JpegI422ToNV21()
228 const int* strides, in JpegI444ToNV21()
240 const int* strides, in JpegI400ToNV21()
333 const int* strides, in JpegI420ToNV12()
346 const int* strides, in JpegI422ToNV12()
[all …]
/dports/multimedia/aom/aom-3.2.0/third_party/libyuv/source/
H A Dconvert_jpeg.cc37 const int* strides, in JpegCopyI420()
51 const int* strides, in JpegI422ToI420()
65 const int* strides, in JpegI444ToI420()
79 const int* strides, in JpegI400ToI420()
204 const int* strides, in JpegI420ToNV21()
216 const int* strides, in JpegI422ToNV21()
228 const int* strides, in JpegI444ToNV21()
240 const int* strides, in JpegI400ToNV21()
333 const int* strides, in JpegI420ToNV12()
346 const int* strides, in JpegI422ToNV12()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/third_party/libyuv/source/
H A Dconvert_jpeg.cc37 const int* strides, in JpegCopyI420()
51 const int* strides, in JpegI422ToI420()
65 const int* strides, in JpegI444ToI420()
79 const int* strides, in JpegI400ToI420()
204 const int* strides, in JpegI420ToNV21()
216 const int* strides, in JpegI422ToNV21()
228 const int* strides, in JpegI444ToNV21()
240 const int* strides, in JpegI400ToNV21()
333 const int* strides, in JpegI420ToNV12()
346 const int* strides, in JpegI422ToNV12()
[all …]
/dports/math/py-keras/Keras-2.4.3/tests/keras/layers/
H A Dconvolutional_test.py49 def test_conv_1d(padding, strides): argument
113 def test_convolution_2d(strides, padding): argument
167 def test_conv2d_transpose(padding, out_padding, strides): argument
285 def test_separable_conv_1d(padding, strides, multiplier, dilation_rate): argument
348 def test_separable_conv_2d(padding, strides, multiplier, dilation_rate): argument
414 def test_depthwise_conv_2d(padding, strides, multiplier, dilation_rate): argument
472 def test_convolution_3d(padding, strides): argument
529 def test_conv3d_transpose(padding, out_padding, strides, data_format): argument
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/testing/
H A Darray_test.cc62 Strides strides{3 * sizeof(T), sizeof(T)}; in TEST_P() local
83 Strides strides{}; in TEST_P() local
94 Strides strides{sizeof(T)}; in TEST_P() local
105 Strides strides{6 * sizeof(T), 3 * sizeof(T), sizeof(T)}; in TEST_P() local
116 Strides strides{6 * sizeof(T), 3 * sizeof(T), sizeof(T)}; in TEST_P() local
126 Strides strides{3 * sizeof(T), sizeof(T)}; in TEST_P() local
136 Strides strides{3 * sizeof(T), sizeof(T)}; in TEST_P() local
157 …Strides strides{((item_size + padding * item_size) * shape[2] + padding * item_size) * shape[1] + … in TEST_P() local
172 …Strides strides{((item_size + padding[2] * item_size) * shape[2] + padding[1] * item_size) * shape… in TEST_P() local
187 …Strides strides{(item_size + padding[1] * item_size) * shape[1] + padding[0] * item_size, item_siz… in TEST_P() local
[all …]
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/array/
H A Das_strided.py23 def _maybe_overlapping_memory(shape, strides): argument
45 def _min_index(shape, strides, storage_offset): argument
67 def _max_index(shape, strides, storage_offset): argument
125 def _stride_array(array, shape, strides, storage_offset): argument
204 def __init__(self, shape, strides, storage_offset=None): argument
242 def __init__(self, input_geometry, shape, strides, storage_offset): argument
335 def as_strided(x, shape, strides, storage_offset=None): argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/
H A Dvideo_frame_layout_unittest.cc25 std::vector<ColorPlaneLayout> CreatePlanes(const std::vector<int32_t>& strides, in CreatePlanes()
76 std::vector<int32_t> strides = {384, 192, 192}; in TEST() local
94 std::vector<int32_t> strides = {384, 192, 192}; in TEST() local
114 std::vector<int32_t> strides = {384, 192, 192}; in TEST() local
134 std::vector<int32_t> strides = {384, 192, 192}; in TEST() local
155 std::vector<int32_t> strides = {384, 192, 192}; in TEST() local
176 std::vector<int32_t> strides = {384, 192, 192}; in TEST() local
203 std::vector<int32_t> strides = {384, 192, 192}; in TEST() local
222 std::vector<int32_t> strides = {384, 192}; in TEST() local
260 std::vector<int32_t> strides = {384, 192, 192}; in TEST() local
/dports/devel/py-numba/numba-0.51.2/numba/roc/
H A Dapi.py78 def device_array(shape, dtype=np.float, strides=None, order='C'): argument
145 def _prepare_shape_strides_dtype(shape, strides, dtype, order): argument
157 def _memory_size_from_info(shape, strides, itemsize): argument
166 def _host_array(finegrain, shape, dtype, strides, order): argument
180 def coarsegrain_array(shape, dtype=np.float, strides=None, order='C'): argument
188 def finegrain_array(shape, dtype=np.float, strides=None, order='C'): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/base/
H A Dvideo_frame_layout_unittest.cc25 std::vector<ColorPlaneLayout> CreatePlanes(const std::vector<int32_t>& strides, in CreatePlanes()
82 std::vector<int32_t> strides = {384, 192, 192}; in TEST() local
100 std::vector<int32_t> strides = {384, 192, 192}; in TEST() local
120 std::vector<int32_t> strides = {384, 192, 192}; in TEST() local
140 std::vector<int32_t> strides = {384, 192, 192}; in TEST() local
161 std::vector<int32_t> strides = {384, 192, 192}; in TEST() local
182 std::vector<int32_t> strides = {384, 192, 192}; in TEST() local
209 std::vector<int32_t> strides = {384, 192, 192}; in TEST() local
228 std::vector<int32_t> strides = {384, 192}; in TEST() local
266 std::vector<int32_t> strides = {384, 192, 192}; in TEST() local
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/third_party/libyuv/source/
H A Dconvert_jpeg.cc36 const int* strides, in JpegCopyI420()
54 const int* strides, in JpegI422ToI420()
72 const int* strides, in JpegI444ToI420()
90 const int* strides, in JpegI411ToI420()
108 const int* strides, in JpegI400ToI420()
234 const int* strides, in JpegI420ToARGB()
248 const int* strides, in JpegI422ToARGB()
262 const int* strides, in JpegI444ToARGB()
276 const int* strides, in JpegI411ToARGB()
290 const int* strides, in JpegI400ToARGB()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_jpeg.cc37 const int* strides, in JpegCopyI420()
55 const int* strides, in JpegI422ToI420()
73 const int* strides, in JpegI444ToI420()
91 const int* strides, in JpegI411ToI420()
109 const int* strides, in JpegI400ToI420()
235 const int* strides, in JpegI420ToARGB()
249 const int* strides, in JpegI422ToARGB()
263 const int* strides, in JpegI444ToARGB()
277 const int* strides, in JpegI411ToARGB()
291 const int* strides, in JpegI400ToARGB()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/third_party/libyuv/source/
H A Dconvert_jpeg.cc36 const int* strides, in JpegCopyI420()
54 const int* strides, in JpegI422ToI420()
72 const int* strides, in JpegI444ToI420()
90 const int* strides, in JpegI411ToI420()
108 const int* strides, in JpegI400ToI420()
234 const int* strides, in JpegI420ToARGB()
248 const int* strides, in JpegI422ToARGB()
262 const int* strides, in JpegI444ToARGB()
276 const int* strides, in JpegI411ToARGB()
290 const int* strides, in JpegI400ToARGB()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/third_party/libyuv/source/
H A Dconvert_jpeg.cc36 const int* strides, in JpegCopyI420()
54 const int* strides, in JpegI422ToI420()
72 const int* strides, in JpegI444ToI420()
90 const int* strides, in JpegI411ToI420()
108 const int* strides, in JpegI400ToI420()
234 const int* strides, in JpegI420ToARGB()
248 const int* strides, in JpegI422ToARGB()
262 const int* strides, in JpegI444ToARGB()
276 const int* strides, in JpegI411ToARGB()
290 const int* strides, in JpegI400ToARGB()
/dports/www/firefox/firefox-99.0/third_party/aom/third_party/libyuv/source/
H A Dconvert_jpeg.cc36 const int* strides, in JpegCopyI420()
54 const int* strides, in JpegI422ToI420()
72 const int* strides, in JpegI444ToI420()
90 const int* strides, in JpegI411ToI420()
108 const int* strides, in JpegI400ToI420()
234 const int* strides, in JpegI420ToARGB()
248 const int* strides, in JpegI422ToARGB()
262 const int* strides, in JpegI444ToARGB()
276 const int* strides, in JpegI411ToARGB()
290 const int* strides, in JpegI400ToARGB()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/third_party/libyuv/source/
H A Dconvert_jpeg.cc36 const int* strides, in JpegCopyI420()
54 const int* strides, in JpegI422ToI420()
72 const int* strides, in JpegI444ToI420()
90 const int* strides, in JpegI411ToI420()
108 const int* strides, in JpegI400ToI420()
234 const int* strides, in JpegI420ToARGB()
248 const int* strides, in JpegI422ToARGB()
262 const int* strides, in JpegI444ToARGB()
276 const int* strides, in JpegI411ToARGB()
290 const int* strides, in JpegI400ToARGB()

12345678910>>...97