Searched refs:std_tanh (Results 1 – 2 of 2) sorted by relevance
49 using std_tanh = ValueBuilder<TanhOp>; variable
131 UnaryPointwiseOpBuilder unOp([](Value a) -> Value { return std_tanh(a); }); in linalg_generic_pointwise_tanh()