/external/llvm-project/mlir/unittests/IR/ |
D | AttributeTest.cpp | 121 FloatType floatTy = FloatType::getF32(&context); in TEST() 137 FloatType floatTy = FloatType::getF32(&context); in TEST() 169 ComplexType complexType = ComplexType::get(FloatType::getF32(&context)); in TEST() 183 ComplexType complexType = ComplexType::get(FloatType::getF32(&context)); in TEST()
|
/external/llvm-project/mlir/unittests/Dialect/Quant/ |
D | QuantizationUtilsTest.cpp | 37 return FloatAttr::get(FloatType::getF32(ctx), value); in getTestFloatAttr() 43 auto eleType = FloatType::getF32(ctx); in getTestElementsAttr() 55 auto eleType = FloatType::getF32(ctx); in getTestSparseElementsAttr() 72 FloatType::getF32(ctx), /*scale=*/1.0, in getTestQuantizedType()
|
/external/llvm-project/mlir/test/EDSC/ |
D | builder-api-test.cpp | 66 auto f32Type = FloatType::getF32(&globalContext()); in TEST_FUNC() 314 auto f32Type = FloatType::getF32(&globalContext()); in TEST_FUNC() 614 auto f32Type = FloatType::getF32(&globalContext()); in TEST_FUNC() 725 FloatType::getF32(&globalContext()), {}, 0); in TEST_FUNC() 798 FloatType::getF32(&globalContext()), {}, 0); in TEST_FUNC() 832 MemRefType::get({}, FloatType::getF32(&globalContext()), {}, 0); in TEST_FUNC() 866 auto f32Type = FloatType::getF32(&globalContext()); in TEST_FUNC() 919 auto f32Type = FloatType::getF32(&globalContext()); in TEST_FUNC() 956 auto f32Type = FloatType::getF32(&globalContext()); in TEST_FUNC() 989 auto f32Type = FloatType::getF32(&globalContext()); in TEST_FUNC() [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | convert_tensor_test.cc | 134 {1.0, -1.0}, DT_FLOAT, mlir::FloatType::getF32(&context))); in TEST_F() 166 mlir::ComplexType::get(mlir::FloatType::getF32(&context)))); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/mlir/python/mlir_wrapper/ |
D | types.cc | 32 .def("getF32", &mlir::FloatType::getF32) in init_types()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_types.cc | 155 if (isa<FloatRefType>()) return mlir::FloatType::getF32(ctx); in RemoveRef() 172 return mlir::ComplexType::get(mlir::FloatType::getF32(ctx)); in RemoveRef()
|
D | tf_ops_n_z.cc | 2595 UnrankedTensorType::get(FloatType::getF32(rewriter.getContext()))); in matchAndRewrite()
|
/external/llvm-project/mlir/unittests/TableGen/ |
D | StructsGenTest.cpp | 31 auto floatType = mlir::FloatType::getF32(context); in getTestStruct()
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | BuiltinTypes.h | 168 static FloatType getF32(MLIRContext *ctx); 223 inline FloatType FloatType::getF32(MLIRContext *ctx) { in getF32() function
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | device_target.cc | 39 f32_ = FloatType::getF32(ctx_); in DeviceTarget()
|
/external/flatbuffers/tests/MyGame/Example/ |
D | TypeAliases.php | 125 public function getF32() function in MyGame\\Example\\TypeAliases
|
/external/llvm-project/mlir/test/lib/Dialect/Affine/ |
D | TestVectorizationUtils.cpp | 108 VectorType::get(shape, FloatType::getF32(f.getContext())); in testVectorShapeRatio()
|
/external/llvm-project/flang/lib/Lower/ |
D | RTBuilder.h | 136 return mlir::FloatType::getF32(context);
|
D | ConvertType.cpp | 77 return mlir::FloatType::getF32(context); in genFIRType()
|
D | IntrinsicCall.cpp | 300 auto t = mlir::FloatType::getF32(context); in genF32F32FuncType() 318 auto t = mlir::FloatType::getF32(context); in genIntF32FuncType()
|
/external/llvm-project/mlir/lib/CAPI/IR/ |
D | BuiltinTypes.cpp | 85 return wrap(FloatType::getF32(unwrap(ctx))); in mlirF32TypeGet()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | lower_tf.cc | 561 float_type = FloatType::getF32(context); in matchAndRewrite() 1222 FloatType::getF32(context)); in matchAndRewrite() 1224 tensor_type_f32 = UnrankedTensorType::get(FloatType::getF32(context)); in matchAndRewrite()
|
/external/llvm-project/mlir/lib/IR/ |
D | Builders.cpp | 49 FloatType Builder::getF32Type() { return FloatType::getF32(context); } in getF32Type()
|
/external/llvm-project/mlir/lib/Target/LLVMIR/ |
D | ConvertFromLLVMIR.cpp | 248 return b.getFloatAttr(FloatType::getF32(context), c->getValueAPF()); in getConstantAsAttr()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf.cc | 186 if (input_type.isBF16() || input_type.isF16()) return FloatType::getF32(ctx); in GetSumAccumulationType() 900 return (ty.isF16() || ty.isBF16()) ? FloatType::getF32(ty.getContext()) : ty; in GetAccumulationType()
|