|
| BatchNormOpAdaptor (BatchNormOp op) |
|
::llvm::LogicalResult | verify (::mlir::Location loc) |
|
| BatchNormOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| BatchNormOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| BatchNormOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
|
| BatchNormOpGenericAdaptor (RangeT values, const BatchNormOpGenericAdaptorBase &base) |
|
template<typename LateInst = BatchNormOp, typename = std::enable_if_t<std::is_same_v<LateInst, BatchNormOp>>> |
| BatchNormOpGenericAdaptor (RangeT values, LateInst op) |
|
| BatchNormOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| BatchNormOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| BatchNormOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr) |
|
| BatchNormOpGenericAdaptor (::mlir::ValueRange values, const BatchNormOpGenericAdaptorBase &base) |
|
| BatchNormOpGenericAdaptor (::mlir::ValueRange values, LateInst op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
::mlir::ValueRange | getODSOperands (unsigned index) |
|
ValueT | getOperand () |
|
ValueT | getScale () |
|
ValueT | getOffset () |
|
ValueT | getMean () |
|
ValueT | getVariance () |
|
ValueT | getOutput () |
|
::mlir::ValueRange | getOperands () |
|
| BatchNormOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| BatchNormOpGenericAdaptorBase (BatchNormOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
const Properties & | getProperties () |
|
::mlir::DictionaryAttr | getAttributes () |
|
::mlir::FloatAttr | getEpsilonAttr () |
|
::llvm::APFloat | getEpsilon () |
|
::mlir::IntegerAttr | getDimensionAttr () |
|
uint32_t | getDimension () |
|
::mlir::BoolAttr | getTrainingAttr () |
|
bool | getTraining () |
|