LostTech.TensorFlow : API Documentation

Type slot_creator

Namespace tensorflow.python.training.slot_creator

Public static methods

object create_slot(IGraphNodeBase primary, IGraphNodeBase val, string name, bool colocate_with_primary)

object create_slot_dyn(object primary, object val, object name, ImplicitContainer<T> colocate_with_primary)

object create_slot_with_initializer(IGraphNodeBase primary, Initializer initializer, TensorShape shape, DType dtype, string name, bool colocate_with_primary)

object create_slot_with_initializer(IGraphNodeBase primary, Initializer initializer, IGraphNodeBase shape, DType dtype, string name, bool colocate_with_primary)

object create_slot_with_initializer(IGraphNodeBase primary, object initializer, TensorShape shape, DType dtype, string name, bool colocate_with_primary)

object create_slot_with_initializer(IGraphNodeBase primary, object initializer, IGraphNodeBase shape, DType dtype, string name, bool colocate_with_primary)

object create_slot_with_initializer_dyn(object primary, object initializer, object shape, object dtype, object name, ImplicitContainer<T> colocate_with_primary)

object create_zeros_slot(IGraphNodeBase primary, string name, DType dtype, bool colocate_with_primary)

object create_zeros_slot_dyn(object primary, object name, object dtype, ImplicitContainer<T> colocate_with_primary)

Public properties

PythonFunctionContainer create_slot_fn get;

PythonFunctionContainer create_slot_with_initializer_fn get;

PythonFunctionContainer create_zeros_slot_fn get;