Compute Library
 19.05
tanh.h File Reference
#include "arm_compute/core/NEON/NEMath.h"
#include <arm_neon.h>

Go to the source code of this file.

Namespaces

 arm_compute
 Copyright (c) 2017-2018 ARM Limited.
 
 arm_compute::wrapper
 

Macros

#define VTANH_IMPL(vtype, prefix, postfix)
 

Functions

float32x4_t vtanh (const float32x4_t &a)
 

Macro Definition Documentation

◆ VTANH_IMPL

#define VTANH_IMPL (   vtype,
  prefix,
  postfix 
)
Value:
inline vtype vtanh(const vtype &a) \
{ \
return prefix##_##postfix(a); \
}
float32x4_t vtanh(const float32x4_t &a)
Definition: tanh.h:40

Definition at line 34 of file tanh.h.