Show / Hide Table of Contents

Class KerasFunction

Inheritance
System.Object
KerasFunction
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 KerasFunction

Constructors

| Improve this Doc View Source

KerasFunction(PyObject)

Initializes a new instance of the StringOrInstance class.

Declaration
public KerasFunction(PyObject obj)
Parameters
Type Name Description
Python.Runtime.PyObject obj

The object.

Fields

| Improve this Doc View Source

PyObject

The py object which is the base variable

Declaration
public PyObject PyObject
Field Value
Type Description
Python.Runtime.PyObject
  • Improve this Doc
  • View Source
Back to top Generated by DocFX