Class GlobalPooling3D
Inheritance
System.Object
GlobalPooling3D
Assembly: SiaNet.dll
Syntax
public class GlobalPooling3D : BaseLayer
Constructors
|
Improve this Doc
View Source
GlobalPooling3D(PoolingPoolType)
Declaration
public GlobalPooling3D(PoolingPoolType poolingType)
Parameters
Properties
|
Improve this Doc
View Source
PoolingType
Declaration
public PoolingPoolType PoolingType { get; set; }
Property Value
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