applications/src/layers/maxpool_layer.h
Functions
Name | |
---|---|
void | maxpool_layer(const conv_layer * l) maxpool layer that handles data transfers in a double buffered fashion |
Functions Documentation
function maxpool_layer
void maxpool_layer(
const conv_layer * l
)
maxpool 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 maxpool_layer(const conv_layer *l);
Updated on 2023-06-19 at 09:43:56 +0000