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