|
MLIR
22.0.0git
|
#include "mlir/Bytecode/BytecodeOpInterface.h"#include "mlir/IR/BuiltinOps.h"#include "mlir/IR/Dialect.h"#include "mlir/IR/OpDefinition.h"#include "mlir/IR/OpImplementation.h"#include "mlir/IR/SymbolTable.h"#include "mlir/Interfaces/CallInterfaces.h"#include "mlir/Interfaces/CastInterfaces.h"#include "mlir/Interfaces/ControlFlowInterfaces.h"#include "mlir/Interfaces/FunctionInterfaces.h"#include "mlir/Interfaces/InferTypeOpInterface.h"#include "mlir/Interfaces/SideEffectInterfaces.h"#include "mlir/Dialect/Shape/IR/ShapeOpsTypes.h.inc"#include "mlir/Dialect/Shape/IR/ShapeOps.h.inc"#include "mlir/Dialect/Shape/IR/ShapeOpsDialect.h.inc"Go to the source code of this file.
Namespaces | |
| mlir | |
| Include the generated interface declarations. | |
| mlir::shape | |
Macros | |
| #define | GET_TYPEDEF_CLASSES |
| #define | GET_OP_CLASSES |
Functions | |
| RankedTensorType | mlir::shape::getExtentTensorType (MLIRContext *ctx, int64_t rank=ShapedType::kDynamic) |
| Alias type for extent tensors. More... | |
| bool | mlir::shape::isExtentTensorType (Type) |
| LogicalResult | mlir::shape::getShapeVec (Value input, SmallVectorImpl< int64_t > &shapeValues) |