/external/tensorflow/tensorflow/core/kernels/ |
D | depthwise_conv_op.cc | 280 const int64 stride_c = GetTensorDim(strides_, data_format_, 'C'); in DepthwiseConv2dNativeOp() local
|
D | mkl_conv_ops.h | 561 int stride_c = GetTensorDim(strides_, data_format_, 'C'); in MklConvBackpropCommonOp() local
|
D | depthwise_conv_grad_op.cc | 554 const int64 stride_c = GetTensorDim(strides_, data_format_, 'C'); in DepthwiseConv2dNativeBackpropInputOp() local 1028 const int64 stride_c = GetTensorDim(strides_, data_format_, 'C'); in DepthwiseConv2dNativeBackpropFilterOp() local
|
D | conv_ops_using_gemm.cc | 445 const int64 stride_c = GetTensorDim(strides_, data_format_, 'C'); in Conv2DUsingGemmOp() local
|
D | pooling_ops_3d.cc | 677 const int32 stride_c = GetTensorDim(stride_, data_format_, 'C'); in MaxPooling3dGradGradOp() local
|
D | conv_grad_filter_ops.cc | 454 int stride_c = GetTensorDim(strides_, data_format_, 'C'); in Conv2DSlowBackpropFilterOp() local
|
D | mkl_conv_ops.cc | 432 const int64 stride_c = GetTensorDim(strides_, data_format_, 'C'); in MklConvOp() local 876 const int64 stride_c = GetTensorDim(strides_, data_format_, 'C'); in MklConvOp() local
|
D | conv_grad_input_ops.cc | 591 int stride_c = GetTensorDim(strides_, data_format_, 'C'); in Conv2DSlowBackpropInputOp() local
|
D | conv_ops_fused_image_transform.cc | 637 const int64 stride_c = GetTensorDim(strides_, FORMAT_NHWC, 'C'); in FusedResizeConv2DUsingGemmOp() local
|
D | conv_ops.cc | 305 const int64 stride_c = GetTensorDim(strides, data_format, 'C'); in InitConv2DParameters() local
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_blas.cc | 2277 int64 stride_c, int batch_count) { in DoBlasGemmStridedBatched() 2287 float beta, DeviceMemory<float> *c, int ldc, int64 stride_c, in DoBlasGemmStridedBatched() 2298 double beta, DeviceMemory<double> *c, int ldc, int64 stride_c, in DoBlasGemmStridedBatched() 2311 int64 stride_c, int batch_count) { in DoBlasGemmStridedBatched() 2323 int64 stride_c, int batch_count) { in DoBlasGemmStridedBatched()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_blas.cc | 2363 int64 stride_c, int batch_count) { in DoBlasGemmStridedBatched() 2419 float beta, DeviceMemory<float> *c, int ldc, int64 stride_c, in DoBlasGemmStridedBatched() 2432 double beta, DeviceMemory<double> *c, int ldc, int64 stride_c, in DoBlasGemmStridedBatched() 2447 int64 stride_c, int batch_count) { in DoBlasGemmStridedBatched() 2462 int64 stride_c, int batch_count) { in DoBlasGemmStridedBatched()
|
/external/tensorflow/tensorflow/stream_executor/ |
D | stream.cc | 4557 float beta, DeviceMemory<Eigen::half> *c, int ldc, int64 stride_c, in ThenBlasGemmStridedBatched() 4578 float beta, DeviceMemory<float> *c, int ldc, int64 stride_c, in ThenBlasGemmStridedBatched() 4599 double beta, DeviceMemory<double> *c, int ldc, int64 stride_c, in ThenBlasGemmStridedBatched() 4622 int64 stride_c, int batch_count) { in ThenBlasGemmStridedBatched() 4645 int64 stride_c, int batch_count) { in ThenBlasGemmStridedBatched()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 2247 int stride_c = n; in Conv() local
|