5af2e4836a70787cab863c694bca4c01b008ac02
[platform/core/ml/nnfw.git] / compute / cker / include / cker / eigen / eigen_spatial_convolutions.h
1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
2
3 Licensed under the Apache License, Version 2.0 (the "License");
4 you may not use this file except in compliance with the License.
5 You may obtain a copy of the License at
6
7     http://www.apache.org/licenses/LICENSE-2.0
8
9 Unless required by applicable law or agreed to in writing, software
10 distributed under the License is distributed on an "AS IS" BASIS,
11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 See the License for the specific language governing permissions and
13 limitations under the License.
14 ==============================================================================*/
15
16 #ifndef __NNFW_CKER_EGIEN_EIGEN_SPATIAL_CONVOLUTIONS_H__
17 #define __NNFW_CKER_EGIEN_EIGEN_SPATIAL_CONVOLUTIONS_H__
18
19 //#define EIGEN_USE_CUSTOM_THREAD_POOL
20 #define EIGEN_USE_THREADS
21 #include "unsupported/Eigen/CXX11/Tensor"
22
23 // Note the following header is used in both TF and TFLite. Particularly, it's
24 // used for float TFLite Conv2D.
25 #include "cker/eigen/eigen_spatial_convolutions-inl.h"
26
27 #endif // __NNFW_CKER_EGIEN_EIGEN_SPATIAL_CONVOLUTIONS_H__