Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Dialect/Quant/
H A DQuantizationUtilsTest.cpp36 Attribute getTestFloatAttr(double value, MLIRContext *ctx) { in getTestFloatAttr() function
84 auto realValue = getTestFloatAttr(1.0, &ctx); in TEST()
102 &ctx, {1, 2}, {getTestFloatAttr(1.0, &ctx), getTestFloatAttr(2.0, &ctx)}); in TEST()
128 &ctx, {1, 2}, getTestFloatAttr(1.0, &ctx)); in TEST()