Home
last modified time | relevance | path

Searched defs:in_depth (Results 1 – 25 of 30) sorted by relevance

12

/external/tensorflow/tensorflow/core/util/
Duse_cudnn.cc74 const int32 filter_cols, const int32 in_depth, in IsCudnnSupportedFilterSize()
/external/tensorflow/tensorflow/core/kernels/
Dconv_ops.cc158 const int64 in_depth = GetTensorDim(input, data_format, 'C'); in operator ()() local
196 const int64 in_depth = GetTensorDim(input, data_format, 'C'); in operator ()() local
223 int input_cols, int in_depth, int filter_rows, in Run()
239 int input_cols, int in_depth, int filter_rows, in Run()
280 int input_cols, int in_depth, int filter_rows, in Run()
294 int input_cols, int in_depth, int filter_rows, in Run()
426 const int in_depth = static_cast<int>(in_depth_raw); in ComputeConv2DDimension() local
Dconv_ops_benchmark_test.cc76 static Conv2DGraph Conv2D(int batch, int height, int width, int in_depth, in Conv2D()
108 int batch, int height, int width, int in_depth, int filter_w, int filter_h, in Conv2DWithBias()
134 int batch, int height, int width, int in_depth, int filter_w, int filter_h, in Conv2DWithBiasAndActivation()
157 int batch, int height, int width, int in_depth, int filter_w, int filter_h, in Conv2DWithBatchNorm()
194 int batch, int height, int width, int in_depth, int filter_w, int filter_h, in Conv2DWithBatchNormAndActivation()
218 int in_depth, int filter_w, int filter_h, in FusedConv2DWithBias()
258 int batch, int height, int width, int in_depth, int filter_w, int filter_h, in FusedConv2DWithBatchNorm()
Ddeep_conv2d.cc49 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
Ddepthwise_conv_op.h30 int in_depth; member
Ddeep_conv2d.h72 int in_depth; member
Dconv_grad_shape_utils.h53 int64 in_depth, out_depth; member
Dconv_ops_3d.cc139 const int64 in_depth = GetTensorDim(input, data_format_, 'C'); in Compute() local
226 const int64 in_depth = GetTensorDim(input, data_format, 'C'); in launch() local
Deigen_spatial_convolutions_test.cc669 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
Dconv_grad_input_ops_benchmark_test.cc40 int in_depth, int filter_h, int filter_w, in Conv2DBackpropInput()
Dconv_grad_filter_ops_benchmark_test.cc41 int in_depth, int filter_h, int filter_w, in Conv2DBackpropFilter()
Dfractional_avg_pool_op.cc256 const int64 in_depth = orig_input_tensor_shape_flat(3); in Compute() local
Ddepthwise_conv_op.cc343 const int64 in_depth = GetTensorDim(input, data_format_, 'C'); in Compute() local
Dconv_ops_using_gemm.cc481 const int64 in_depth = GetTensorDim(input, data_format_, 'C'); in Compute() local
Dquantized_conv_ops.cc513 const int64 in_depth = input.dim_size(3); in Compute() local
Dfused_batch_norm_op.cc1275 const int64 in_depth = GetTensorDim(x, tensor_format_, 'C'); in ComputeWithReservedSpace() local
1436 const int64 in_depth = GetTensorDim(x, tensor_format_, 'C'); in ComputeWithReservedSpace() local
Dnn_ops_test.cc107 int rows, int cols, int in_depth, int out_depth, in BM_ConvFloat()
515 int rows, int cols, int in_depth, in BM_ConvFloatDepthwise()
Dconv_grad_filter_ops.cc214 auto in_depth = input.dimension(3); in operator ()() local
Dconv_ops_fused_image_transform.cc779 const int64 in_depth = padded_shape.dim_size(3); in Compute() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dconv_op_helpers.cc215 in_depth = input_shape.dimensions(feature_dim); in MakeXlaForwardConvOp() local
308 int64 in_depth = input_shape.dimensions(feature_dim), in MakeXlaBackpropInputConvOp() local
432 int64 in_depth = input_shape.dimensions(c_dim), in MakeXlaBackpropFilterConvOp() local
/external/tensorflow/tensorflow/core/kernels/neon/
Dneon_depthwise_conv_op.cc73 const int32 in_depth = input.dim_size(3); in Compute() local
/external/tensorflow/tensorflow/lite/kernels/
Dpadding.h83 int in_height, int in_width, int in_depth, int filter_height, in ComputePadding3DValues()
/external/tensorflow/tensorflow/core/grappler/costs/
Dutils_test.cc72 int in_depth = 3; in TEST() local
/external/tensorflow/tensorflow/python/kernel_tests/
Dconv_ops_3d_test.py464 self, batch, input_shape, filter_shape, in_depth, out_depth, stride, argument
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dim2col_utils.h32 int in_depth, int single_buffer_length, in ExtractPatchIntoBufferColumn()

12