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.h73 StatusOr<llvm::Value*> EmitExp(PrimitiveType prim_type,
Delemental_ir_emitter.cc224 StatusOr<llvm::Value*> GpuElementalIrEmitter::EmitExp(PrimitiveType prim_type, in EmitExp() function in xla::gpu::GpuElementalIrEmitter
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc410 return EmitExp(op->shape().element_type(), operand_value); in EmitFloatUnaryOp()
527 auto exp_a, EmitExp(component_type, EmitExtractReal(operand_value))); in EmitComplexUnaryOp()
537 auto exp_a, EmitExp(component_type, EmitExtractReal(operand_value))); in EmitComplexUnaryOp()
558 TF_ASSIGN_OR_RETURN(auto exp_b, EmitExp(component_type, b)); in EmitComplexUnaryOp()
580 TF_ASSIGN_OR_RETURN(auto exp_b, EmitExp(component_type, b)); in EmitComplexUnaryOp()
612 TF_ASSIGN_OR_RETURN(auto exp_a, EmitExp(component_type, a)); in EmitComplexUnaryOp()
778 EmitExp(component_type, neg_d_arg_lhs)); in EmitComplexPower()
1108 StatusOr<llvm::Value*> ElementalIrEmitter::EmitExp(PrimitiveType prim_type, in EmitExp() function in xla::ElementalIrEmitter
1122 TF_ASSIGN_OR_RETURN(auto exp_x, EmitExp(prim_type, value)); in EmitExpm1()
Delemental_ir_emitter.h137 virtual StatusOr<llvm::Value*> EmitExp(PrimitiveType prim_type,