Home
last modified time | relevance | path

Searched refs:XNN_FLAG_INPUT_NHWC (Results 1 – 8 of 8) sorted by relevance

/external/XNNPACK/src/operators/
Dconvolution-nchw.c177 const bool nhwc_input = (flags & XNN_FLAG_INPUT_NHWC) != 0; in xnn_create_convolution2d_nchw_f32()
/external/XNNPACK/models/
Dfp32-sparse-mobilenet-v1.cc240 XNN_FLAG_INPUT_NHWC /* flags */, in FP32SparseMobileNetV1()
Dfp32-sparse-mobilenet-v2.cc454 XNN_FLAG_INPUT_NHWC /* flags */, in FP32SparseMobileNetV2()
Dfp32-sparse-mobilenet-v3-small.cc540 XNN_FLAG_INPUT_NHWC /* flags */, in FP32SparseMobileNetV3Small()
Dfp32-sparse-mobilenet-v3-large.cc618 XNN_FLAG_INPUT_NHWC /* flags */, in FP32SparseMobileNetV3Large()
/external/XNNPACK/include/
Dxnnpack.h42 #define XNN_FLAG_INPUT_NHWC 0x00000002 macro
/external/XNNPACK/src/
Druntime.c240 … node->flags | (values[node->inputs[0]].layout == xnn_layout_type_nhwc ? XNN_FLAG_INPUT_NHWC : 0), in xnn_create_runtime_v2()
/external/XNNPACK/test/
Dconvolution-operator-tester.h1314 …se_layout() ? XNN_FLAG_DEPTHWISE_CONVOLUTION : 0) | (force_nhwc_input() ? XNN_FLAG_INPUT_NHWC : 0), in TestNCHWxF32()