Class MaxPooling1D
Inheritance
System.Object
MaxPooling1D
Assembly: SiaNet.dll
Syntax
public class MaxPooling1D : BaseLayer
Constructors
|
Improve this Doc
View Source
MaxPooling1D(Int32, Int32, PaddingType)
Declaration
public MaxPooling1D(int poolSize = 2, int strides = 1, PaddingType padding = PaddingType.Same)
Parameters
Type |
Name |
Description |
System.Int32 |
poolSize |
|
System.Int32 |
strides |
|
PaddingType |
padding |
|
Properties
|
Improve this Doc
View Source
Padding
Declaration
public PaddingType Padding { get; set; }
Property Value
|
Improve this Doc
View Source
PoolSize
Declaration
public int PoolSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Strides
Declaration
public int Strides { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Backward(Tensor)
Declaration
public override void Backward(Tensor outputgrad)
Parameters
Type |
Name |
Description |
Tensor |
outputgrad |
|
Overrides
|
Improve this Doc
View Source
Forward(Tensor)
Declaration
public override void Forward(Tensor x)
Parameters
Type |
Name |
Description |
Tensor |
x |
|
Overrides