Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Delemental_ir_emitter.h67 StatusOr<llvm::Value*> EmitExp(PrimitiveType prim_type, llvm::Value* value,
Delemental_ir_emitter.cc226 StatusOr<llvm::Value*> GpuElementalIrEmitter::EmitExp( in EmitExp() function in xla::gpu::GpuElementalIrEmitter
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.h146 virtual StatusOr<llvm::Value*> EmitExp(PrimitiveType prim_type,
Delemental_ir_emitter.cc449 return EmitExp(op->shape().element_type(), operand_value, ""); in EmitFloatUnaryOp()
572 EmitExp(component_type, EmitExtractReal(operand_value), "")); in EmitComplexUnaryOp()
583 EmitExp(component_type, EmitExtractReal(operand_value), "")); in EmitComplexUnaryOp()
604 TF_ASSIGN_OR_RETURN(auto exp_b, EmitExp(component_type, b, "")); in EmitComplexUnaryOp()
626 TF_ASSIGN_OR_RETURN(auto exp_b, EmitExp(component_type, b, "")); in EmitComplexUnaryOp()
1131 EmitExp(component_type, neg_d_arg_lhs, "")); in EmitComplexPower()
1414 StatusOr<llvm::Value*> ElementalIrEmitter::EmitExp(PrimitiveType prim_type, in EmitExp() function in xla::ElementalIrEmitter
1429 TF_ASSIGN_OR_RETURN(auto exp_x, EmitExp(prim_type, value, "")); in EmitExpm1()