ONE - On-device Neural Engine
Loading...
Searching...
No Matches
onert::ir::operation::BCQGather Class Reference

#include <BCQGather.h>

Collaboration diagram for onert::ir::operation::BCQGather:

Data Structures

struct  Param
 

Public Types

enum  Input { INPUT_SCALES = 0 , INPUT_BINARY , INDICES , INPUT_CLUSTERS }
 

Public Member Functions

 BCQGather (const OperandIndexSequence &inputs, const OperandIndexSequence &outputs, const Param &param)
 
void accept (OperationVisitor &v) const override
 
OpCode opcode () const final
 
const Paramparam () const
 
- Public Member Functions inherited from onert::ir::Operation
 Operation (OperandConstraint input_constr, const OperandIndexSequence &inputs, const OperandIndexSequence &outputs, OperandConstraint output_constr=OperandConstraint::createAny())
 
 Operation (OperandConstraint input_constr, OperandConstraint output_constr=OperandConstraint::createAny())
 
 Operation (const Operation &)=default
 
 Operation (Operation &&)=default
 
Operationoperator= (const Operation &)=default
 
Operationoperator= (Operation &&)=default
 
virtual ~Operation ()
 
void replaceInputs (const OperandIndex &from, const OperandIndex &to) override
 
void replaceOutputs (const OperandIndex &from, const OperandIndex &to) override
 
OperandIndexSequencegetInputs ()
 
const OperandIndexSequencegetInputs () const override
 
const OperandIndexSequencegetOutputs () const override
 
void setInputs (const OperandIndexSequence &indexes)
 
void setOutputs (const OperandIndexSequence &indexes)
 
- Public Member Functions inherited from onert::ir::IOperation
virtual ~IOperation ()=default
 
virtual std::string name () const
 

Detailed Description

Definition at line 32 of file BCQGather.h.

Member Enumeration Documentation

◆ Input

Enumerator
INPUT_SCALES 
INPUT_BINARY 
INDICES 
INPUT_CLUSTERS 

Definition at line 35 of file BCQGather.h.

Constructor & Destructor Documentation

◆ BCQGather()

onert::ir::operation::BCQGather::BCQGather ( const OperandIndexSequence inputs,
const OperandIndexSequence outputs,
const Param param 
)

Definition at line 29 of file BCQGather.cc.

32{
33}
static OperandConstraint createExact(uint32_t exact)
const Param & param() const
Definition BCQGather.h:56

Member Function Documentation

◆ accept()

void onert::ir::operation::BCQGather::accept ( OperationVisitor v) const
overridevirtual

Implements onert::ir::IOperation.

Definition at line 27 of file BCQGather.cc.

27{ v.visit(*this); }

◆ opcode()

OpCode onert::ir::operation::BCQGather::opcode ( ) const
inlinefinalvirtual

Implements onert::ir::IOperation.

Definition at line 54 of file BCQGather.h.

54{ return OpCode::BCQGather; }

◆ param()

const Param & onert::ir::operation::BCQGather::param ( ) const
inline

Definition at line 56 of file BCQGather.h.

56{ return _param; }

Referenced by onert::exec::DynamicShapeInferer::visit().


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