Home
last modified time | relevance | path

Searched refs:XNN_FLAG_ALIGN_CORNERS (Results 1 – 3 of 3) sorted by relevance

/external/XNNPACK/src/
Dresize-bilinear-nhwc.c177 !!(flags & XNN_FLAG_ALIGN_CORNERS), in xnn_setup_resize_bilinear2d_nhwc_f32()
/external/XNNPACK/test/
Dresize-bilinear-operator-tester.h266 …(align_corners() ? XNN_FLAG_ALIGN_CORNERS : 0) | (tf_legacy_mode() ? XNN_FLAG_TENSORFLOW_LEGACY_MO… in TestF32()
/external/XNNPACK/include/
Dxnnpack.h46 #define XNN_FLAG_ALIGN_CORNERS 0x00000008 macro