Home
last modified time | relevance | path

Searched defs:shard_base (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddeep_conv2d.cc235 const int64 shard_base = shard_stride * (s_r * shard_cols + s_c); in operator ()() local
330 const int64 shard_base = shard_stride * (s_r * shard_cols + s_c); in operator ()() local
787 const int64 shard_base = sr * filter_shards_col + sc; in operator ()() local