// Copyright 2019 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. #include "xnnpack/common.h" // Table of exp2(k / 2048) values, k = 0..2047 XNN_INTERNAL const float xnn_table_exp2_k_over_2048[2048] = …;