LostTech.TensorFlow : API Documentation

Type ListWrapper

Namespace tensorflow.python.training.tracking.data_structures

Parent List

Interfaces IListWrapper

Public instance methods

void __delitem__(object key)

object __delitem___dyn(object key)

void __delslice__(object i, object j)

object __delslice___dyn(object i, object j)

ValueTuple<IList<object>, object> __reduce_ex__(object protocol)

object __reduce_ex___dyn(object protocol)

void __setslice__(object i, object j, object y)

object __setslice___dyn(object i, object j, object y)

object __sizeof___dyn()

object insert(int index, IGraphNodeBase obj)

void sort()

object sort_dyn()

Public properties

object Item set;

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;