Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dpooling_ops_common.cc312 const int64 new_in_cols = tensor_in_cols + padding_cols_diff; in Compute() local
318 new_in_rows, new_in_cols, depth), in Compute()
349 tensor_in_cols = new_in_cols; in Compute()
602 const int64 new_in_cols = tensor_in_cols + padding_cols_diff; in Compute() local
608 << " padding_cols=" << new_in_cols << " depth= " << depth in Compute()
617 new_in_rows, new_in_cols, depth), in Compute()
624 new_in_rows, new_in_cols, depth), in Compute()
661 tensor_in_cols = new_in_cols; in Compute()
Dconv_ops_3d.cc318 const int64 new_in_cols = in_cols + cols_odd; in launch() local
323 data_format, in_batch, {{new_in_planes, new_in_rows, new_in_cols}}, in launch()
335 in_cols = new_in_cols; in launch()
Dconv_ops_fused_impl.h504 const int64 new_in_cols = in_cols + padding_cols_diff;
509 new_in_rows, new_in_cols, in_depths),
537 in_cols = new_in_cols;
Dconv_grad_input_ops.cc207 const int64 new_in_cols = in operator ()() local
210 data_format, dims.batch_size, new_in_rows, new_in_cols, dims.in_depth); in operator ()()
Dconv_ops.cc805 const int64 new_in_cols = in_cols + padding_cols_diff; in operator ()() local
809 new_in_cols, in_depths), in operator ()()
834 in_cols = new_in_cols; in operator ()()
Dconv_grad_filter_ops.cc797 const int64 new_in_cols = in operator ()() local
807 new_in_cols, dims.in_depth), in operator ()()