Show / Hide Table of Contents

Class BaseLayer

Inheritance
System.Object
Keras
Base
BaseLayer
Activation
ActivityRegularization
AlphaDropout
AveragePooling1D
AveragePooling2D
AveragePooling3D
BatchNormalization
Bidirectional
Conv1D
Conv2D
Conv2DTranspose
Conv3D
Conv3DTranspose
Cropping1D
Cropping2D
Cropping3D
Dense
DepthwiseConv2D
Dropout
ELU
Embedding
Flatten
GaussianDropout
GaussianNoise
GlobalAveragePooling1D
GlobalAveragePooling2D
GlobalAveragePooling3D
GlobalMaxPooling1D
GlobalMaxPooling2D
GlobalMaxPooling3D
Input
Lambda
LeakyReLU
LocallyConnected1D
LocallyConnected2D
Masking
MaxPooling1D
MaxPooling2D
MaxPooling3D
Merge
Permute
PReLU
ReLU
RepeatVector
Reshape
RNN
SeparableConv1D
SeparableConv2D
Softmax
SpatialDropout1D
SpatialDropout2D
SpatialDropout3D
ThresholdedReLU
TimeDistributed
UpSampling1D
UpSampling2D
UpSampling3D
ZeroPadding1D
ZeroPadding2D
ZeroPadding3D
Implements
System.IDisposable
Inherited Members
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 BaseLayer : Base, IDisposable

Methods

| Improve this Doc View Source

Set(BaseLayer[])

Declaration
public void Set(params BaseLayer[] inputs)
Parameters
Type Name Description
BaseLayer[] inputs

Implements

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