24.02
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
Variables
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
Enumerations
a
b
c
d
e
f
g
j
l
m
n
o
p
q
r
s
t
u
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
c
d
e
f
i
j
l
m
o
p
r
s
v
w
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
l
m
o
r
s
t
u
v
x
z
Functions
a
b
c
g
i
m
r
s
t
v
z
Variables
Typedefs
Macros
a
c
d
e
f
h
i
l
o
s
t
u
v
x
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
IStrategy.hpp
Go to the documentation of this file.
1
//
2
// Copyright © 2021 Arm Ltd and Contributors. All rights reserved.
3
// SPDX-License-Identifier: MIT
4
//
5
#pragma once
6
7
#include <
armnn/DescriptorsFwd.hpp
>
8
#include <
armnn/Types.hpp
>
9
10
#include <
armnn/NetworkFwd.hpp
>
11
#include <
armnn/TensorFwd.hpp
>
12
13
namespace
armnn
14
{
15
16
class
IStrategy
17
{
18
protected
:
19
IStrategy
() {}
20
virtual
~IStrategy
() {}
21
22
public
:
23
virtual
void
ExecuteStrategy
(
const
IConnectableLayer
* layer,
24
const
armnn::BaseDescriptor
& descriptor,
25
const
std::vector<armnn::ConstTensor>& constants,
26
const
char
* name,
27
const
armnn::LayerBindingId
id
= 0) = 0;
28
29
virtual
void
FinishStrategy
() {};
30
31
};
32
33
34
}
// namespace armnn
armnn::IStrategy
Definition:
IStrategy.hpp:16
armnn::IStrategy::IStrategy
IStrategy()
Definition:
IStrategy.hpp:19
TensorFwd.hpp
armnn::IStrategy::FinishStrategy
virtual void FinishStrategy()
Definition:
IStrategy.hpp:29
armnn::LayerBindingId
int LayerBindingId
Type of identifiers for bindable layers (inputs, outputs).
Definition:
Types.hpp:309
DescriptorsFwd.hpp
armnn::IStrategy::~IStrategy
virtual ~IStrategy()
Definition:
IStrategy.hpp:20
armnn::BaseDescriptor
Base class for all descriptors.
Definition:
Descriptors.hpp:22
armnn
Copyright (c) 2021 ARM Limited and Contributors.
Definition:
01_00_quick_start.dox:6
Types.hpp
armnn::IConnectableLayer
Interface for a layer that is connectable to other layers via InputSlots and OutputSlots.
Definition:
INetwork.hpp:80
NetworkFwd.hpp
armnn::IStrategy::ExecuteStrategy
virtual void ExecuteStrategy(const IConnectableLayer *layer, const armnn::BaseDescriptor &descriptor, const std::vector< armnn::ConstTensor > &constants, const char *name, const armnn::LayerBindingId id=0)=0
include
armnn
IStrategy.hpp
Generated on Wed Feb 14 2024 16:36:13 for Arm NN by
1.8.17