Class KerasIterator
Inheritance
System.Object
KerasIterator
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 KerasIterator
Constructors
| Improve this Doc View SourceKerasIterator(PyObject)
Initializes a new instance of the StringOrInstance class.
Declaration
public KerasIterator(PyObject obj)
Parameters
Type | Name | Description |
---|---|---|
Python.Runtime.PyObject | obj | The object. |
Fields
| Improve this Doc View SourcePyObject
The py object which is the base variable
Declaration
public PyObject PyObject
Field Value
Type | Description |
---|---|
Python.Runtime.PyObject |