Searched refs:sin_b (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | elemental_ir_emitter.cc | 576 auto sin_b, EmitSin(component_type, EmitExtractImag(operand_value))); in EmitComplexUnaryOp() 577 return EmitComposeComplex(op, FMul(exp_a, cos_b), FMul(exp_a, sin_b)); in EmitComplexUnaryOp() 587 auto sin_b, EmitSin(component_type, EmitExtractImag(operand_value))); in EmitComplexUnaryOp() 590 auto imag_result = FMul(exp_a, sin_b); in EmitComplexUnaryOp() 698 TF_ASSIGN_OR_RETURN(llvm::Value * sin_b, EmitSin(component_type, b)); in EmitComplexUnaryOp() 699 llvm::Value* imag_numerator = FMul(four, FMul(cos_b, sin_b)); in EmitComplexUnaryOp()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 3223 Output sin_b = ops::Sin(s.WithOpName("sin_b"), split1[1]); in TEST_F() local 3224 Output exp_b = ops::Exp(s.WithOpName("exp_b"), sin_b); in TEST_F()
|