Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Interfaces/
DInferTypeOpInterface.cpp28 SmallVectorImpl<ShapedTypeComponents> &retComponents)> in inferReturnTensorTypes()
33 SmallVector<ShapedTypeComponents, 2> retComponents; in inferReturnTensorTypes() local
35 retComponents))) in inferReturnTensorTypes()
37 for (auto shapeAndType : retComponents) { in inferReturnTensorTypes()
/external/llvm-project/mlir/include/mlir/Interfaces/
DInferTypeOpInterface.h87 SmallVectorImpl<ShapedTypeComponents> &retComponents)>