LostTech.TensorFlow : API Documentation

Type api_export

Namespace tensorflow.python.util.tf_export

Parent PythonObjectContainer

Interfaces Iapi_export

Public instance methods

object __call__(PythonModuleContainer func)

void export_constant(string module_name, double name)

void export_constant(string module_name, int name)

void export_constant(string module_name, string name)

object export_constant_dyn(object module_name, object name)

void set_attr(PythonFunctionContainer func, object api_names_attr, IEnumerable<string> names)

void set_attr(PythonFunctionContainer func, object api_names_attr, string names)

void set_attr(PythonModuleContainer func, object api_names_attr, IEnumerable<string> names)

void set_attr(PythonModuleContainer func, object api_names_attr, string names)

void set_attr(object func, object api_names_attr, IEnumerable<string> names)

void set_attr(object func, object api_names_attr, string names)

object set_attr_dyn(object func, object api_names_attr, object names)

Public properties

object PythonObject get;