qonnx.transformation.make_input_chanlast (module)
- class qonnx.transformation.make_input_chanlast.MakeInputChannelsLast
Bases:
qonnx.transformation.base.TransformationFor networks with an input using the NCx data layout, add a transpose node at the beginning and mark the input as using NxC (channels-last).
- apply(model)