下列output的shape是(?,14)
output = dot(H, dot(x, self.vars['weight'], sparse=self.sparse_inputs), sparse=True)