LostTech.TensorFlow : API Documentation

Type tf.errors

Namespace tensorflow

Public static methods

object error_code_from_exception_type(PythonClassContainer cls)

object error_code_from_exception_type(string cls)

object error_code_from_exception_type_dyn(object cls)

PythonClassContainer exception_type_from_error_code(int error_code)

object exception_type_from_error_code_dyn(object error_code)

Public properties

PythonFunctionContainer error_code_from_exception_type_fn get;

PythonFunctionContainer exception_type_from_error_code_fn get;