Convolution..::..Conv3D Method
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
Conv3D(Variable, Int32, Tuple<(Of <<'(Int32, Int32, Int32>)>>), Tuple<(Of <<'(Int32, Int32, Int32>)>>), Boolean, Tuple<(Of <<'(Int32, Int32, Int32>)>>), String, Boolean, String, String) |
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.
|
![]() ![]() |
Conv3D(Tuple<(Of <<'(Int32, Int32, Int32, Int32>)>>), Int32, Tuple<(Of <<'(Int32, Int32, Int32>)>>), Tuple<(Of <<'(Int32, Int32, Int32>)>>), Boolean, Tuple<(Of <<'(Int32, Int32, Int32>)>>), String, Boolean, String, String) |
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.
|