Searched refs:dst_depth_aligned (Results 1 – 1 of 1) sorted by relevance
133 const int dst_depth_aligned = AlignByN(dst_depth, conv_params_.block_size.z); in UploadWeights() local135 weights.shape.h * weights.shape.w * src_depth * dst_depth_aligned * 4; in UploadWeights()