Skip to main content

nn_tensor_panel_size

Function nn_tensor_panel_size 

Source
pub unsafe extern "C" fn nn_tensor_panel_size(
    tensor: *mut NNTensor,
) -> c_int
Expand 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