Public static methods
object create_slot_dyn(object primary, object val, object name, ImplicitContainer<T> 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_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