Type PythonObjectContainer
Namespace LostTech.Gradient
Parent DynamicObject
Interfaces IPythonObjectContainer
Base type for all TensorFlow and NumPy classes. For internal use only. Can be removed in the future.
Properties
Public properties
object PythonObject get;
This object always points to the underlying implementation in Python.
When inheriting from Python classes, this allows calling into the original
Python implementation via base.MethodName(...).