Home
last modified time | relevance | path

Searched defs:ShapeAdaptor (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/include/mlir/Interfaces/
H A DInferTypeOpInterface.h41 ShapeAdaptor(Type t) { in ShapeAdaptor() function
45 ShapeAdaptor(Attribute t) { in ShapeAdaptor() function
49 ShapeAdaptor(ShapedTypeComponents *components) : val(components) {} in ShapeAdaptor() function
50 ShapeAdaptor(ShapedTypeComponents &components) : val(&components) {} in ShapeAdaptor() function
[all...]