pub unsafe extern "C" fn nn_tensor_panel_size(
tensor: *mut NNTensor,
) -> c_intExpand description
Retrieves the panel size of the tensor when it has been panel-shuffled for improved tiling performance. The panel size is the vectorization length.
@private @memberof NNTensor @since 2.4