Show / Hide Table of Contents

Class Keras

Inheritance
System.Object
Keras
Base
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 Source

keras

Declaration
public dynamic keras
Field Value
Type Description
System.Object
| Improve this Doc View Source

keras2onnx

Declaration
public dynamic keras2onnx
Field Value
Type Description
System.Object
| Improve this Doc View Source

tfjs

Declaration
public dynamic tfjs
Field Value
Type Description
System.Object

Properties

| Improve this Doc View Source

Instance

Declaration
public static Keras Instance { get; }
Property Value
Type Description
Keras

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

ToList(Array)

Declaration
protected static PyList ToList(Array input)
Parameters
Type Name Description
System.Array input
Returns
Type Description
Python.Runtime.PyList
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX