ArmNN
 25.02
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GatherOperator.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* ConvertGatherToTosaOperator(const Layer* layer,
14  const std::vector<const TensorInfo*>& inputs,
15  const std::vector<const TensorInfo*>& outputs,
16  const GatherDescriptor* gatherDescriptor);
TosaSerializationBasicBlock * ConvertGatherToTosaOperator(const Layer *layer, const std::vector< const TensorInfo * > &inputs, const std::vector< const TensorInfo * > &outputs, const GatherDescriptor *gatherDescriptor)
Copyright (c) 2021 ARM Limited and Contributors.
A GatherDescriptor for the GatherLayer.