Conv1D Class

1D convolution layer (e.g. temporal convolution). This layer creates a convolution kernel that is convolved with the layer input over a single spatial (or temporal) dimension to produce a tensor of outputs. If use_bias is True, a bias vector is created and added to the outputs. Finally, if activation is not None, it is applied to the outputs as well.

Namespace:  SiaNet.Model.Layers
Assembly:  SiaNet (in SiaNet.dll)

Syntax


public class Conv1D : LayerConfig
Public Class Conv1D _
	Inherits LayerConfig
public ref class Conv1D : public LayerConfig

Inheritance Hierarchy


Object
  SiaNet.Model..::..LayerConfig
    SiaNet.Model.Layers..::..Conv1D