|
| 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) |
|
| 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 (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) |
|
| 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) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
RangeT | getODSOperands (unsigned index) |
|
ValueT | getInput () |
|
ValueT | getRunningMean () |
|
ValueT | getRunningVar () |
|
ValueT | getWeight () |
|
ValueT | getBias () |
|
RangeT | 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::BoolAttr | getTrainingAttr () |
|
bool | getTraining () |
|
::mlir::FloatAttr | getEpsilonAttr () |
|
::llvm::APFloat | getEpsilon () |
|
::mlir::FloatAttr | getMomentumAttr () |
|
::llvm::APFloat | getMomentum () |
|
::mlir::tt::ttnn::MemoryConfigAttr | getMemoryConfigAttr () |
|
::std::optional<::mlir::tt::ttnn::MemoryConfigAttr > | getMemoryConfig () |
|