LostTech.TensorFlow : API Documentation

Type KeyboardInterrupt

Namespace LostTech.Gradient.Exceptions

Parent PythonExceptionContainer

Raised when the user hits the interrupt key (normally Control-C or Delete). During execution, a check for interrupts is made regularly when Python code is running.

Properties

Public properties

IDictionary Data get;

int HResult get; set;

Exception InnerException get;

string Message get;

object PythonObject get;

string Source get; set;

string StackTrace get;

MethodBase TargetSite get;