LostTech.TensorFlow : API Documentation

Type layer_utils

Namespace tensorflow.python.training.tracking.layer_utils

Public static methods

IList<object> filter_empty_layer_containers(IEnumerable<object> layer_list)

object filter_empty_layer_containers_dyn(object layer_list)

IList<object> gather_non_trainable_weights(bool trainable, IEnumerable<object> sub_layers, IEnumerable<Variable> extra_variables)

object gather_non_trainable_weights_dyn(object trainable, object sub_layers, object extra_variables)

IList<object> gather_trainable_weights(bool trainable, IEnumerable<object> sub_layers, IEnumerable<Variable> extra_variables)

object gather_trainable_weights_dyn(object trainable, object sub_layers, object extra_variables)

bool has_weights(Variable obj)

bool has_weights(Trackable obj)

bool has_weights(NoDependency obj)

bool has_weights(object obj)

object has_weights_dyn(object obj)

bool is_layer(Layer obj)

bool is_layer(object obj)

object is_layer_dyn(object obj)

Public properties

PythonFunctionContainer filter_empty_layer_containers_fn get;

PythonFunctionContainer gather_non_trainable_weights_fn get;

PythonFunctionContainer gather_trainable_weights_fn get;

PythonFunctionContainer has_weights_fn get;

PythonFunctionContainer is_layer_fn get;