Home
last modified time | relevance | path

Searched defs:TanhParams (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dtanh.h42 inline void Tanh(const TanhParams&, const RuntimeShape& input_shape, in Tanh()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h984 struct TanhParams { struct
985 int32_t input_zero_point;
986 int32_t input_range_radius;
987 int32_t input_multiplier;
988 int input_left_shift;
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h3976 inline void Tanh(const TanhParams&, const RuntimeShape& input_shape, in Tanh()