LostTech.TensorFlow : API Documentation

Type Template

Namespace tensorflow.python.ops.template

Parent PythonObjectContainer

Interfaces Trackable, ITemplate

Public static methods

Template NewDyn(object name, object func, ImplicitContainer<T> create_scope_now, object unique_name, object custom_getter, ImplicitContainer<T> create_graph_function)

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;