ArmNN
 24.08
DepthwiseConv2dOperator.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2024 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
8 #include "TosaOperatorUtils.hpp"
9 
10 using namespace armnn;
11 using namespace tosa;
12 
13 TosaSerializationBasicBlock* ConvertDepthwiseConv2dToTosaOperator(
14  const Layer* layer,
15  const std::vector<const TensorInfo*>& inputs,
16  const std::vector<const TensorInfo*>& outputs,
17  const DepthwiseConvolution2dDescriptor* conv2dDescriptor);
armnn::Layer
Definition: Layer.hpp:230
ConvertDepthwiseConv2dToTosaOperator
TosaSerializationBasicBlock * ConvertDepthwiseConv2dToTosaOperator(const Layer *layer, const std::vector< const TensorInfo * > &inputs, const std::vector< const TensorInfo * > &outputs, const DepthwiseConvolution2dDescriptor *conv2dDescriptor)
Definition: DepthwiseConv2dOperator.cpp:10
TosaOperatorUtils.hpp
armnn
Copyright (c) 2021 ARM Limited and Contributors.
Definition: 01_00_quick_start.dox:6
armnn::DepthwiseConvolution2dDescriptor
A DepthwiseConvolution2dDescriptor for the DepthwiseConvolution2dLayer.
Definition: Descriptors.hpp:659