LostTech.TensorFlow : API Documentation

Type EagerTemplate

Namespace tensorflow.python.ops.template

Parent Template

Interfaces IEagerTemplate

Public properties

object func get;

object func_dyn get;

object global_variables get;

object global_variables_dyn get;

IList<object> local_variables get;

object local_variables_dyn get;

object name get;

object name_dyn get;

IList<object> non_trainable_variables get;

object non_trainable_variables_dyn get;

IList<object> non_trainable_weights get;

object non_trainable_weights_dyn get;

object PythonObject get;

object trainable_variables get;

object trainable_variables_dyn get;

IList<object> trainable_weights get;

object trainable_weights_dyn get;

VariableScope var_scope get;

object var_scope_dyn get;

VariableScope variable_scope get;

object variable_scope_dyn get;

string variable_scope_name get;

object variable_scope_name_dyn get;

object variables get;

object variables_dyn get;

IList<object> weights get;

object weights_dyn get;