| /external/tensorflow/tensorflow/python/keras/legacy_tf_layers/ |
| D | pooling.py | 45 def __init__(self, pool_size, strides, argument 61 def average_pooling1d(inputs, pool_size, strides, argument 118 def __init__(self, pool_size, strides, argument 134 def max_pooling1d(inputs, pool_size, strides, argument 195 def __init__(self, pool_size, strides, argument 208 pool_size, strides, argument 271 def __init__(self, pool_size, strides, argument 284 pool_size, strides, argument 349 def __init__(self, pool_size, strides, argument 362 pool_size, strides, argument [all …]
|
| D | convolutional.py | 83 strides=1, argument 124 strides=1, argument 290 strides=(1, 1), argument 331 strides=(1, 1), argument 505 strides=(1, 1, 1), argument 546 strides=(1, 1, 1), argument 722 strides=1, argument 838 strides=(1, 1), argument 888 strides=1, argument 1012 strides=(1, 1), argument [all …]
|
| /external/libaom/third_party/libyuv/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() 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 …]
|
| /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() 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 …]
|
| /external/tensorflow/tensorflow/core/lib/random/ |
| D | random_distributions_test.cc | 151 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/tensorflow/tensorflow/python/ops/ |
| D | nn_ops.py | 260 strides=None, argument 340 strides=None, argument 408 def _conv1d(self, input, filter, strides, padding, data_format, name): argument 482 strides, argument 553 strides=None, argument 981 def _get_strides_and_dilation_rate(num_spatial_dims, strides, dilation_rate): argument 1034 strides=None, argument 1176 strides=None, argument 1200 strides=None, argument 1379 strides=None, argument [all …]
|
| D | conv2d_benchmark.py | 40 def build_graph(device, dtype, data_format, input_shape, filter_shape, strides, argument 94 strides, padding, num_iters, warmup_iters): argument
|
| /external/libvpx/third_party/libyuv/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() 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/ComputeLibrary/src/core/utils/helpers/ |
| D | tensor_transform.cpp | 34 int calculate_stride_on_index(int index, Coordinates strides) in calculate_stride_on_index() 39 …t_on_index(TensorShape input_shape, int index, Coordinates starts, Coordinates strides, int32_t be… in calculate_start_on_index() 73 Coordinates ends, Coordinates strides, in calculate_end_on_index() 121 … Coordinates starts, Coordinates ends, Coordinates strides, in calculate_strided_slice_coords() 139 …ce_output_shape(TensorShape input_shape, Coordinates starts, Coordinates ends, Coordinates strides, in compute_strided_slice_output_shape()
|
| /external/ComputeLibrary/src/runtime/CL/functions/ |
| D | CLStridedSlice.cpp | 37 … const Coordinates &starts, const Coordinates &ends, const BiStrides &strides, in configure() 47 … const Coordinates &starts, const Coordinates &ends, const BiStrides &strides, in validate() 73 … const Coordinates &starts, const Coordinates &ends, const BiStrides &strides, in configure() 80 … const Coordinates &starts, const Coordinates &ends, const BiStrides &strides, in configure() 93 … const Coordinates &starts, const Coordinates &ends, const BiStrides &strides, in validate()
|
| /external/ComputeLibrary/src/graph/nodes/ |
| D | StridedSliceLayerNode.cpp | 37 const BiStrides &strides, in StridedSliceLayerNode() 55 BiStrides StridedSliceLayerNode::strides() const in strides() function in arm_compute::graph::StridedSliceLayerNode 68 const BiStrides &strides, in compute_output_descriptor()
|
| /external/ComputeLibrary/src/runtime/NEON/functions/ |
| D | NEStridedSlice.cpp | 36 … const Coordinates &starts, const Coordinates &ends, const BiStrides &strides, in configure() 47 … const Coordinates &starts, const Coordinates &ends, const BiStrides &strides, in validate() 70 … const Coordinates &starts, const Coordinates &ends, const BiStrides &strides, in configure() 88 … const Coordinates &starts, const Coordinates &ends, const BiStrides &strides, in validate()
|
| /external/tensorflow/tensorflow/python/keras/layers/ |
| D | pooling.py | 53 def __init__(self, pool_function, pool_size, strides, argument 187 def __init__(self, pool_size=2, strides=None, argument 300 def __init__(self, pool_size=2, strides=None, argument 336 def __init__(self, pool_function, pool_size, strides, argument 523 strides=None, argument 637 strides=None, argument 674 def __init__(self, pool_function, pool_size, strides, argument 804 strides=None, argument 875 strides=None, argument
|
| /external/tensorflow/tensorflow/compiler/tests/ |
| D | pooling_ops_test.py | 70 def _VerifyOneTest(self, pool_func, input_sizes, ksize, strides, padding, argument 106 def _VerifyValues(self, pool_func, input_sizes, ksize, strides, padding, argument 296 strides, argument 447 strides, argument 550 def AvgPoolGrad(inputs, outputs, output_gradients, ksize, strides, padding, argument
|
| /external/ComputeLibrary/src/core/CL/ |
| D | ICLKernel.cpp | 93 const Strides &strides = info->strides_in_bytes(); in add_tensor_argument() local 125 const Strides &strides = info->strides_in_bytes(); in add_3d_tensor_nhw_argument() local 150 const Strides &strides = info->strides_in_bytes(); in add_4d_tensor_nhwc_argument() local
|
| /external/tensorflow/tensorflow/compiler/xla/python/ |
| D | dlpack.cc | 52 std::vector<int64_t> strides; member 181 std::vector<int64_t> strides; in StridesForShape() local 195 absl::Span<int64_t const> dims, absl::Span<int64_t const> strides) { in StridesToLayout() 377 absl::Span<int64_t const> strides( in DLPackManagedTensorToBuffer() local
|
| /external/tensorflow/tensorflow/python/keras/utils/ |
| D | conv_utils.py | 210 def conv_kernel_mask(input_shape, kernel_shape, strides, padding): argument 289 def conv_kernel_idxs(input_shape, kernel_shape, strides, padding, filters_in, argument 383 def conv_connected_inputs(input_shape, kernel_shape, output_position, strides, argument 442 def conv_output_shape(input_shape, kernel_shape, strides, padding): argument
|
| /external/tensorflow/tensorflow/python/kernel_tests/image_ops/ |
| D | extract_volume_patches_grad_test.py | 56 def testGradient(self, in_shape, ksizes, strides): argument 71 def extract(in_val, ksizes=ksizes, strides=strides, padding=padding): argument
|
| /external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
| D | TensorBlock.h | 26 EIGEN_ALWAYS_INLINE DSizes<IndexType, NumDims> strides( in strides() function 28 DSizes<IndexType, NumDims> strides; in strides() local 49 EIGEN_ALWAYS_INLINE DSizes<IndexType, NumDims> strides( in strides() function 55 EIGEN_STRONG_INLINE DSizes<std::ptrdiff_t, sizeof...(Indices)> strides( in strides() function 241 const Dimensions& strides() const { return m_strides; } in strides() function 250 DestinationBuffer(Scalar* data, const Dimensions& strides, in DestinationBuffer() 259 Scalar* data, const Dimensions& strides) { in make() 265 const Dimensions& strides) { in kind()
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/numarray/template.valarray/valarray.sub/ |
| D | gslice_non_const.pass.cpp | 31 typedef std::valarray<std::size_t> strides; in main() typedef 69 typedef std::valarray<std::size_t> strides; in main() typedef
|
| /external/tensorflow/tensorflow/lite/kernels/internal/ |
| D | strided_slice_logic.h | 79 const auto* strides = params.strides; in StartForAxis() local 128 const auto* strides = params.strides; in StopForAxis() local 185 const std::vector<int>& strides) { in BuildStridedSliceParams()
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/gl/workgroups/ |
| D | ideal_workgroup_picker.cc | 46 HW strides; member 158 OperationType op_type, HW kernel, HW strides, in GetIdealWorkgroupIfPossible() 198 OperationType op_type, HW kernel, HW strides, in GetIdealWorkgroupIfPossible()
|
| /external/ComputeLibrary/tests/validation/fixtures/ |
| D | SliceOperationsFixtures.h | 113 Coordinates starts, Coordinates ends, BiStrides strides, in setup() 129 … const Coordinates &starts, const Coordinates &ends, const BiStrides &strides, in compute_target() 162 … const Coordinates &starts, const Coordinates &ends, const BiStrides &strides, in compute_reference()
|
| /external/ComputeLibrary/src/core/NEON/kernels/ |
| D | NEStridedSliceKernel.cpp | 42 … const Coordinates &starts, const Coordinates &ends, const BiStrides &strides, in validate_arguments() 75 … const Coordinates &starts, const Coordinates &ends, const BiStrides &strides, in validate_and_configure_window() 97 … const Coordinates &starts, const Coordinates &ends, const BiStrides &strides, in configure() 116 … const Coordinates &starts, const Coordinates &ends, const BiStrides &strides, in validate()
|
| /external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/ |
| D | replace_cast_hacks_with_tf_xla_ops.cc | 55 void PrepareXlaConvParams(OpBuilder &builder, Location loc, ArrayAttr strides, in PrepareXlaConvParams() 98 ArrayAttr strides, ArrayAttr dilations, in CreateXLAConvOp() 163 Value conv_output, ArrayAttr strides, in CreateXLAConvOpFromTFConv2DOp() 185 Value conv_output, ArrayAttr strides, ArrayAttr dilations, in CreateXLAConvOpFromTFDepthwiseConv2DOp()
|