Searched refs:getTestFloatAttr (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/unittests/Dialect/Quant/ |
| H A D | QuantizationUtilsTest.cpp | 36 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()
|