Home
last modified time | relevance | path

Searched refs:input_beta (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Dquantization_util.cc282 const double input_beta = IntegerDoubleMultiply(beta, input_scale); in PreprocessSoftmaxScaling() local
284 int64_t fraction = IntegerFrExp(input_beta, &shift); in PreprocessSoftmaxScaling()