Home
last modified time | relevance | path

Searched refs:std_tanh (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/EDSC/
DIntrinsics.h49 using std_tanh = ValueBuilder<TanhOp>; variable
/external/llvm-project/mlir/lib/Dialect/Linalg/EDSC/
DBuilders.cpp131 UnaryPointwiseOpBuilder unOp([](Value a) -> Value { return std_tanh(a); }); in linalg_generic_pointwise_tanh()