Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Quant/Utils/
H A DUniformSupport.cpp16 static bool isQuantizablePrimitiveType(Type inputType) { in isQuantizablePrimitiveType() function
24 if (!isQuantizablePrimitiveType(elementType)) in forInputType()
29 if (isQuantizablePrimitiveType(inputType)) in forInputType()