Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddeep_conv2d.cc230 const int64 out_depth_base = (od_start + od) * out_depth_stride; in operator ()() local
240 const int64 out_base = i * out_stride + out_depth_base + shard_base; in operator ()()
319 const int64 out_depth_base = od * out_depth_stride; in operator ()() local
347 out_depth_base + shard_base; in operator ()()
782 const int64 out_depth_base = od * out_depth_stride; in operator ()() local
788 const int64 out_buf_base = tile_base + out_depth_base + shard_base; in operator ()()