Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dtypes.h838 struct LogisticParams { struct
840 int32_t input_zero_point;
841 int32_t input_range_radius;
842 int32_t input_multiplier;
843 int input_left_shift;
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dlogistic.h61 inline void Logistic(const LogisticParams&, const RuntimeShape& input_shape, in Logistic()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Doptimized_ops.h3863 inline void Logistic(const LogisticParams&, const RuntimeShape& input_shape, in Logistic()