Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dconvert_tensor_test.cc136 {1.0, -1.0}, DT_DOUBLE, mlir::FloatType::getF64(&context))); in TEST_F()
169 mlir::ComplexType::get(mlir::FloatType::getF64(&context)))); in TEST_F()
/external/tensorflow/tensorflow/compiler/mlir/python/mlir_wrapper/
Dtypes.cc33 .def("getF64", &mlir::FloatType::getF64); in init_types()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.cc156 if (isa<DoubleRefType>()) return mlir::FloatType::getF64(ctx); in RemoveRef()
174 return mlir::ComplexType::get(mlir::FloatType::getF64(ctx)); in RemoveRef()
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinTypes.h169 static FloatType getF64(MLIRContext *ctx);
238 inline FloatType FloatType::getF64(MLIRContext *ctx) { in getF64() function
/external/llvm-project/mlir/unittests/IR/
DAttributeTest.cpp129 FloatType floatTy = FloatType::getF64(&context); in TEST()
/external/flatbuffers/tests/MyGame/Example/
DTypeAliases.php134 public function getF64() function in MyGame\\Example\\TypeAliases
/external/llvm-project/flang/lib/Lower/
DRTBuilder.h123 return mlir::FloatType::getF64(context);
DConvertType.cpp83 return mlir::FloatType::getF64(context); in genFIRType()
DIntrinsicCall.cpp305 auto t = mlir::FloatType::getF64(context); in genF64F64FuncType()
311 auto t = mlir::FloatType::getF64(context); in genIntF64FuncType()
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp91 return wrap(FloatType::getF64(unwrap(ctx))); in mlirF64TypeGet()
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestPatterns.cpp506 results.push_back(FloatType::getF64(t.getContext())); in convertType()
794 return FloatType::getF64(type.getContext()); in runOnOperation()
/external/llvm-project/mlir/lib/IR/
DBuilders.cpp51 FloatType Builder::getF64Type() { return FloatType::getF64(context); } in getF64Type()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emission_utils.cc309 mlir::ComplexType::get(mlir::FloatType::getF64(reduce->getContext())); in IsReductionFromOrToContiguousDimensions()
/external/llvm-project/mlir/lib/Target/LLVMIR/
DConvertFromLLVMIR.cpp246 return b.getFloatAttr(FloatType::getF64(context), c->getValueAPF()); in getConstantAsAttr()