Searched refs:sin_b (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | elemental_ir_emitter.cc | 531 auto sin_b, EmitSin(component_type, EmitExtractImag(operand_value))); in EmitComplexUnaryOp() 532 return EmitComposeComplex(op, FMul(exp_a, cos_b), FMul(exp_a, sin_b)); in EmitComplexUnaryOp() 541 auto sin_b, EmitSin(component_type, EmitExtractImag(operand_value))); in EmitComplexUnaryOp() 544 auto imag_result = FMul(exp_a, sin_b); in EmitComplexUnaryOp() 614 TF_ASSIGN_OR_RETURN(auto sin_b, EmitSin(component_type, b)); in EmitComplexUnaryOp() 619 auto sin_b_sq = FMul(sin_b, sin_b); in EmitComplexUnaryOp() 622 auto cos_b_sin_b = FMul(cos_b, sin_b); in EmitComplexUnaryOp()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 3098 Output sin_b = ops::Sin(s.WithOpName("sin_b"), split1[1]); in TEST_F() local 3099 Output exp_b = ops::Exp(s.WithOpName("exp_b"), sin_b); in TEST_F()
|