cudnn-frontend
cudnn-frontend copied to clipboard
question about memory layout of the convolution
How could I disable channel-last memory layout in the graph.conv_fprop(...) function ? So the layout is NCHW instead. Thanks.