Home
last modified time | relevance | path

Searched defs:complex_type (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/lldb/test/API/python_api/value_var_update/
Dmain.c1 struct complex_type { struct
3 struct complex_type *complex_ptr; argument
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.cc184 if (auto complex_type = element_type.dyn_cast<mlir::ComplexType>()) { in CopyDenseElementsDataToXlaFormat() local
202 if (auto complex_type = type.dyn_cast<mlir::ComplexType>()) { in GetElementTypeBytes() local
Dtype_to_shape.cc54 } else if (auto complex_type = type.dyn_cast<mlir::ComplexType>()) { in TypeToPrimitiveType() local
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dconstant_utils.cc46 } else if (auto complex_type = element_type.dyn_cast<mlir::ComplexType>()) { in CreateConstOpWithSingleValue() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dconvert_type.cc127 } else if (auto complex_type = type.dyn_cast<mlir::ComplexType>()) { in ConvertScalarTypeToDataType() local
/external/tensorflow/tensorflow/compiler/xla/
Dprimitive_util.cc166 PrimitiveType ComplexComponentType(PrimitiveType complex_type) { in ComplexComponentType()
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_operator.cc104 } else if (auto complex_type = type.dyn_cast<mlir::ComplexType>()) { in ConvertDerivedTypeAttrForOptionWriter() local
Dflatbuffer_export.cc149 } else if (auto complex_type = type.dyn_cast<mlir::ComplexType>()) { in GetTFLiteType() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.cc114 } else if (auto complex_type = type.dyn_cast<ComplexType>()) { in get() local
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp206 const auto complex_type = in MapSymbolType() local
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp3785 const clang::ComplexType *complex_type = llvm::dyn_cast<clang::ComplexType>( in GetTypeInfo() local
4921 const clang::ComplexType *complex_type = in GetEncoding() local
/external/rust/crates/bindgen/src/codegen/
Dmod.rs4471 let complex_type = quote! { in prepend_complex_type() localVariable