VisionCpp
0.0.1
|
This file contains StnNoFilt struct which is used to construct a convolutional operation when the value of the filter is fixed and there is no need to pass it as a parameter. More...
Go to the source code of this file.
Classes | |
struct | visioncpp::internal::StnNoFilt< FilterOP, Halo_T, Halo_L, Halo_B, Halo_R, RHS, Cols, Rows, LfType, LVL > |
The definition is in StnNoFilt file. More... | |
Namespaces | |
visioncpp | |
VisionCpp namespace. | |
visioncpp::internal | |
Internal implementations. | |
Functions | |
template<typename OP , size_t Halo_T, size_t Halo_L, size_t Halo_B, size_t Halo_R, size_t Cols, size_t Rows, size_t LeafType, typename RHS > | |
auto | visioncpp::internal::neighbour_operation (RHS rhs) -> internal::StnNoFilt< internal::LocalUnaryOp< OP, typename RHS::OutType >, Halo_T, Halo_L, Halo_B, Halo_R, RHS, Cols, Rows, LeafType, 1+RHS::Level > |
template deduction for StnNoFilt class when the memory type of the output and column and row are defined by a user. More... | |
template<typename OP , size_t Halo_T, size_t Halo_L, size_t Halo_B, size_t Halo_R, typename RHS > | |
auto | visioncpp::neighbour_operation (RHS rhs) -> internal::StnNoFilt< internal::LocalUnaryOp< OP, typename RHS::OutType >, Halo_T, Halo_L, Halo_B, Halo_R, RHS, RHS::Type::Cols, RHS::Type::Rows, RHS::Type::LeafType, 1+RHS::Level > |
template deduction for StnNoFilt class when the memory type of the output and column and row are automatically deduced from the input. More... | |
This file contains StnNoFilt struct which is used to construct a convolutional operation when the value of the filter is fixed and there is no need to pass it as a parameter.
Definition in file stencil_no_filter.hpp.