Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.h179 virtual StatusOr<llvm::Value*> EmitComplexCbrt(const HloInstruction* op,
Delemental_ir_emitter.cc799 return EmitComplexCbrt(op, component_type, operand_value); in EmitComplexUnaryOp()
1099 StatusOr<llvm::Value*> ElementalIrEmitter::EmitComplexCbrt( in EmitComplexCbrt() function in xla::ElementalIrEmitter