File size: 521 Bytes
8b7c501
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# Copyright 2022 Google LLC
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

tools/generate-enum.py --enum xnn_operator_type --spec src/enums/operator-type.yaml --output_src src/enums/operator-type.c --output_hdr src/xnnpack/operator-type.h &
tools/generate-enum.py --enum xnn_microkernel_type --spec src/enums/microkernel-type.yaml --output_src src/enums/microkernel-type.c --output_hdr src/xnnpack/microkernel-type.h &

wait