Home
last modified time | relevance | path

Searched defs:fast_tanh (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Delemental_ir_emitter.cc307 llvm::Value* fast_tanh = llvm_ir::EmitFastTanh(b(), input); in EmitTanh() local
/external/pytorch/torch/csrc/jit/tensorexpr/
Dexpr.cpp147 ExprHandle fast_tanh(const ExprHandle& v) { in fast_tanh() function