Marian NMT
v1.11.5

Contents:

  • Code Organisation
  • Expression graphs
  • Operations in the expression graph
  • Layers
  • Using Marian with factors
  • Library API
  • How to contribute to Marian
  • Writing documentation
Marian NMT
  • »
  • File generic.h
  • View page source

File generic.h¶

↰ Parent directory (src/layers)

Contents

  • Definition (src/layers/generic.h)

  • Includes

  • Included By

  • Namespaces

  • Classes

  • Enums

  • Functions

Definition (src/layers/generic.h)¶

  • Program Listing for File generic.h

Includes¶

  • common/definitions.h (File definitions.h)

  • data/shortlist.h (File shortlist.h)

  • graph/expression_operators.h (File expression_operators.h)

  • layers/factory.h (File factory.h)

  • marian.h (File marian.h)

Included By¶

  • File constructors.h

  • File convolution.h

  • File embedding.h

  • File generic.cpp

  • File logits.h

  • File output.h

  • File costs.h

  • File decoder.h

  • File model_base.h

  • File cells.h

  • File rnn.h

Namespaces¶

  • Namespace marian

  • Namespace marian::mlp

Classes¶

  • Struct IEmbeddingLayer

  • Struct IHasShortList

  • Struct IUnaryLayer

  • Class EncoderDecoderLayerBase

  • Class LayerBase

  • Class Dense

Enums¶

  • Enum act

Functions¶

  • Function marian::activationByName

  • Function marian::denseInline

  • Function marian::layerNorm(Expr, std::string, std::string)

  • Function marian::rmsNorm(Expr, std::string, std::string)


© Copyright 2021, Marian NMT Team.

Built with Sphinx using a theme provided by Read the Docs.