Annex v0.2.1 Annex.Layer.Sequence View Source

The Sequence layer is the container and orchestrator of other layers and is used to define a list of Layers that compose a deep neural network.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Annex.Layer.Sequence{
  init_options: Keyword.t(),
  initialized?: boolean(),
  layer_configs: term(),
  layers: layers(),
  train_options: Keyword.t()
}

Link to this section Functions

Link to this function

get_layers(sequence) View Source
get_layers(t()) :: layers()