Searched defs:out_row (Results 1 – 3 of 3) sorted by relevance
98 const int out_row = (thread_id / out_depth / out_width) % out_height; in DepthwiseConv2dGPUKernelNHWC() local343 const int out_row = (thread_id / out_width) % out_height; in DepthwiseConv2dGPUKernelNCHW() local
174 float* out_row = out + (y * wanted_width * wanted_channels); in ReadTensorFromImageFile() local
363 float* out_row = out + (y * wanted_width * wanted_channels); in TensorFromFrame() local