/external/tensorflow/tensorflow/python/layers/ |
D | pooling.py | 53 def __init__(self, pool_function, pool_size, strides, argument 119 def __init__(self, pool_size, strides, argument 133 def average_pooling1d(inputs, pool_size, strides, argument 186 def __init__(self, pool_size, strides, argument 200 def max_pooling1d(inputs, pool_size, strides, argument 259 def __init__(self, pool_function, pool_size, strides, argument 328 def __init__(self, pool_size, strides, argument 339 pool_size, strides, argument 398 def __init__(self, pool_size, strides, argument 409 pool_size, strides, argument [all …]
|
D | convolutional.py | 89 strides=1, argument 279 strides=1, argument 320 strides=1, argument 477 strides=(1, 1), argument 518 strides=(1, 1), argument 683 strides=(1, 1, 1), argument 724 strides=(1, 1, 1), argument 897 strides=1, argument 1052 strides=1, argument 1201 strides=(1, 1), argument [all …]
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_jpeg.cc | 37 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()
|
/external/libyuv/files/source/ |
D | convert_jpeg.cc | 37 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/fused_conv/python/ops/ |
D | fused_conv2d_bias_activation_benchmark.py | 32 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/tensorflow/tensorflow/core/lib/random/ |
D | random_distributions_test.cc | 147 const std::vector<int>& strides, T z_limit) { in UniformMomentsTest() 165 const std::vector<int>& strides, T z_limit) { in NormalMomentsTest() 240 const std::vector<int>& strides, T z_limit) { in RandomParametersMomentsTest() 256 const std::vector<int> strides = {0, 1, 4, 17}; in TEST() local 261 const std::vector<int> strides = {0, 1, 4, 17}; in TEST() local 266 const std::vector<int> strides = {0, 1, 4, 17}; in TEST() local 271 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
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_grad_ops.cc | 50 const gtl::ArraySlice<int32>& dilations, const std::vector<int32>& strides, in ConvBackpropExtractAndVerifyDimensionV2() 89 const std::vector<int32>& strides, Padding padding, int spatial_dim, in ConvBackpropExtractAndVerifyDimension() 100 const gtl::ArraySlice<int32>& dilations, const std::vector<int32>& strides, in ConvBackpropComputeDimensionsV2() 154 const std::vector<int32>& strides, in ConvBackpropComputeDimensions()
|
D | mkl_conv_ops.h | 65 MklDnnConvUtil(OpKernelContext* context, const std::vector<int32>& strides, in MklDnnConvUtil() 72 virtual inline void GetStridesInMklOrder(memory::dims* strides) { in GetStridesInMklOrder() 216 const memory::dims& strides, memory::dims* output_dims_tf_order, in GetOutputAndPadSizeInMklOrder() 274 size_t src_index, size_t filter_index, const memory::dims& strides, in GetOutputAndPadSizeInMklOrder() 303 memory::dims* strides, memory::dims* output_dims_tf_order, in GetConvFwdSizesInMklOrder() 409 memory::dims padding_l, padding_r, strides, fwd_output_dims; in Compute() local
|
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | YUVImage.java | 90 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() 293 int[] strides = new int[nc]; in setBuf() local
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | pooling_ops_test.py | 74 def _VerifyOneTest(self, pool_func, input_sizes, ksize, strides, padding, argument 110 def _VerifyValues(self, pool_func, input_sizes, ksize, strides, padding, argument 296 strides, padding, data_format): argument 384 strides, padding): argument 467 def AvgPoolGrad(inputs, outputs, output_gradients, ksize, strides, padding, argument
|
D | pooling_ops_3d_test.py | 34 def _AvgPoolGrad(inputs, outputs, output_gradients, ksize, strides, padding): argument 46 def _VerifyValues(self, pool_func, input_sizes, window, strides, padding, argument 191 strides, padding): argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | conv2d_benchmark.py | 34 def build_graph(device, input_shape, filter_shape, strides, padding, dtype, argument 84 def _run_graph(self, device, input_shape, filter_shape, strides, padding, argument
|
D | nn_ops.py | 55 strides=None, argument 133 strides=None, argument 187 def _conv1d(self, input, filter, strides, padding, data_format, name): argument 603 def _get_strides_and_dilation_rate(num_spatial_dims, strides, dilation_rate): argument 651 strides=None, argument 805 strides=None, argument 879 strides=None, argument 1187 strides, argument 1413 strides, argument 2065 def avg_pool(value, ksize, strides, padding, data_format="NHWC", name=None): argument [all …]
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_striding.cpp | 21 array<ptrdiff_t, 4> strides; in test_simple_striding() local 74 array<ptrdiff_t, 4> strides; in test_striding_as_lvalue() local
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/ |
D | pooling.py | 48 def __init__(self, pool_size=2, strides=None, padding='valid', **kwargs): argument 81 def __init__(self, pool_size=2, strides=None, padding='valid', **kwargs): argument 141 strides=None, argument 207 strides=None, argument 269 strides=None, argument 331 strides=None, argument
|
/external/libcxx/test/std/numerics/numarray/template.gslice.array/gslice.array.fill/ |
D | assign_value.pass.cpp | 29 typedef std::valarray<std::size_t> strides; in main() typedef
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/applications/ |
D | mobilenet.py | 185 strides=(1, 1), argument 553 def _conv_block(inputs, filters, alpha, kernel=(3, 3), strides=(1, 1)): argument 617 strides=(1, 1), argument
|
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.assign/ |
D | gslice_array_assign.pass.cpp | 29 typedef std::valarray<std::size_t> strides; in main() typedef
|
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.cons/ |
D | gslice_array.pass.cpp | 29 typedef std::valarray<std::size_t> strides; in main() typedef
|
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.sub/ |
D | gslice_non_const.pass.cpp | 29 typedef std::valarray<std::size_t> strides; in main() typedef
|
/external/deqp/modules/gles2/stress/ |
D | es2sVertexArrayTests.cpp | 75 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.comp.assign/ |
D | modulo.pass.cpp | 32 typedef std::valarray<std::size_t> strides; in main() typedef
|
D | shift_right.pass.cpp | 32 typedef std::valarray<std::size_t> strides; in main() typedef
|
D | xor.pass.cpp | 32 typedef std::valarray<std::size_t> strides; in main() typedef
|
D | shift_left.pass.cpp | 32 typedef std::valarray<std::size_t> strides; in main() typedef
|