Searched defs:kernel_cols (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | runtime_single_threaded_conv2d.cc | 28 int64 input_channels, int64 kernel_rows, int64 kernel_cols, in __xla_cpu_runtime_EigenSingleThreadedConvF16() 46 int64 kernel_rows, int64 kernel_cols, int64 kernel_channels, in __xla_cpu_runtime_EigenSingleThreadedConvF32()
|
D | runtime_conv2d.cc | 30 int64 kernel_rows, int64 kernel_cols, int64 kernel_channels, in __xla_cpu_runtime_EigenConvF32() 48 int64 input_channels, int64 kernel_rows, int64 kernel_cols, in __xla_cpu_runtime_EigenConvF16()
|
D | runtime_conv2d_mkl.cc | 55 int64 kernel_cols, int64 kernel_channels, int64 kernel_filters, in MKLConvImpl() 155 int64 kernel_rows, int64 kernel_cols, int64 kernel_channels, in __xla_cpu_runtime_MKLConvF32()
|
D | runtime_conv2d_impl.h | 31 int64 kernel_cols, int64 kernel_channels, in EigenConvImpl()
|
D | ir_emitter.cc | 1139 int64 kernel_cols = in HandleConvolution() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | nn_ops_test.cc | 813 int kernel_rows, int kernel_cols, int stride, in BM_AvgPool() 904 int depth, int kernel_rows, int kernel_cols, in BM_AvgPoolBk() 1006 int kernel_rows, int kernel_cols, int stride, in BM_MaxPool() 1101 int depth, int kernel_rows, int kernel_cols, in BM_MaxPoolBk()
|
/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns.cc | 756 int32 kernel_cols = GetTensorDim(kernel_sizes, data_format, 'W'); in AvgPoolShape() local 908 int32 kernel_cols = GetTensorDim(kernel_sizes, data_format, 'W'); in MaxPoolShape() local 1010 int32 kernel_cols = GetTensorDim(kernel_sizes, data_format, 'W'); in MaxPoolV2Shape() local 1067 int32 kernel_planes, kernel_rows, kernel_cols; in Pool3DShape() local
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 1112 int kernel_cols = in TEST_F() local 2316 int kernel_cols = in TEST_F() local
|