Descriptor for resampling forward propagation.
More...
#include <dnnl.hpp>
|
| desc (prop_kind aprop_kind, algorithm aalgorithm, const memory::desc &src_desc, const memory::desc &dst_desc) |
| Constructs a descriptor for a resampling forward propagation primitive using source and destination memory descriptors. More...
|
|
| desc (prop_kind aprop_kind, algorithm aalgorithm, const std::vector< float > &factors, const memory::desc &src_desc) |
| Constructs a descriptor for a resampling forward propagation primitive using source memory descriptor and factors. More...
|
|
| desc (prop_kind aprop_kind, algorithm aalgorithm, const std::vector< float > &factors, const memory::desc &src_desc, const memory::desc &dst_desc) |
| Constructs a descriptor for a resampling forward propagation primitive. More...
|
|
Descriptor for resampling forward propagation.
- Examples:
- resampling.cpp.
◆ desc() [1/3]
Constructs a descriptor for a resampling forward propagation primitive using source and destination memory descriptors.
- Note
- Destination memory descriptor may be initialized with dnnl::memory::format_tag::any value of
format_tag
.
- Parameters
-
◆ desc() [2/3]
dnnl::resampling_forward::desc::desc |
( |
prop_kind |
aprop_kind, |
|
|
algorithm |
aalgorithm, |
|
|
const std::vector< float > & |
factors, |
|
|
const memory::desc & |
src_desc |
|
) |
| |
|
inline |
Constructs a descriptor for a resampling forward propagation primitive using source memory descriptor and factors.
- Parameters
-
◆ desc() [3/3]
Constructs a descriptor for a resampling forward propagation primitive.
- Note
- The destination memory descriptor may be initialized with dnnl::memory::format_tag::any value of
format_tag
.
- Parameters
-
The documentation for this struct was generated from the following file: