Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc169 auto cplx_t = module->getTypeByName("complex64"); in PrimitiveTypeToIrType() local
170 if (cplx_t == nullptr) { in PrimitiveTypeToIrType()
183 return cplx_t; in PrimitiveTypeToIrType()
186 auto cplx_t = module->getTypeByName("complex128"); in PrimitiveTypeToIrType() local
187 if (cplx_t == nullptr) { in PrimitiveTypeToIrType()
193 return cplx_t; in PrimitiveTypeToIrType()