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

File syntax.h

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

Contents

  • Definition (/WorkSpace/CINN/cinn/frontend/syntax.h)

  • Includes

  • Included By

  • Namespaces

  • Classes

  • Functions

  • Defines

Definition (/WorkSpace/CINN/cinn/frontend/syntax.h)

  • Program Listing for File syntax.h

Includes

  • absl/container/flat_hash_map.h

  • absl/container/flat_hash_set.h

  • absl/strings/string_view.h

  • cinn/common/common.h

  • cinn/common/context.h

  • cinn/common/object.h

  • cinn/common/type.h

  • cinn/hlir/framework/node.h

  • cinn/hlir/framework/scope.h

  • glog/logging.h

  • memory

  • string

  • tuple

  • utility

  • vector

Included By

  • File base_builder.cc

  • File base_builder.h

  • File cinn_builder.cc

  • File cinn_builder.h

  • File cinn_builder_test.cc

  • File computation.h

  • File activation.cc

  • File batch_norm.cc

  • File broadcast.cc

  • File conv2d_grad_test.cc

  • File elementwise.cc

  • File decomposer_registry.h

  • File interpreter.cc

  • File interpreter.h

  • File net_builder.cc

  • File net_builder.h

  • File net_builder_test.cc

  • File op_mapper_registry.h

  • File paddle_model_convertor.h

  • File paddle_model_to_program.h

  • File program_pass.h

  • File syntax.cc

  • File syntax_test.cc

Namespaces

  • Namespace cinn

  • Namespace cinn::frontend

Classes

  • Struct _Instruction_

  • Struct _Variable_

  • Struct Instruction

  • Struct Program

  • Struct Variable

  • Class Placeholder

Functions

  • Function cinn::frontend::LoadPaddleProgram(const std::string&, hlir::framework::Scope *, bool, const common::Target&)

Defines

  • Define SYNTAX_PRIM_BINARY_DECL

  • Define SYNTAX_PRIM_REDUCE_DECL

  • Define SYNTAX_PRIM_UNARY_DECL


© Copyright 2021, cinn team.

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