Searched defs:out_channel (Results 1 – 6 of 6) sorted by relevance
67 for (int out_channel = 0; out_channel < output_depth; ++out_channel) { in ConvPerChannel() local
96 const int out_channel = thread_id % out_depth; in DepthwiseConv2dGPUKernelNHWC() local344 const int out_channel = (thread_id / out_width / out_height) % out_depth; in DepthwiseConv2dGPUKernelNCHW() local
132 for (int out_channel = 0; out_channel < filter_count; ++out_channel) { in operator ()() local
109 for (int out_channel = 0; out_channel < filter_count; ++out_channel) { in operator ()() local
168 for (int out_channel = 0; out_channel < output_depth; ++out_channel) { in Conv() local248 for (int out_channel = 0; out_channel < output_depth; ++out_channel) { in Conv() local4026 for (int out_channel = 0; out_channel < output_depth; in TransposeConv() local
6340 const int out_channel = output_shape.Dims(3); in TransposeConv() local