Enum arm_nn_dw_kernel_layout_f32

Enum Documentation

enum arm_nn_dw_kernel_layout_f32

Depthwise kernel storage layout selector for floating-point kernels.

Public float depthwise entry points currently use KC storage ([k][c]).

Values:

enumerator ARM_NN_DW_KERNEL_KC

Depthwise kernel stored as [kernel][channel].

enumerator ARM_NN_DW_KERNEL_CK

Depthwise kernel stored as [channel][kernel].