Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
Dtypes.h955 struct TanhParams { struct
956 int32 input_zero_point;
957 int32 input_range_radius;
958 int32 input_multiplier;
959 int input_left_shift;
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h1000 struct TanhParams { struct
1001 int32 input_zero_point;
1002 int32 input_range_radius;
1003 int32 input_multiplier;
1004 int input_left_shift;
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h2781 inline void Tanh(const TanhParams&, const RuntimeShape& input_shape, in Tanh()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h5018 inline void Tanh(const TanhParams&, const RuntimeShape& input_shape, in Tanh()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h5327 inline void Tanh(const TanhParams&, const RuntimeShape& input_shape, in Tanh()