Show / Hide Table of Contents

Class GlobalMaxPooling2D

Global max pooling operation for spatial data.

Inheritance
System.Object
Keras
Base
BaseLayer
GlobalMaxPooling2D
Implements
System.IDisposable
Inherited Members
BaseLayer.Set(BaseLayer[])
Base.Parameters
Base.None
Base.Init()
Base.ToPython()
Base.InvokeStaticMethod(Object, String, Dictionary<String, Object>)
Base.InvokeMethod(String, Dictionary<String, Object>)
Base.Item[String]
Keras.Instance
Keras.keras
Keras.keras2onnx
Keras.tfjs
Keras.Dispose()
Keras.ToTuple(Array)
Keras.ToList(Array)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Keras.Layers
Assembly: Keras.dll
Syntax
public class GlobalMaxPooling2D : BaseLayer, IDisposable

Constructors

| Improve this Doc View Source

GlobalMaxPooling2D(String)

Initializes a new instance of the GlobalMaxPooling2D class.

Declaration
public GlobalMaxPooling2D(string data_format = "channels_last")
Parameters
Type Name Description
System.String data_format

A string, one of channels_last (default) or channels_first. The ordering of the dimensions in the inputs. channels_last corresponds to inputs with shape (batch, steps, features) while channels_first corresponds to inputs with shape (batch, features, steps).

Implements

System.IDisposable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX