Skip to content

applications/src/layers/conv2d_layer.h

Functions

Name
void conv2d_layer(const conv_layer * l)
conv2d layer that handles data transfers in a double buffered fashion

Functions Documentation

function conv2d_layer

void conv2d_layer(
    const conv_layer * l
)

conv2d layer that handles data transfers in a double buffered fashion

Parameters:

  • l conv_layer struct that holds addresses and parameters

Source code

// Copyright 2020 ETH Zurich and University of Bologna.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0

#include "layer.h"

void conv2d_layer(const conv_layer *l);

Updated on 2023-06-19 at 09:43:56 +0000