MLIR  21.0.0git
Public Member Functions | List of all members
ProfileInfoDepot Class Reference

#include "mlir/Dialect/Tosa/IR/TosaProfileCompliance.h"

Public Member Functions

 ProfileInfoDepot (Operation *op)
 
void addType (Type t)
 
void addValue (Value v)
 
SmallVector< TypeInfogetInfo ()
 
template<>
void populateProfileInfo (tosa::ConcatOp op)
 
template<>
void populateProfileInfo (tosa::AvgPool2dOp op)
 
template<>
void populateProfileInfo (tosa::Conv2DOp op)
 
template<>
void populateProfileInfo (tosa::Conv3DOp op)
 
template<>
void populateProfileInfo (tosa::TransposeConv2DOp op)
 
template<>
void populateProfileInfo (tosa::DepthwiseConv2DOp op)
 
template<>
void populateProfileInfo (tosa::PadOp op)
 
template<>
void populateProfileInfo (tosa::ReshapeOp op)
 
template<>
void populateProfileInfo (tosa::SliceOp op)
 
template<>
void populateProfileInfo (tosa::TileOp op)
 
template<>
void populateProfileInfo (tosa::TransposeOp op)
 
template<>
void populateProfileInfo (tosa::GatherOp op)
 
template<>
void populateProfileInfo (tosa::ScatterOp op)
 
template<>
void populateProfileInfo (tosa::MulOp op)
 
template<>
void populateProfileInfo (tosa::ResizeOp op)
 
template<>
void populateProfileInfo (tosa::FFT2dOp op)
 
template<>
void populateProfileInfo (tosa::RFFT2dOp op)
 
template<>
void populateProfileInfo (tosa::SelectOp op)
 
template<>
void populateProfileInfo (tosa::RescaleOp op)
 
template<>
void populateProfileInfo (tosa::MatMulOp op)
 

Detailed Description

Definition at line 57 of file TosaProfileCompliance.h.

Constructor & Destructor Documentation

◆ ProfileInfoDepot()

ProfileInfoDepot::ProfileInfoDepot ( Operation op)
inline

Definition at line 59 of file TosaProfileCompliance.h.

References mlir::Operation::emitOpError().

Member Function Documentation

◆ addType()

void ProfileInfoDepot::addType ( Type  t)
inline

Definition at line 64 of file TosaProfileCompliance.h.

◆ addValue()

void ProfileInfoDepot::addValue ( Value  v)
inline

Definition at line 65 of file TosaProfileCompliance.h.

◆ getInfo()

SmallVector<TypeInfo> ProfileInfoDepot::getInfo ( )
inline

Definition at line 66 of file TosaProfileCompliance.h.

Referenced by TosaProfileCompliance::findMatchedProfile().

◆ populateProfileInfo() [1/20]

template<>
void ProfileInfoDepot::populateProfileInfo ( tosa::AvgPool2dOp  op)

Definition at line 59 of file TosaProfileCompliance.cpp.

◆ populateProfileInfo() [2/20]

template<>
void ProfileInfoDepot::populateProfileInfo ( tosa::ConcatOp  op)

Definition at line 53 of file TosaProfileCompliance.cpp.

◆ populateProfileInfo() [3/20]

template<>
void ProfileInfoDepot::populateProfileInfo ( tosa::Conv2DOp  op)

Definition at line 77 of file TosaProfileCompliance.cpp.

◆ populateProfileInfo() [4/20]

template<>
void ProfileInfoDepot::populateProfileInfo ( tosa::Conv3DOp  op)

Definition at line 82 of file TosaProfileCompliance.cpp.

◆ populateProfileInfo() [5/20]

template<>
void ProfileInfoDepot::populateProfileInfo ( tosa::DepthwiseConv2DOp  op)

Definition at line 92 of file TosaProfileCompliance.cpp.

◆ populateProfileInfo() [6/20]

template<>
void ProfileInfoDepot::populateProfileInfo ( tosa::FFT2dOp  op)

Definition at line 154 of file TosaProfileCompliance.cpp.

◆ populateProfileInfo() [7/20]

template<>
void ProfileInfoDepot::populateProfileInfo ( tosa::GatherOp  op)

Definition at line 128 of file TosaProfileCompliance.cpp.

◆ populateProfileInfo() [8/20]

template<>
void ProfileInfoDepot::populateProfileInfo ( tosa::MatMulOp  op)

Definition at line 184 of file TosaProfileCompliance.cpp.

◆ populateProfileInfo() [9/20]

template<>
void ProfileInfoDepot::populateProfileInfo ( tosa::MulOp  op)

Definition at line 141 of file TosaProfileCompliance.cpp.

◆ populateProfileInfo() [10/20]

template<>
void ProfileInfoDepot::populateProfileInfo ( tosa::PadOp  op)

Definition at line 103 of file TosaProfileCompliance.cpp.

◆ populateProfileInfo() [11/20]

template<>
void ProfileInfoDepot::populateProfileInfo ( tosa::RescaleOp  op)

Definition at line 176 of file TosaProfileCompliance.cpp.

◆ populateProfileInfo() [12/20]

template<>
void ProfileInfoDepot::populateProfileInfo ( tosa::ReshapeOp  op)

Definition at line 108 of file TosaProfileCompliance.cpp.

◆ populateProfileInfo() [13/20]

template<>
void ProfileInfoDepot::populateProfileInfo ( tosa::ResizeOp  op)

Definition at line 148 of file TosaProfileCompliance.cpp.

◆ populateProfileInfo() [14/20]

template<>
void ProfileInfoDepot::populateProfileInfo ( tosa::RFFT2dOp  op)

Definition at line 162 of file TosaProfileCompliance.cpp.

◆ populateProfileInfo() [15/20]

template<>
void ProfileInfoDepot::populateProfileInfo ( tosa::ScatterOp  op)

Definition at line 134 of file TosaProfileCompliance.cpp.

◆ populateProfileInfo() [16/20]

template<>
void ProfileInfoDepot::populateProfileInfo ( tosa::SelectOp  op)

Definition at line 169 of file TosaProfileCompliance.cpp.

◆ populateProfileInfo() [17/20]

template<>
void ProfileInfoDepot::populateProfileInfo ( tosa::SliceOp  op)

Definition at line 113 of file TosaProfileCompliance.cpp.

◆ populateProfileInfo() [18/20]

template<>
void ProfileInfoDepot::populateProfileInfo ( tosa::TileOp  op)

Definition at line 118 of file TosaProfileCompliance.cpp.

◆ populateProfileInfo() [19/20]

template<>
void ProfileInfoDepot::populateProfileInfo ( tosa::TransposeConv2DOp  op)

Definition at line 87 of file TosaProfileCompliance.cpp.

◆ populateProfileInfo() [20/20]

template<>
void ProfileInfoDepot::populateProfileInfo ( tosa::TransposeOp  op)

Definition at line 123 of file TosaProfileCompliance.cpp.


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