| /external/tensorflow/tensorflow/core/kernels/ |
| D | eigen_backward_spatial_convolutions_test.cc | 31 const int input_depth = 2; in TEST() local 80 const int input_depth = 2; in TEST() local 132 const int input_depth = 2; in TEST() local 180 const int input_depth = 2; in TEST() local 232 const int input_depth = 2; in TEST() local 287 const int input_depth = 2; in TEST() local 341 const int num_batches, const int input_depth, const int input_rows, in test_batched_strided_spatial_convolution_backward_input_valid() 399 int input_depth = 1; in TEST() local 417 const int num_batches, const int input_depth, const int input_rows, in test_batched_strided_spatial_convolution_backward_input_valid_row_major() 476 int input_depth = 1; in TEST() local [all …]
|
| D | eigen_backward_cuboid_convolutions_test.cc | 31 const int input_depth = 2; in TEST() local 94 const int input_depth = 2; in TEST() local 157 const int input_depth = 2; in TEST() local 228 const int input_depth = 2; in TEST() local 300 const int input_depth = 2; in TEST() local 367 const int input_depth = 2; in TEST() local 433 const int input_depth = 2; in TEST() local 499 const int input_depth = 2; in TEST() local 566 const int input_depth = 2; in TEST() local 633 const int input_depth = 2; in TEST() local [all …]
|
| D | depthtospace_op_gpu.cu.cc | 37 const int input_depth, const int output_height, in D2S_NHWC() 153 const int input_depth = input.dimension(3); in operator ()() local 181 const int input_depth = input.dimension(1); in operator ()() local
|
| D | spacetodepth_op_gpu.cu.cc | 36 const int input_depth, const int output_height, in S2D_NHWC() 150 const int input_depth = input.dimension(3); in operator ()() local 178 const int input_depth = input.dimension(1); in operator ()() local
|
| D | spacetodepth_op.cc | 103 const int input_depth = in Compute() local 172 const int input_depth = input.dimension(3); in operator ()() local
|
| D | eigen_benchmark_cpu_test.cc | 33 int input_depth, in SpatialConvolution() 60 int input_width, int input_depth, in SpatialConvolutionBackwardInput() 87 int input_width, int input_depth, in SpatialConvolutionBackwardKernel() 250 int input_planes, int input_depth, in CuboidConvolution() 279 int input_depth, in CuboidConvolutionBackwardInput() 307 int input_depth, in CuboidConvolutionBackwardKernel()
|
| D | quantized_batch_norm_op_test.cc | 65 const int input_depth = 2; in TEST_F() local 162 const int input_depth = 2; in TEST_F() local
|
| D | eigen_spatial_convolutions_test.cc | 30 const int input_depth = 7; in TEST() local 75 const int input_depth = 7; in TEST() local 194 const int input_depth = 10; in TEST() local 246 const int input_depth = 10; in TEST() local 304 const int input_depth = 10; in TEST() local 360 const int input_depth = 10; in TEST() local 408 const int input_depth = 2; in TEST() local 456 const int input_depth = 10; in TEST() local 507 const int input_depth = 10; in TEST() local 558 const int input_depth = 10; in TEST() local [all …]
|
| D | conv_ops_fused_image_transform.cc | 112 int input_depth; member 171 int64_t cache_line_width, int64_t input_width, int64_t input_depth, in CalculatePerCacheLineParameters() 228 T1* cache_line_start, int64_t input_depth, in CalculatePerCachePixelParameters() 262 int padded_height, int padded_width, int input_depth, in operator ()()
|
| /external/tensorflow/tensorflow/lite/kernels/ |
| D | depthwise_conv_test.cc | 108 int input_depth = GetShape(input_)[3]; in BaseDepthwiseConvolutionOpModel() local 478 const int input_depth = 4; in BatchPaddingValidTest() local 539 const int input_depth = 1; in BatchPaddingSameTest() local 1072 const int input_depth = 8; in TEST_P() local 1145 const int input_depth = 8; in TEST_P() local 1220 const int input_depth = 8; in TEST_P() local 1284 const int input_depth = 8; in TEST_P() local 1357 const int input_depth = 8; in TEST_P() local 1421 const int input_depth = 8; in TEST_P() local 1491 const int input_depth = 8; in TEST_P() local [all …]
|
| /external/tensorflow/tensorflow/lite/delegates/hexagon/builders/ |
| D | conv_2d_helpers.cc | 155 int input_depth, in CheckShouldSplitDwConv() 183 const std::vector<uint8_t>& converted_data, int input_depth, in SplitWeightsForDwConv() 226 TfLiteContext* context, const int input_depth) { in InitializeWeightsNodes()
|
| /external/tensorflow/tensorflow/core/kernels/mkl/ |
| D | mkl_conv_ops.h | 125 int input_depth = static_cast<int>(input_depth_raw); in GetInputSizeInMklOrder() local 208 int input_depth = GetTensorDim(input_shape, data_format_, 'C'); in GetFilterSizeInMklOrder() local 506 int input_depth = GetTensorDim(input_shape, data_format_, 'C'); variable
|
| /external/eigen/unsupported/test/ |
| D | cxx11_tensor_image_patch.cpp | 185 int input_depth = 3; in test_patch_padding_valid() local 261 int input_depth = 1; in test_patch_padding_valid_same_value() local 334 int input_depth = 3; in test_patch_padding_same() local 411 int input_depth = 1; in test_patch_padding_same_negative_padding_clip_to_zero() local
|
| /external/tensorflow/tensorflow/lite/kernels/internal/ |
| D | averagepool_quantized_test.cc | 66 const int input_depth = UniformRandomInt(1, 700); in CreateDataAndRunAveragePool() local 129 const int input_depth = UniformRandomInt(1, 700); in CreateExtremalDataAndRunAveragePool() local
|
| D | softmax_quantized_test.cc | 178 const int input_depth = ExponentialRandomPositiveInt(0.75f, 175, 500); in TryOneUniformSoftmax() local 209 const int input_depth = small_depth in TryOneSkyscraperSoftmax() local
|
| D | maxpool_quantized_test.cc | 60 const int input_depth = UniformRandomInt(1, 700); in CreateDataAndRunMaxPool() local
|
| /external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
| D | depthwise_conv.h | 55 const int input_depth = input_shape.Dims(3); in DepthwiseConvPerChannel() local 152 const int input_depth = input_shape.Dims(3); in DepthwiseConvPerChannel() local 235 const int input_depth = input_shape.Dims(3); in DepthwiseConvHybridPerChannel() local
|
| D | conv.h | 53 const int input_depth = input_shape.Dims(3); in ConvPerChannel() local 164 const int input_depth = input_shape.Dims(3); in ConvPerChannel() local
|
| D | transpose_conv.h | 45 const int input_depth = MatchingDim(input_shape, 3, filter_shape, 3); in TransposeConv() local 145 const int input_depth = MatchingDim(input_shape, 3, filter_shape, 3); in TransposeConv() local
|
| /external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
| D | im2col_utils.h | 142 const int input_depth = MatchingDim(input_shape, 3, filter_shape, 3); in DilatedIm2col() local 226 const int input_depth = input_shape.Dims(3); in Im2col() local 263 const int input_depth = input_shape.Dims(3); in Im2col() local 389 const int input_depth = input_shape.Dims(1); in Im2col3D() local 432 const int input_depth = input_shape.Dims(1); in DilatedIm2col3D() local
|
| /external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
| D | conv.h | 48 const int input_depth = input_shape.Dims(3); in Conv() local 138 const int input_depth = input_shape.Dims(3); in Conv() local 225 const int input_depth = input_shape.Dims(3); in HybridConvPerChannel() local
|
| D | depth_to_space.h | 36 const int input_depth = input_shape.Dims(3); in DepthToSpace() local
|
| D | space_to_depth.h | 38 const int input_depth = input_shape.Dims(3); in SpaceToDepth() local
|
| D | transpose_conv.h | 44 const int input_depth = MatchingDim(input_shape, 3, filter_shape, 3); in TransposeConv() local 134 const int input_depth = MatchingDim(input_shape, 3, filter_shape, 3); in TransposeConv() local
|
| D | depthwiseconv_uint8.h | 143 const int input_depth = input_shape.Dims(3); in Run() local 230 const int input_depth = input_shape.Dims(3); in RunPerChannel() local
|