Home
last modified time | relevance | path

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

123456789

/external/tensorflow/tensorflow/python/layers/
Dpooling.py47 def __init__(self, pool_size, strides, argument
65 def average_pooling1d(inputs, pool_size, strides, argument
118 def __init__(self, pool_size, strides, argument
136 def max_pooling1d(inputs, pool_size, strides, argument
193 def __init__(self, pool_size, strides, argument
208 pool_size, strides, argument
267 def __init__(self, pool_size, strides, argument
282 pool_size, strides, argument
343 def __init__(self, pool_size, strides, argument
358 pool_size, strides, argument
[all …]
Dconvolutional.py82 strides=1, argument
125 strides=1, argument
281 strides=(1, 1), argument
324 strides=(1, 1), argument
488 strides=(1, 1, 1), argument
531 strides=(1, 1, 1), argument
697 strides=1, argument
809 strides=(1, 1), argument
861 strides=1, argument
981 strides=(1, 1), argument
[all …]
/external/libaom/libaom/third_party/libyuv/source/
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()
/external/tensorflow/tensorflow/core/lib/random/
Drandom_distributions_test.cc151 const std::vector<int>& strides, T z_limit) { in UniformMomentsTest()
169 const std::vector<int>& strides, T z_limit) { in NormalMomentsTest()
244 const std::vector<int>& strides, T z_limit) { in RandomParametersMomentsTest()
260 const std::vector<int> strides = {0, 1, 4, 17}; in TEST() local
265 const std::vector<int> strides = {0, 1, 4, 17}; in TEST() local
270 const std::vector<int> strides = {0, 1, 4, 17}; in TEST() local
276 const std::vector<int> strides = {0, 1, 4, 17}; in TEST() local
281 const std::vector<int> strides = {0, 1, 4, 17}; in TEST() local
286 const std::vector<int> strides = {0, 1, 4, 17}; in TEST() local
291 const std::vector<int> strides = {0, 1, 4, 17}; in TEST() local
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
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()
203 const int* strides, in JpegI420ToARGB()
214 const int* strides, in JpegI422ToARGB()
225 const int* strides, in JpegI444ToARGB()
236 const int* strides, in JpegI400ToARGB()
/external/libyuv/files/source/
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()
194 const int* strides, in JpegI420ToARGB()
205 const int* strides, in JpegI422ToARGB()
216 const int* strides, in JpegI444ToARGB()
227 const int* strides, in JpegI400ToARGB()
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
Dops.py29 def downsample(x, filters, strides, axis=1): argument
32 def pad_strides(strides, axis=1): argument
Dblocks.py44 strides, argument
119 strides, argument
269 strides, argument
351 strides, argument
/external/tensorflow/tensorflow/python/ops/
Dnn_ops.py85 strides=None, argument
163 strides=None, argument
215 def _conv1d(self, input, filter, strides, padding, data_format, name): argument
240 strides, argument
307 strides=None, argument
716 def _get_strides_and_dilation_rate(num_spatial_dims, strides, dilation_rate): argument
764 strides=None, argument
900 strides=None, argument
924 strides=None, argument
1011 strides=None, argument
[all …]
Dconv2d_benchmark.py44 def build_graph(device, dtype, data_format, input_shape, filter_shape, strides, argument
98 strides, padding, num_iters, warmup_iters): argument
/external/tensorflow/tensorflow/contrib/fused_conv/python/ops/
Dfused_conv2d_bias_activation_benchmark.py32 def build_conv_bias_relu_graph(device, input_shape, filter_shape, strides, argument
77 def build_fused_conv_bias_relu_graph(device, input_shape, filter_shape, strides, argument
134 def _run_graph(self, device, input_shape, filter_shape, strides, padding, argument
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DYUVImage.java90 public YUVImage(int width, int[] strides, int height, int subsamp) { in YUVImage()
147 public YUVImage(byte[][] planes, int[] offsets, int width, int[] strides, in YUVImage()
211 public void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf()
216 private void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf()
295 int[] strides = new int[nc]; in setBuf() local
/external/tensorflow/tensorflow/compiler/tests/
Dpooling_ops_test.py74 def _VerifyOneTest(self, pool_func, input_sizes, ksize, strides, padding, argument
110 def _VerifyValues(self, pool_func, input_sizes, ksize, strides, padding, argument
300 strides, argument
451 strides, argument
554 def AvgPoolGrad(inputs, outputs, output_gradients, ksize, strides, padding, argument
Dpooling_ops_3d_test.py34 def _AvgPoolGrad(inputs, outputs, output_gradients, ksize, strides, padding): argument
46 def _VerifyValues(self, pool_func, input_sizes, window, strides, padding, argument
195 strides, argument
/external/tensorflow/tensorflow/python/keras/layers/
Dpooling.py57 def __init__(self, pool_function, pool_size, strides, argument
142 def __init__(self, pool_size=2, strides=None, argument
185 def __init__(self, pool_size=2, strides=None, argument
221 def __init__(self, pool_function, pool_size, strides, argument
321 strides=None, argument
371 strides=None, argument
408 def __init__(self, pool_function, pool_size, strides, argument
517 strides=None, argument
567 strides=None, argument
/external/tensorflow/tensorflow/lite/kernels/internal/
Dstrided_slice_logic.h78 const auto* strides = params.strides; in StartForAxis() local
118 const auto* strides = params.strides; in StopForAxis() local
172 const std::vector<int>& strides) { in BuildStridedSliceParams()
/external/tensorflow/tensorflow/python/keras/utils/
Dconv_utils.py230 def conv_kernel_mask(input_shape, kernel_shape, strides, padding): argument
312 strides, argument
368 def conv_output_shape(input_shape, kernel_shape, strides, padding): argument
/external/tensorflow/tensorflow/core/kernels/
Dconv_grad_ops.cc60 const gtl::ArraySlice<int32>& dilations, const std::vector<int32>& strides, in ConvBackpropExtractAndVerifyDimension()
101 const gtl::ArraySlice<int32>& dilations, const std::vector<int32>& strides, in ConvBackpropComputeDimensionsV2()
163 const std::vector<int32>& strides, in ConvBackpropComputeDimensions()
/external/eigen/unsupported/test/
Dcxx11_tensor_striding.cpp21 array<ptrdiff_t, 4> strides; in test_simple_striding() local
74 array<ptrdiff_t, 4> strides; in test_striding_as_lvalue() local
/external/deqp/modules/gles2/stress/
Des2sVertexArrayTests.cpp75 int strides[] = {17}; in init() local
144 int strides[] = {17}; in init() local
215 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local
285 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local
/external/libcxx/test/std/numerics/numarray/template.gslice.array/gslice.array.fill/
Dassign_value.pass.cpp29 typedef std::valarray<std::size_t> strides; in main() typedef
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.cons/
Dgslice_array.pass.cpp29 typedef std::valarray<std::size_t> strides; in main() typedef
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.assign/
Dgslice_array_assign.pass.cpp29 typedef std::valarray<std::size_t> strides; in main() typedef
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.sub/
Dgslice_non_const.pass.cpp29 typedef std::valarray<std::size_t> strides; in main() typedef
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns_test.cc412 const std::vector<int32>& explicit_paddings = {}) { in TEST()
600 const std::vector<int32>& explicit_paddings = {}) { in TEST()
714 const string& padding) { in TEST()
799 const string& padding) { in TEST()
840 std::vector<int32> strides = {{1, 1, 1, 1}}; in TEST() local
886 const string& data_format) { in TEST()
932 const string& data_format) { in TEST()
968 const string& data_format) { in TEST()
1007 const std::vector<int32>& ksizes, const string& padding) { in TEST()

123456789