Data Fields
ngraph::pass::DilatedConvolutionConverter Class Reference

DilatedConvolutionConverter transformation replaces following graph: SpaceToBatch -> Convolution -> BatchToSpace to a single Convolution node with updated pads and dilations Restrictions: More...

#include <dilated_convolution_converter.hpp>

Inheritance diagram for ngraph::pass::DilatedConvolutionConverter:

Data Fields

 NGRAPH_RTTI_DECLARATION
 

Detailed Description

DilatedConvolutionConverter transformation replaces following graph: SpaceToBatch -> Convolution -> BatchToSpace to a single Convolution node with updated pads and dilations Restrictions:


The documentation for this class was generated from the following file: