Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc764 llvm::Value* sin_2b_is_nan = in EmitComplexUnaryOp() local
768 b_->CreateAnd(sin_2b_is_nan, b_->CreateNot(a_is_inf)); in EmitComplexUnaryOp()
770 b_->CreateOr(b_is_zero, b_->CreateAnd(a_is_inf, sin_2b_is_nan)); in EmitComplexUnaryOp()