LostTech.TensorFlow : API Documentation

Type ErrorMetadataBase

Namespace tensorflow.python.autograph.pyct.errors

Parent PythonObjectContainer

Interfaces IErrorMetadataBase

Public instance methods

Exception create_exception(PythonExceptionContainer source_error)

object create_exception_dyn(object source_error)

IList<string> get_message()

object get_message_dyn()

Exception to_exception(object source_error)

object to_exception_dyn(object source_error)

Public properties

string cause_message get; set;

object PythonObject get;

ValueTuple<FrameInfo> translated_stack get; set;