LostTech.TensorFlow : API Documentation

Type AttributeError

Namespace LostTech.Gradient.Exceptions

Parent PythonExceptionContainer

Raised when an attribute reference (see Attribute references) or assignment fails. (When an object does not support attribute references or attribute assignments at all, TypeError is raised.)

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;