LostTech.TensorFlow : API Documentation

Type InputLayer

Namespace tensorflow.python.feature_column.feature_column

Parent PythonObjectContainer

Interfaces IInputLayer

Public static methods

InputLayer NewDyn(object feature_columns, object weight_collections, ImplicitContainer<T> trainable, object cols_to_vars, ImplicitContainer<T> name, ImplicitContainer<T> create_scope_now)

Public properties

string name get;

object name_dyn get;

object non_trainable_variables get;

object non_trainable_variables_dyn get;

object non_trainable_weights get;

object non_trainable_weights_dyn get;

object PythonObject get;

object trainable_variables get;

object trainable_variables_dyn get;

object trainable_weights get;

object trainable_weights_dyn get;

object variables get;

object variables_dyn get;

object weights get;

object weights_dyn get;