cinn
  • Build from source code
  • Install CINN using docker
  • Tutorials
  • C++ DSL API tutorial: Matrix Multiplication
  • Load and Execute Paddle Model in C++
  • CinnBuilder Primitive Semantics
  • C++ Symbols
cinn
  • »
  • File lower.h
  • View page source

File lower.h

↰ Parent directory (/WorkSpace/CINN/cinn/lang)

Contents

  • Definition (/WorkSpace/CINN/cinn/lang/lower.h)

  • Includes

  • Included By

  • Namespaces

  • Functions

Definition (/WorkSpace/CINN/cinn/lang/lower.h)

  • Program Listing for File lower.h

Includes

  • cinn/ir/ir.h

  • cinn/ir/module.h

  • cinn/ir/tensor.h

  • cinn/lang/packed_func.h (File packed_func.h)

  • cinn/poly/schedule.h

  • string

  • vector

Included By

  • File lower.cc

  • File lower_test.cc

Namespaces

  • Namespace cinn

  • Namespace cinn::lang

Functions

  • Function cinn::lang::Lower(const std::string&, StageMap, const std::vector<Tensor>&, const std::vector<Var>&, const std::vector<Tensor>&, ir::Module::Builder *, const Target&)

  • Function cinn::lang::LowerVec(const std::string&, StageMap, const std::vector<Tensor>&, const std::vector<Var>&, const std::vector<Tensor>&, ir::Module::Builder *, const Target&)


© Copyright 2021, cinn team.

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