1// Copyright 2022 Google LLC2//3// This source code is licensed under the BSD-style license found in the4// LICENSE file in the root directory of this source tree.56#include <xnnpack/params.h>
78structxnn_parametersxnn_params = {
9 .init_flags = 0
10};
11