My Project
|
#include "mlir/IR/OpDefinition.h"
Go to the source code of this file.
Classes | |
class | mlir::OpTrait::BroadcastableTwoOperandsOneResult< ConcreteType > |
Namespaces | |
mlir | |
mlir::OpTrait | |
mlir::OpTrait::impl | |
mlir::OpTrait::util | |
Functions | |
LogicalResult | mlir::OpTrait::impl::verifyCompatibleOperandBroadcast (Operation *op) |
bool | mlir::OpTrait::util::getBroadcastedShape (ArrayRef< int64_t > shape1, ArrayRef< int64_t > shape2, SmallVectorImpl< int64_t > &resultShape) |
Type | mlir::OpTrait::util::getBroadcastedType (Type type1, Type type2) |