Home
last modified time | relevance | path

Searched refs:new_in_cols (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_3d.cc306 const int64 new_in_cols = in_cols + cols_odd; in launch() local
311 data_format, in_batch, {{new_in_planes, new_in_rows, new_in_cols}}, in launch()
323 in_cols = new_in_cols; in launch()
Dconv_ops_fused_impl.h626 int64 new_in_cols = in_cols + cols_odd;
631 new_in_rows, new_in_cols, in_depths),
642 in_cols = new_in_cols;
Dconv_ops.cc709 const int64 new_in_cols = in_cols + padding_cols_diff; in operator ()() local
713 new_in_cols, in_depths), in operator ()()
738 in_cols = new_in_cols; in operator ()()
Dconv_grad_filter_ops.cc690 const int64 new_in_cols = in operator ()() local
700 new_in_cols, dims.in_depth), in operator ()()
Dconv_grad_input_ops.cc821 const int64 new_in_cols = in operator ()() local
824 data_format, dims.batch_size, new_in_rows, new_in_cols, dims.in_depth); in operator ()()