Contents

dilationRateInX

The amount by which weights tensor expands in the x-direction.

Declaration

var dilationRateInX: Int { get set }

Discussion

The weights tensor is dilated by inserting dilationRateInX-1 zeros between consecutive values in x-dimension. Dilated weights tensor width is (dilationRateInX-1)*kernelWidth+1. Default value is 1.