Class Constant
Initializer that generates tensors initialized to a constant value.
Implements
System.IDisposable
Inherited Members
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.Initializer
Assembly: Keras.dll
Syntax
public class Constant : Base, IDisposable
Constructors
| Improve this Doc View SourceConstant(Single)
Initializes a new instance of the Constant class.
Declaration
public Constant(float value = 0F)
Parameters
Type | Name | Description |
---|---|---|
System.Single | value | float; the value of the generator tensors. |
Implements
System.IDisposable