MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / IsChannelLast

Function IsChannelLast

src/nvcv/src/priv/TensorLayout.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104bool IsChannelLast(const NVCVTensorLayout &layout)
105{
106 return layout.rank == 0 || layout.data[layout.rank - 1] == 'C';
107}
108
109NVCVTensorLayout CreateFirst(const NVCVTensorLayout &layout, int n)
110{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected