LostTech.TensorFlow : API Documentation

Type PythonExceptionContainer

Namespace LostTech.Gradient

Parent Exception

Interfaces IPythonObjectContainer

Base class for wrapped Python exceptions

Properties

Public properties

IDictionary Data get;

int HResult get; set;

Exception InnerException get;

string Message get;

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(...).

string Source get; set;

string StackTrace get;

MethodBase TargetSite get;