LostTech.TensorFlow : API Documentation

Type Mapping

Namespace tensorflow.python.training.tracking.data_structures

Parent TrackableDataStructure

Interfaces IMapping

Public properties

object Item get;

IList<Layer> layers get;

object layers_dyn get;

IList<object> losses get;

object losses_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;

bool trainable get; set;

object trainable_dyn get; set;

object trainable_variables get;

object trainable_variables_dyn get;

IList<object> trainable_weights get;

object trainable_weights_dyn get;

IList<object> updates get;

object updates_dyn get;

object variables get;

object variables_dyn get;

IList<object> weights get;

object weights_dyn get;