#include "mlir/IR/AffineMap.h"
#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/Dialect.h"
#include "mlir/IR/DialectInterface.h"
#include "mlir/Support/LLVM.h"
#include "llvm/ADT/SmallVector.h"
#include "gtest/gtest.h"
#include <cstdint>
usingnamespacemlir;
usingnamespacemlir::detail;
namespace {
TEST(ShapedTypeTest, CloneMemref) { … }
TEST(ShapedTypeTest, CloneTensor) { … }
TEST(ShapedTypeTest, CloneVector) { … }
TEST(ShapedTypeTest, VectorTypeBuilder) { … }
TEST(ShapedTypeTest, RankedTensorTypeBuilder) { … }
class TensorWithString : public RankedTensorType { … };
TEST(ShapedTypeTest, RankedTensorTypeView) { … }
}