Searched refs:sin_a (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | elemental_ir_emitter.cc | 562 TF_ASSIGN_OR_RETURN(auto sin_a, EmitSin(component_type, a)); in EmitComplexUnaryOp() 565 FMul(sin_a, FSub(half_exp_neg_b, half_exp_b))); in EmitComplexUnaryOp() 584 TF_ASSIGN_OR_RETURN(auto sin_a, EmitSin(component_type, a)); in EmitComplexUnaryOp() 586 FMul(sin_a, FAdd(half_exp_b, half_exp_neg_b)), in EmitComplexUnaryOp()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 2979 Output sin_a = in TEST_F() local 2982 ops::Exp(s.WithOpName("exp_a").WithControlDependencies(ctrl1), sin_a); in TEST_F() 2996 ops::Exp(s.WithOpName("exp_a2").WithControlDependencies(ctrl1), sin_a); in TEST_F() 3095 Output sin_a = in TEST_F() local 3097 Output id_a = ops::Identity(s.WithOpName("id_a"), sin_a); in TEST_F()
|