/external/tensorflow/tensorflow/core/kernels/ |
D | conv_ops.cc | 141 const int64 in_depth = GetTensorDim(input, data_format, 'C'); in operator ()() local 156 int input_cols, int in_depth, int filter_rows, in Run() 172 int input_cols, int in_depth, int filter_rows, in Run() 213 int input_cols, int in_depth, int filter_rows, in Run() 227 int input_cols, int in_depth, int filter_rows, in Run() 359 const int in_depth = static_cast<int>(in_depth_raw); in ComputeConv2DDimension() local
|
D | deep_conv2d.cc | 49 int out_tile_rows, int out_tile_cols, int in_depth, in GetDeepConvCost() 74 static int64 GetDirectConvCost(int filter_rows, int filter_cols, int in_depth, in GetDirectConvCost() 98 int filter_cols, int in_depth, int out_depth, in CanUseDeepConv2D() 205 const int64 in_depth = args.in_depth; in operator ()() local 381 const int64 in_depth = args.in_depth; in operator ()() local 531 const int64 in_depth = args.in_depth; in operator ()() local 890 const int64 in_depth = args.in_depth; in operator ()() local 943 const int64 in_depth = args.in_depth; in operator ()() local
|
D | depthwise_conv_op.h | 30 int in_depth; member
|
D | deep_conv2d.h | 72 int in_depth; member
|
D | conv_ops_3d.cc | 133 const int64 in_depth = GetTensorDim(input, data_format_, 'C'); in Compute() local 217 const int64 in_depth = GetTensorDim(input, data_format, 'C'); in launch() local
|
D | depthwise_conv_op_gpu.h | 80 const int in_depth = args.in_depth; in DepthwiseConv2dGPUKernelNHWC() local 187 const int in_depth = args.in_depth; in DepthwiseConv2dGPUKernelNHWCSmall() local 320 const int in_depth = args.in_depth; in DepthwiseConv2dGPUKernelNCHW() local 471 const int in_depth = args.in_depth; in DepthwiseConv2dGPUKernelNCHWSmall() local
|
D | eigen_spatial_convolutions_test.cc | 669 const int in_depth = 5; in TEST() local 730 const int in_depth = 5; in TEST() local 792 const int in_depth = 5; in TEST() local 844 const int in_depth = 5; in TEST() local 898 const int in_depth = 5; in TEST() local 964 const int in_depth = 5; in TEST() local 1030 const int in_depth = 8; in TEST() local 1085 const int in_depth = 8; in TEST() local 1141 const int in_depth = 8; in TEST() local 1211 const int in_depth = 8; in TEST() local
|
D | conv_ops_test.cc | 1104 static Conv2DGraph Conv2D(int batch, int height, int width, int in_depth, in Conv2D() 1128 int in_depth, int filter_w, in Conv2DWithBias() 1152 int width, int in_depth, in Conv2DWithBiasAndRelu() 1174 int width, int in_depth, in Conv2DWithBatchNorm() 1210 int batch, int height, int width, int in_depth, int filter_w, int filter_h, in Conv2DWithBatchNormAndRelu() 1231 int in_depth, int filter_w, int filter_h, in FusedConv2DWithBias() 1264 int batch, int height, int width, int in_depth, int filter_w, int filter_h, in FusedConv2DWithBatchNorm()
|
D | fractional_avg_pool_op.cc | 256 const int64 in_depth = orig_input_tensor_shape_flat(3); in Compute() local
|
D | depthwise_conv_op.cc | 317 const int64 in_depth = GetTensorDim(input, data_format_, 'C'); in Compute() local
|
D | conv_ops_using_gemm.cc | 479 const int64 in_depth = GetTensorDim(input, data_format_, 'C'); in Compute() local
|
D | quantized_conv_ops.cc | 513 const int64 in_depth = input.dim_size(3); in Compute() local
|
D | nn_ops_test.cc | 105 static void BM_ConvFloat(int iters, int batch, int rows, int cols, int in_depth, in BM_ConvFloat() 499 int in_depth, int depth_multiplier, in BM_ConvFloatDepthwise()
|
D | conv_grad_filter_ops.cc | 140 auto in_depth = input.dimension(3); in operator ()() local
|
D | conv_grad_input_ops.cc | 147 auto in_depth = input_backward.dimension(3); in operator ()() local
|
D | conv_ops_fused_image_transform.cc | 782 const int64 in_depth = padded_shape.dim_size(3); in Compute() local
|
D | depthwise_conv_grad_op.cc | 284 const int64 in_depth = args.in_depth; in ComputeBackpropInput() local
|
/external/tensorflow/tensorflow/core/kernels/neon/ |
D | neon_depthwise_conv_op.cc | 73 const int32 in_depth = input.dim_size(3); in Compute() local
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | utils_test.cc | 72 int in_depth = 3; in TEST() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | conv_op_helpers.cc | 272 int64 in_depth = filter_shape.dimensions(attrs.num_spatial_dims); in MakeXlaForwardConvOp() local
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | conv_ops_3d_test.py | 368 self, batch, input_shape, filter_shape, in_depth, out_depth, stride, argument
|
D | conv_ops_test.py | 1639 filter_cols, in_depth, out_depth, stride_rows, argument
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 2612 static double abserr(const png_modifier *pm, int in_depth, int out_depth) in abserr() 2624 static double calcerr(const png_modifier *pm, int in_depth, int out_depth) in calcerr() 2637 static double pcerr(const png_modifier *pm, int in_depth, int out_depth) in pcerr() 2660 static double outerr(const png_modifier *pm, int in_depth, int out_depth) in outerr() 2692 static double outlog(const png_modifier *pm, int in_depth, int out_depth) in outlog() 2730 static int output_quantization_factor(const png_modifier *pm, int in_depth, in output_quantization_factor() 9427 int in_depth, int out_depth) in init_validate_info()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | legacy_optimized_ops.h | 451 int in_width, int in_height, int in_depth, int single_buffer_length, in ExtractPatchIntoBufferColumn()
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 1841 int in_depth, int single_buffer_length, in ExtractPatchIntoBufferColumn() 1931 int in_width, int in_height, int in_depth, int single_buffer_length, in ExtractPatchIntoBufferColumn()
|