Conv3D Class

3D convolution layer (e.g. spatial convolution over volumes). This layer creates a convolution kernel that is convolved with the layer input 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 Conv3D : LayerConfig
Public Class Conv3D _
	Inherits LayerConfig
public ref class Conv3D : public LayerConfig

Inheritance Hierarchy


Object
  SiaNet.Model..::..LayerConfig
    SiaNet.Model.Layers..::..Conv3D