LostTech.TensorFlow : API Documentation

Type FloatingPointError

Namespace LostTech.Gradient.Exceptions

Parent ArithmeticError

Raised when a floating point operation fails.

This exception is always defined, but can only be raised when Python is configured with the --with-fpectl option, or the WANT_SIGFPE_HANDLER symbol is defined in the pyconfig.h file.

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;