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

#include <StatelessRandomUniform.h>

Collaboration diagram for onert::ir::operation::StatelessRandomUniform:

Public Types

enum  Input { SHAPE = 0 , SEED = 1 }
 

Public Member Functions

 StatelessRandomUniform (const OperandIndexSequence &inputs, const OperandIndexSequence &outputs)
 
void accept (OperationVisitor &v) const override
 
OpCode opcode () const final
 
- 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 31 of file StatelessRandomUniform.h.

Member Enumeration Documentation

◆ Input

Constructor & Destructor Documentation

◆ StatelessRandomUniform()

onert::ir::operation::StatelessRandomUniform::StatelessRandomUniform ( const OperandIndexSequence inputs,
const OperandIndexSequence outputs 
)

Definition at line 28 of file StatelessRandomUniform.cc.

31{
32}
static OperandConstraint createExact(uint32_t exact)

Member Function Documentation

◆ accept()

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

Implements onert::ir::IOperation.

Definition at line 26 of file StatelessRandomUniform.cc.

26{ v.visit(*this); }

◆ opcode()

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

Implements onert::ir::IOperation.

Definition at line 45 of file StatelessRandomUniform.h.

45{ return OpCode::StatelessRandomUniform; }

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