Searched defs:complex_type (Results 1 – 12 of 12) sorted by relevance
191 if (auto complex_type = element_type.dyn_cast<mlir::ComplexType>()) { in CopyDenseElementsDataToXlaFormat() local209 if (auto complex_type = type.dyn_cast<mlir::ComplexType>()) { in GetElementTypeBytes() local
54 } else if (auto complex_type = type.dyn_cast<mlir::ComplexType>()) { in TypeToPrimitiveType() local
47 if (auto complex_type = element_type.dyn_cast<mlir::ComplexType>()) { in IsSupportedVariableType() local
43 } else if (auto complex_type = type.dyn_cast<mlir::ComplexType>()) { in ConvertTypeToTensorType() local
46 } else if (auto complex_type = element_type.dyn_cast<mlir::ComplexType>()) { in CreateConstOpWithSingleValue() local
127 } else if (auto complex_type = type.dyn_cast<mlir::ComplexType>()) { in ConvertScalarTypeToDataType() local
168 PrimitiveType ComplexComponentType(PrimitiveType complex_type) { in ComplexComponentType()
73 if (auto complex_type = operand_type.dyn_cast<ComplexType>()) { in Verify() local
77 if (auto complex_type = type.dyn_cast<mlir::ComplexType>()) { in IsSupportedNumericDType() local
494 } else if (auto complex_type = type.dyn_cast<ComplexType>()) { in get() local
153 } else if (auto complex_type = type.dyn_cast<mlir::ComplexType>()) { in GetTFLiteType() local
4557 let complex_type = quote! { in prepend_complex_type() localVariable