Sequence Network Input Variable

seq_input_variable(shape, dtype = "float32", needs_gradient = FALSE,
  is_sparse = FALSE, sequence_axis = cntk$axis$Axis$default_dynamic_axis(),
  name = "")

Arguments

shape

- list of ints representing tensor shape

dtype

- data type to be used ("float32", "float64", or "auto")

name