Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Delemental_ir_emitter.h94 StatusOr<llvm::Value*> EmitRoundNearestAfz(PrimitiveType prim_type,
Delemental_ir_emitter.cc274 StatusOr<llvm::Value*> GpuElementalIrEmitter::EmitRoundNearestAfz( in EmitRoundNearestAfz() function in xla::gpu::GpuElementalIrEmitter
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.h149 virtual StatusOr<llvm::Value*> EmitRoundNearestAfz(PrimitiveType prim_type,
Delemental_ir_emitter.cc440 return EmitRoundNearestAfz(op->shape().element_type(), operand_value); in EmitFloatUnaryOp()
1137 StatusOr<llvm::Value*> ElementalIrEmitter::EmitRoundNearestAfz( in EmitRoundNearestAfz() function in xla::ElementalIrEmitter