Class Keras
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
Assembly: Keras.dll
Syntax
public class Keras : IDisposable
Fields
| Improve this Doc View Sourcekeras
Declaration
public dynamic keras
Field Value
Type | Description |
---|---|
System.Object |
keras2onnx
Declaration
public dynamic keras2onnx
Field Value
Type | Description |
---|---|
System.Object |
tfjs
Declaration
public dynamic tfjs
Field Value
Type | Description |
---|---|
System.Object |
Properties
| Improve this Doc View SourceInstance
Declaration
public static Keras Instance { get; }
Property Value
Type | Description |
---|---|
Keras |
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
ToList(Array)
Declaration
protected static PyList ToList(Array input)
Parameters
Type | Name | Description |
---|---|---|
System.Array | input |
Returns
Type | Description |
---|---|
Python.Runtime.PyList |
ToTuple(Array)
Declaration
protected static PyTuple ToTuple(Array input)
Parameters
Type | Name | Description |
---|---|---|
System.Array | input |
Returns
Type | Description |
---|---|
Python.Runtime.PyTuple |
Implements
System.IDisposable