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 algorithm.h
  • View page source

File algorithm.h¶

↰ Parent directory (src/tensors/gpu)

Contents

  • Definition (src/tensors/gpu/algorithm.h)

  • Includes

  • Included By

  • Namespaces

  • Functions

Definition (src/tensors/gpu/algorithm.h)¶

  • Program Listing for File algorithm.h

Includes¶

  • tensors/backend.h (File backend.h)

Included By¶

  • File algorithm.cu

Namespaces¶

  • Namespace marian

  • Namespace marian::gpu

Functions¶

  • Template Function marian::gpu::copy(Ptr<marian::Backend>, const T *, const T *, T *)

  • Template Function marian::gpu::fill(Ptr<marian::Backend>, T *, T *, T)

  • Function marian::gpu::setSparse(Ptr<marian::Backend>, const std::vector<size_t>&, const std::vector<float>&, float *)

  • Template Function marian::gpu::swap_ranges(Ptr<marian::Backend>, T *, T *, T *)


© Copyright 2021, Marian NMT Team.

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