Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DInferTypeOpInterface.cpp180 SmallVectorImpl<ShapedTypeComponents> &retComponents)> in inferReturnTensorTypes()
185 SmallVector<ShapedTypeComponents, 2> retComponents; in inferReturnTensorTypes() local
187 retComponents))) in inferReturnTensorTypes()
189 for (const auto &shapeAndType : retComponents) { in inferReturnTensorTypes()
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DInferTypeOpInterface.h241 SmallVectorImpl<ShapedTypeComponents> &retComponents)>