Home
last modified time | relevance | path

Searched refs:strideFactor (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp665 intptr_t strideFactor = 1; in bufferInfo() local
667 strideFactor = 1; in bufferInfo()
669 strideFactor *= mlirShapedTypeGetDimSize(shapedType, j); in bufferInfo()
671 strides.push_back(sizeof(Type) * strideFactor); in bufferInfo()