Procs
proc nchw_channels[T](input: Tensor[T]): int {.inline.}
- Return number of channels of a Tensor in NCWH layout Source Edit
proc nchw_height[T](input: Tensor[T]): int {.inline.}
- Return height of a Tensor in NCWH layout Source Edit
proc nchw_width[T](input: Tensor[T]): int {.inline.}
- Return width of a Tensor in NCWH layout Source Edit