ONE - On-device Neural Engine
|
#include <KernelParams.h>
Data Fields | |
bool | align_corners |
bool | half_pixel_centers |
Definition at line 187 of file KernelParams.h.
bool luci_interpreter::ResizeNearestNeighborParams::align_corners |
Definition at line 189 of file KernelParams.h.
Referenced by luci_interpreter::build_kernel_CircleResizeNearestNeighbor(), and luci_interpreter::kernels::ResizeNearestNeighbor::execute().
bool luci_interpreter::ResizeNearestNeighborParams::half_pixel_centers |
Definition at line 190 of file KernelParams.h.
Referenced by luci_interpreter::kernels::ResizeNearestNeighbor::execute().