Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Types | Public Member Functions | Static Public Member Functions
nom::repr::Instruction Class Reference
Inheritance diagram for nom::repr::Instruction:
nom::repr::Value nom::repr::NeuralNetOperator nom::repr::Phi nom::repr::Terminator nom::repr::GenericOperator nom::repr::NNPhi nom::repr::While nom::repr::Branch nom::repr::Return

Public Types

enum  Opcode {
  Generic, TerminatorStart, Branch, Return,
  TerminatorEnd, Phi
}
 All the different types of execution.
 
- Public Types inherited from nom::repr::Value
enum  ValueKind { Value, Instruction, Data }
 

Public Member Functions

 Instruction (Opcode op)
 
Opcode getOpcode () const
 
- Public Member Functions inherited from nom::repr::Value
 Value (ValueKind K)
 
ValueKind getKind () const
 

Static Public Member Functions

static bool classof (const Value *V)
 

Detailed Description

Definition at line 44 of file Compiler.h.


The documentation for this class was generated from the following file: