Show / Hide Table of Contents

Class GlobalPooling2D

Inheritance
System.Object
BaseLayer
GlobalPooling2D
Inherited Members
BaseLayer.Params
BaseLayer.Input
BaseLayer.Output
BaseLayer.Name
BaseLayer.SkipPred
BaseLayer.Item[String]
BaseLayer.BuildParam(String, Int64[], DataType, BaseInitializer, BaseConstraint, BaseRegularizer, Boolean)
Namespace: SiaNet.Layers
Assembly: SiaNet.dll
Syntax
public class GlobalPooling2D : BaseLayer

Constructors

| Improve this Doc View Source

GlobalPooling2D(PoolingPoolType)

Declaration
public GlobalPooling2D(PoolingPoolType poolingType)
Parameters
Type Name Description
PoolingPoolType poolingType

Properties

| Improve this Doc View Source

PoolingType

Declaration
public PoolingPoolType PoolingType { get; set; }
Property Value
Type Description
PoolingPoolType

Methods

| Improve this Doc View Source

Backward(Tensor)

Declaration
public override void Backward(Tensor outputgrad)
Parameters
Type Name Description
Tensor outputgrad
Overrides
BaseLayer.Backward(Tensor)
| Improve this Doc View Source

Forward(Tensor)

Declaration
public override void Forward(Tensor x)
Parameters
Type Name Description
Tensor x
Overrides
BaseLayer.Forward(Tensor)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX