ONE - On-device Neural Engine
Loading...
Searching...
No Matches
ConvolutionCommon.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2024 Samsung Electronics Co., Ltd. All Rights Reserved
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
17
#ifndef ONERT_MICRO_EXECUTE_KERNELS_CONVOLUTION_COMMON_H
18
#define ONERT_MICRO_EXECUTE_KERNELS_CONVOLUTION_COMMON_H
19
20
#include "
OMStatus.h
"
21
22
#include "
core/OMKernelData.h
"
23
#include "
core/OMRuntimeShape.h
"
24
25
namespace
onert_micro
26
{
27
namespace
execute
28
{
29
30
OMStatus
createConvParams
(core::ConvQuant ¶ms,
const
circle::Tensor *input,
31
const
circle::Tensor *filter,
const
circle::Tensor *output,
32
circle::ActivationFunctionType act_type);
33
34
}
// namespace execute
35
}
// namespace onert_micro
36
37
#endif
// ONERT_MICRO_EXECUTE_KERNELS_CONVOLUTION_COMMON_H
OMKernelData.h
OMRuntimeShape.h
OMStatus.h
onert_micro::execute::createConvParams
OMStatus createConvParams(core::ConvQuant ¶ms, const circle::Tensor *input, const circle::Tensor *filter, const circle::Tensor *output, circle::ActivationFunctionType act_type)
Definition
ConvolutionCommon.cpp:23
onert_micro
Definition
OMMemoryManager.h:26
onert_micro::OMStatus
OMStatus
Definition
OMStatus.h:24
onert-micro
onert-micro
include
execute
kernels
ConvolutionCommon.h
Generated by
1.9.8