repo stringlengths 1 152 ⌀ | file stringlengths 14 221 | code stringlengths 501 25k | file_length int64 501 25k | avg_line_length float64 20 99.5 | max_line_length int64 21 134 | extension_type stringclasses 2
values |
|---|---|---|---|---|---|---|
XNNPACK | XNNPACK-master/src/f16-vunary/gen/f16-vsqr-neonfp16arith-x16.c | // Auto-generated file. Do not edit!
// Template: src/f16-vunary/neonfp16arith.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <arm_neo... | 2,015 | 31 | 90 | c |
XNNPACK | XNNPACK-master/src/f16-vunary/gen/f16-vsqr-neonfp16arith-x8.c | // Auto-generated file. Do not edit!
// Template: src/f16-vunary/neonfp16arith.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <arm_neo... | 1,609 | 29.377358 | 90 | c |
XNNPACK | XNNPACK-master/src/f32-argmaxpool/f32-argmaxpool-4x-neon-c4.c | // Copyright 2020 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 <assert.h>
#include <arm_neon.h>
#include <xnnpack/argmaxpool.h>
void xnn_f32_argmaxpool_ukernel_4x__neon_c4(
size_t output_pixels,
si... | 3,339 | 29.09009 | 72 | c |
XNNPACK | XNNPACK-master/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c | // 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 <assert.h>
#include <xnnpack/argmaxpool.h>
#include <xnnpack/math.h>
void xnn_f32_argmaxpool_ukernel_4x__scalar_c1(
size_t output_pixels,
... | 1,824 | 22.101266 | 72 | c |
XNNPACK | XNNPACK-master/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c | // 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 <assert.h>
#include <emmintrin.h>
#include <xnnpack/argmaxpool.h>
void xnn_f32_argmaxpool_ukernel_4x__sse2_c4(
size_t output_pixels,
s... | 3,703 | 30.12605 | 94 | c |
XNNPACK | XNNPACK-master/src/f32-argmaxpool/f32-argmaxpool-4x-wasmsimd-c4.c | // Copyright 2020 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 <assert.h>
#include <wasm_simd128.h>
#include <xnnpack/argmaxpool.h>
void xnn_f32_argmaxpool_ukernel_4x__wasmsimd_c4(
size_t output_pixels... | 3,631 | 29.266667 | 72 | c |
XNNPACK | XNNPACK-master/src/f32-argmaxpool/f32-argmaxpool-9p8x-neon-c4.c | // Copyright 2020 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 <assert.h>
#include <arm_neon.h>
#include <xnnpack/argmaxpool.h>
void xnn_f32_argmaxpool_ukernel_9p8x__neon_c4(
size_t output_pixels,
... | 12,764 | 34.458333 | 72 | c |
XNNPACK | XNNPACK-master/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c | // 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 <assert.h>
#include <xnnpack/argmaxpool.h>
#include <xnnpack/math.h>
void xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1(
size_t output_pixels,... | 7,287 | 23.052805 | 72 | c |
XNNPACK | XNNPACK-master/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c | // 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 <assert.h>
#include <emmintrin.h>
#include <xnnpack/argmaxpool.h>
void xnn_f32_argmaxpool_ukernel_9p8x__sse2_c4(
size_t output_pixels,
... | 14,863 | 36.63038 | 96 | c |
XNNPACK | XNNPACK-master/src/f32-argmaxpool/f32-argmaxpool-9p8x-wasmsimd-c4.c | // Copyright 2020 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 <assert.h>
#include <wasm_simd128.h>
#include <xnnpack/argmaxpool.h>
void xnn_f32_argmaxpool_ukernel_9p8x__wasmsimd_c4(
size_t output_pixe... | 13,861 | 34.093671 | 73 | c |
XNNPACK | XNNPACK-master/src/f32-argmaxpool/f32-argmaxpool-9x-neon-c4.c | // Copyright 2020 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 <assert.h>
#include <arm_neon.h>
#include <xnnpack/argmaxpool.h>
void xnn_f32_argmaxpool_ukernel_9x__neon_c4(
size_t output_pixels,
si... | 5,976 | 31.134409 | 72 | c |
XNNPACK | XNNPACK-master/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c | // 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 <assert.h>
#include <xnnpack/argmaxpool.h>
#include <xnnpack/math.h>
void xnn_f32_argmaxpool_ukernel_9x__scalar_c1(
size_t output_pixels,
... | 3,046 | 21.738806 | 72 | c |
XNNPACK | XNNPACK-master/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c | // 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 <assert.h>
#include <emmintrin.h>
#include <xnnpack/argmaxpool.h>
void xnn_f32_argmaxpool_ukernel_9x__sse2_c4(
size_t output_pixels,
s... | 6,961 | 33.81 | 94 | c |
XNNPACK | XNNPACK-master/src/f32-argmaxpool/f32-argmaxpool-9x-wasmsimd-c4.c | // Copyright 2020 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 <assert.h>
#include <wasm_simd128.h>
#include <xnnpack/argmaxpool.h>
void xnn_f32_argmaxpool_ukernel_9x__wasmsimd_c4(
size_t output_pixels... | 6,608 | 32.045 | 72 | c |
XNNPACK | XNNPACK-master/src/f32-avgpool/f32-avgpool-9p8x-minmax-neon-c4.c | // 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 <assert.h>
#include <arm_neon.h>
#include <xnnpack/avgpool.h>
void xnn_f32_avgpool_minmax_ukernel_9p8x__neon_c4(
size_t output_pixels,
... | 10,564 | 33.413681 | 94 | c |
XNNPACK | XNNPACK-master/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c | // 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 <assert.h>
#include <xnnpack/avgpool.h>
#include <xnnpack/math.h>
void xnn_f32_avgpool_minmax_ukernel_9p8x__scalar_c1(
size_t output_pixels... | 8,092 | 28.753676 | 80 | c |
XNNPACK | XNNPACK-master/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c | // 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 <assert.h>
#include <xmmintrin.h>
#include <xnnpack/avgpool.h>
void xnn_f32_avgpool_minmax_ukernel_9p8x__sse_c4(
size_t output_pixels,
... | 10,507 | 30.461078 | 94 | c |
XNNPACK | XNNPACK-master/src/f32-avgpool/f32-avgpool-9p8x-minmax-wasm-c1.c | // 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 <assert.h>
#include <xnnpack/avgpool.h>
#include <xnnpack/math.h>
void xnn_f32_avgpool_minmax_ukernel_9p8x__wasm_c1(
size_t output_pixels,
... | 8,110 | 28.819853 | 80 | c |
XNNPACK | XNNPACK-master/src/f32-avgpool/f32-avgpool-9p8x-minmax-wasmsimd-arm-c4.c | // Copyright 2020 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 <assert.h>
#include <wasm_simd128.h>
#include <xnnpack/avgpool.h>
void xnn_f32_avgpool_minmax_ukernel_9p8x__wasmsimd_arm_c4(
size_t output... | 10,842 | 31.270833 | 94 | c |
XNNPACK | XNNPACK-master/src/f32-avgpool/f32-avgpool-9p8x-minmax-wasmsimd-x86-c4.c | // Copyright 2020 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 <assert.h>
#include <wasm_simd128.h>
#include <xnnpack/avgpool.h>
void xnn_f32_avgpool_minmax_ukernel_9p8x__wasmsimd_x86_c4(
size_t output... | 10,846 | 31.282738 | 94 | c |
XNNPACK | XNNPACK-master/src/f32-avgpool/f32-avgpool-9x-minmax-neon-c4.c | // 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 <assert.h>
#include <arm_neon.h>
#include <xnnpack/avgpool.h>
void xnn_f32_avgpool_minmax_ukernel_9x__neon_c4(
size_t output_pixels,
s... | 5,421 | 30.707602 | 94 | c |
XNNPACK | XNNPACK-master/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c | // 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 <assert.h>
#include <xnnpack/avgpool.h>
#include <xnnpack/math.h>
void xnn_f32_avgpool_minmax_ukernel_9x__scalar_c1(
size_t output_pixels,
... | 3,710 | 26.488889 | 80 | c |
XNNPACK | XNNPACK-master/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c | // 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 <assert.h>
#include <xmmintrin.h>
#include <xnnpack/avgpool.h>
void xnn_f32_avgpool_minmax_ukernel_9x__sse_c4(
size_t output_pixels,
s... | 5,282 | 28.187845 | 94 | c |
XNNPACK | XNNPACK-master/src/f32-avgpool/f32-avgpool-9x-minmax-wasm-c1.c | // 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 <assert.h>
#include <xnnpack/avgpool.h>
#include <xnnpack/math.h>
void xnn_f32_avgpool_minmax_ukernel_9x__wasm_c1(
size_t output_pixels,
... | 3,728 | 26.622222 | 80 | c |
XNNPACK | XNNPACK-master/src/f32-avgpool/f32-avgpool-9x-minmax-wasmsimd-arm-c4.c | // Copyright 2020 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 <assert.h>
#include <wasm_simd128.h>
#include <xnnpack/avgpool.h>
void xnn_f32_avgpool_minmax_ukernel_9x__wasmsimd_arm_c4(
size_t output_p... | 5,498 | 29.214286 | 94 | c |
XNNPACK | XNNPACK-master/src/f32-avgpool/f32-avgpool-9x-minmax-wasmsimd-x86-c4.c | // Copyright 2020 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 <assert.h>
#include <wasm_simd128.h>
#include <xnnpack/avgpool.h>
void xnn_f32_avgpool_minmax_ukernel_9x__wasmsimd_x86_c4(
size_t output_p... | 5,502 | 29.236264 | 94 | c |
XNNPACK | XNNPACK-master/src/f32-conv-hwc/f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c | // 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 <assert.h>
#include <xnnpack/conv.h>
#include <xnnpack/math.h>
void xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1(
size_t input_height... | 20,103 | 28.391813 | 120 | c |
XNNPACK | XNNPACK-master/src/f32-conv-hwc/f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c | // 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 <assert.h>
#include <xnnpack/conv.h>
#include <xnnpack/math.h>
void xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1(
size_t input_height,
... | 20,090 | 28.372807 | 120 | c |
XNNPACK | XNNPACK-master/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-aarch64-neonfma-2x1.c | // Auto-generated file. Do not edit!
// Template: src/f32-conv-hwc/3x3s2p1c3-neon-x1.c.in
// Generator: tools/xngen
//
// Copyright 2020 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 <assert.h>
#include <... | 18,379 | 40.678005 | 117 | c |
XNNPACK | XNNPACK-master/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-neon-2x1.c | // Auto-generated file. Do not edit!
// Template: src/f32-conv-hwc/3x3s2p1c3-neon-x1.c.in
// Generator: tools/xngen
//
// Copyright 2020 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 <assert.h>
#include <... | 18,518 | 40.803612 | 117 | c |
XNNPACK | XNNPACK-master/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c | // 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 <assert.h>
#include <xnnpack/conv.h>
#include <xnnpack/math.h>
void xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1(
size_t input_heig... | 19,732 | 28.452239 | 120 | c |
XNNPACK | XNNPACK-master/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c | // 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 <assert.h>
#include <xmmintrin.h>
#include <xnnpack/conv.h>
#include <xnnpack/math.h>
void xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__sse_1x1(
... | 12,460 | 39.196774 | 120 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-avx512.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <immint... | 20,017 | 43.385809 | 117 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-avx512.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <immint... | 19,744 | 43.17226 | 117 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-scalar.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <xnnpac... | 8,308 | 28.888489 | 75 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-scalar.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <xnnpac... | 8,296 | 28.953069 | 75 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-wasm-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-scalar.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <xnnpac... | 8,326 | 28.953237 | 75 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-wasm.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-scalar.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <xnnpac... | 8,314 | 29.018051 | 75 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-scalar.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <xnnpac... | 8,132 | 28.682482 | 76 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-scalar.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <xnnpac... | 8,120 | 28.747253 | 76 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-scalar.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <xnnpac... | 15,448 | 29.95992 | 75 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-scalar.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <xnnpac... | 15,305 | 29.983806 | 75 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-wasm-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-scalar.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <xnnpac... | 15,506 | 30.076152 | 75 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-wasm.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-scalar.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <xnnpac... | 15,363 | 30.101215 | 75 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-scalar.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <xnnpac... | 15,094 | 29.869121 | 76 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-scalar.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <xnnpac... | 14,951 | 29.892562 | 76 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neon-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-neon.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <arm_neon... | 14,996 | 36.4925 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neon.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-neon.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <arm_neon... | 14,789 | 36.348485 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neonfma-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-neon.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <arm_neon... | 14,999 | 36.5 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neonfma.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-neon.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <arm_neon... | 14,792 | 36.356061 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-sse-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-sse.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <xmmintrin... | 15,352 | 32.966814 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-sse.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-sse.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <xmmintrin... | 15,177 | 32.879464 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-wasmrelaxedsimd-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-wasmsimd.c.in
// Generator: tools/xngen
//
// Copyright 2020 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 <assert.h>
#include <wasm... | 16,178 | 34.715232 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-wasmrelaxedsimd-fma-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-wasmsimd.c.in
// Generator: tools/xngen
//
// Copyright 2020 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 <assert.h>
#include <wasm... | 16,326 | 35.041943 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-wasmrelaxedsimd-fma.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-wasmsimd.c.in
// Generator: tools/xngen
//
// Copyright 2020 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 <assert.h>
#include <wasm... | 16,157 | 34.986637 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-wasmrelaxedsimd.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-wasmsimd.c.in
// Generator: tools/xngen
//
// Copyright 2020 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 <assert.h>
#include <wasm... | 16,003 | 34.643653 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-wasmsimd-arm-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-wasmsimd.c.in
// Generator: tools/xngen
//
// Copyright 2020 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 <assert.h>
#include <wasm... | 16,103 | 34.549669 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-wasmsimd-arm.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-wasmsimd.c.in
// Generator: tools/xngen
//
// Copyright 2020 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 <assert.h>
#include <wasm... | 15,928 | 34.476615 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-wasmsimd-x86-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-wasmsimd.c.in
// Generator: tools/xngen
//
// Copyright 2020 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 <assert.h>
#include <wasm... | 16,107 | 34.558499 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-wasmsimd-x86.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-wasmsimd.c.in
// Generator: tools/xngen
//
// Copyright 2020 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 <assert.h>
#include <wasm... | 15,932 | 34.485523 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p4c-wasmrelaxedsimd-fma.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-wasmsimd.c.in
// Generator: tools/xngen
//
// Copyright 2020 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 <assert.h>
#include <wasm... | 15,806 | 34.601351 | 90 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p4c-wasmsimd.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-wasmsimd.c.in
// Generator: tools/xngen
//
// Copyright 2020 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 <assert.h>
#include <wasm... | 15,645 | 34.238739 | 90 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-avx.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <immintrin... | 17,875 | 37.692641 | 98 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-avx.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <immintrin... | 17,676 | 37.59607 | 98 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-avx.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <immintrin... | 17,252 | 36.344156 | 96 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-avx.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <immintrin... | 17,027 | 36.179039 | 96 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-neon.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <arm_neon... | 24,571 | 40.506757 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-neon.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <arm_neon... | 24,205 | 40.377778 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-neon.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <arm_neon... | 24,574 | 40.511824 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/unipass-neon.c.in
// Generator: tools/xngen
//
// 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 <assert.h>
#include <arm_neon... | 24,208 | 40.382906 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-2f2m2l16c4s4r-minmax-neon-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-neon.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stddef.... | 12,578 | 35.25072 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-2f2m2l16c4s4r-minmax-neon.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-neon.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stddef.... | 11,334 | 33.984568 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-2f2m2l16c4s4r-minmax-neonfma-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-neon.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stddef.... | 12,581 | 35.259366 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-2f2m2l16c4s4r-minmax-neonfma.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-neon.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stddef.... | 11,337 | 33.993827 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-scalar.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stdde... | 3,979 | 25.891892 | 75 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-scalar.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stdde... | 3,782 | 25.640845 | 75 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-scalar.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stdde... | 3,799 | 25.388889 | 76 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-scalar.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stdde... | 3,602 | 25.108696 | 76 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-scalar.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stdde... | 8,987 | 26.154079 | 75 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-scalar.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stdde... | 8,427 | 26.187097 | 75 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-scalar.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stdde... | 8,437 | 25.618297 | 76 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-scalar.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stdde... | 7,877 | 25.614865 | 76 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c4s4r-minmax-neon-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-neon.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stddef.... | 5,595 | 27.845361 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c4s4r-minmax-neon.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-neon.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stddef.... | 5,170 | 26.801075 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c4s4r-minmax-neonfma-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-neon.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stddef.... | 5,598 | 27.860825 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c4s4r-minmax-neonfma.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-neon.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stddef.... | 5,173 | 26.817204 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-2f2m2l8c4s4r-minmax-neon-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-neon.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stddef.... | 9,218 | 31.010417 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-2f2m2l8c4s4r-minmax-neon.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-neon.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stddef.... | 8,310 | 29.667897 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-2f2m2l8c4s4r-minmax-neonfma-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-neon.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stddef.... | 9,221 | 31.020833 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-2f2m2l8c4s4r-minmax-neonfma.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-neon.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stddef.... | 8,313 | 29.678967 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-minmax-wasm-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-scalar.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stdde... | 4,864 | 27.284884 | 75 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-minmax-wasm.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-scalar.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stdde... | 4,667 | 27.120482 | 75 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-scalar.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stdde... | 4,666 | 26.779762 | 76 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-scalar.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <stdde... | 4,469 | 26.592593 | 76 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-3f3m3l4c4s4r-minmax-wasmsimd-arm-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-wasmsimd.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <std... | 7,017 | 27.072 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-3f3m3l4c4s4r-minmax-wasmsimd-arm.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-wasmsimd.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <std... | 6,689 | 26.644628 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-3f3m3l4c4s4r-minmax-wasmsimd-x86-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-wasmsimd.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <std... | 7,021 | 27.088 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-3f3m3l4c4s4r-minmax-wasmsimd-x86.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-wasmsimd.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <std... | 6,693 | 26.661157 | 89 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-3f3m3l4c4s4r-wasmsimd-acc2.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-wasmsimd.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <std... | 6,741 | 26.631148 | 90 | c |
XNNPACK | XNNPACK-master/src/f32-dwconv/gen/f32-dwconv-3f3m3l4c4s4r-wasmsimd.c | // Auto-generated file. Do not edit!
// Template: src/f32-dwconv/multipass-wasmsimd.c.in
// Generator: tools/xngen
//
// 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.
#include <assert.h>
#include <std... | 6,413 | 26.177966 | 90 | c |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.