Home
last modified time | relevance | path

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

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