Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddeep_conv2d.cc328 const int64 f_c_start = s_c * tile_stride_cols; in operator ()() local
337 const int64 f_c = f_c_start + b_c; in operator ()()