Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddeep_conv2d.cc811 for (int64 ot_col = 0; ot_col < out_tile_cols; ++ot_col) { in operator ()() local
812 const int64 out_c = out_c_start + ot_col; in operator ()()
816 const int64 out_buf_index = ot_row * out_tile_cols + ot_col; in operator ()()