Home
last modified time | relevance | path

Searched defs:kInputIntegerBits (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DActivation.cpp170 static constexpr int kInputIntegerBits = 4; in tanhQuant8() local
200 static constexpr int kInputIntegerBits = 4; in logisticQuant8() local
265 static constexpr int kInputIntegerBits = 4; in tanhQuant8Signed() local
295 static constexpr int kInputIntegerBits = 4; in logisticQuant8Signed() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dactivations.cc387 static constexpr int kInputIntegerBits = 4; in TanhPrepare() local
415 static constexpr int kInputIntegerBits = 3; in TanhPrepare() local
492 static constexpr int kInputIntegerBits = 4; in SigmoidPrepare() local
527 static constexpr int kInputIntegerBits = 3; in SigmoidPrepare() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
H A Dlog_softmax.h39 static constexpr int kInputIntegerBits = 5; in LogSoftmax() local
H A Dlogistic.h31 static constexpr int32_t kInputIntegerBits = 4; in Logistic() local
H A Dtanh.h32 static constexpr int32_t kInputIntegerBits = 4; in Tanh() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dlog_softmax.h173 static constexpr int kInputIntegerBits = 5; in LogSoftmaxQuantized() local