MLIR  17.0.0git
Macros | Functions
VectorDropLeadUnitDim.cpp File Reference
#include "mlir/Dialect/Utils/StructuredOpsUtils.h"
#include "mlir/Dialect/Vector/IR/VectorOps.h"
#include "mlir/Dialect/Vector/Transforms/VectorRewritePatterns.h"
#include "mlir/Dialect/Vector/Utils/VectorUtils.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/ImplicitLocOpBuilder.h"
#include "mlir/IR/TypeUtilities.h"
+ Include dependency graph for VectorDropLeadUnitDim.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "vector-drop-unit-dim"
 

Functions

static VectorType trimLeadingOneDims (VectorType oldType)
 
static SmallVector< int64_t > splatZero (int64_t rank)
 Return a smallVector of size rank containing all zeros. More...
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "vector-drop-unit-dim"

Definition at line 17 of file VectorDropLeadUnitDim.cpp.

Function Documentation

◆ splatZero()

static SmallVector<int64_t> splatZero ( int64_t  rank)
static

Return a smallVector of size rank containing all zeros.

Definition at line 35 of file VectorDropLeadUnitDim.cpp.

◆ trimLeadingOneDims()

static VectorType trimLeadingOneDims ( VectorType  oldType)
static

Definition at line 24 of file VectorDropLeadUnitDim.cpp.