Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc604 TF_ASSIGN_OR_RETURN(auto exp_b, EmitExp(component_type, b, "")); in EmitComplexUnaryOp()
605 auto half_exp_b = FMul(llvm::ConstantFP::get(type, 0.5), exp_b); in EmitComplexUnaryOp()
606 auto half_exp_neg_b = FDiv(llvm::ConstantFP::get(type, 0.5), exp_b); in EmitComplexUnaryOp()
626 TF_ASSIGN_OR_RETURN(auto exp_b, EmitExp(component_type, b, "")); in EmitComplexUnaryOp()
627 auto half_exp_b = FMul(llvm::ConstantFP::get(type, 0.5), exp_b); in EmitComplexUnaryOp()
628 auto half_exp_neg_b = FDiv(llvm::ConstantFP::get(type, 0.5), exp_b); in EmitComplexUnaryOp()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc3116 Output exp_b = ops::Exp(s.WithOpName("exp_b"), b); in TEST_F() local
3120 ops::Concat(s.WithOpName("concat"), {exp_a, exp_b, exp_c}, axis); in TEST_F()
3224 Output exp_b = ops::Exp(s.WithOpName("exp_b"), sin_b); in TEST_F() local
3225 Output id_b = ops::Identity(s.WithOpName("id_b"), exp_b); in TEST_F()
/external/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc4921 int exp_b[] = {0, -1, 0, -64, INT8_MAX, 0, 0, -1}; in TEST_SVE() local
4930 IntBinArithHelper(config, fn, kBRegSize, pg_b, zn_b, zm_b, exp_b); in TEST_SVE()