xref: /aosp_15_r20/external/XNNPACK/src/params.c (revision 4bdc94577ba0e567308109d787f7fec7b531ce36)
1 // Copyright 2022 Google LLC
2 //
3 // This source code is licensed under the BSD-style license found in the
4 // LICENSE file in the root directory of this source tree.
5 
6 #include <xnnpack/params.h>
7 
8 struct xnn_parameters xnn_params = {
9   .init_flags = 0
10 };
11