MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / IsComplexType

Function IsComplexType

paddle/fluid/framework/data_type.h:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243extern inline bool IsComplexType(const proto::VarType::Type& type) {
244 return (type == proto::VarType::COMPLEX64 ||
245 type == proto::VarType::COMPLEX128);
246}
247
248extern inline bool IsComplexType(const phi::DataType& type) {
249 return (type == phi::DataType::COMPLEX64 ||

Callers 15

NeedPromoteTypesFunction · 0.70
operator.ccFile · 0.70
BuildOpFuncListFunction · 0.50
GetKernelTypeForVarMethod · 0.50
GetKernelTypeForVarMethod · 0.50
GetKernelTypeForVarMethod · 0.50
GetKernelTypeForVarMethod · 0.50
GetKernelTypeForVarMethod · 0.50
GetKernelTypeForVarMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected