LostTech.TensorFlow : API Documentation

Type I_BaseAttentionMechanism

Namespace tensorflow.contrib.seq2seq

Interfaces IAttentionMechanism

Public instance methods

object initial_alignments(object batch_size, object dtype)

object initial_state(object batch_size, object dtype)

Public properties

object batch_size get;

object keys get;

object memory_layer get;

object query_layer get;

object values get;