Searched refs:input_val_f4 (Results 1 – 3 of 3) sorted by relevance
2732 const FixedPoint4 input_val_f4 = FixedPoint4::FromRaw(input_val_rescaled); in Logistic() local2733 const FixedPoint0 output_val_f0 = gemmlowp::logistic(input_val_f4); in Logistic()2813 const FixedPoint4 input_val_f4 = FixedPoint4::FromRaw(input_val_rescaled); in Tanh() local2814 const FixedPoint0 output_val_f0 = gemmlowp::tanh(input_val_f4); in Tanh()
5209 const FixedPoint4 input_val_f4 = FixedPoint4::FromRaw(input_val_rescaled); in Logistic() local5210 const FixedPoint0 output_val_f0 = gemmlowp::logistic(input_val_f4); in Logistic()5468 const FixedPoint4 input_val_f4 = FixedPoint4::FromRaw(input_val_rescaled); in Tanh() local5469 const FixedPoint0 output_val_f0 = gemmlowp::tanh(input_val_f4); in Tanh()
4932 const FixedPoint4 input_val_f4 = FixedPoint4::FromRaw(input_val_rescaled); in Logistic() local4933 const FixedPoint0 output_val_f0 = gemmlowp::logistic(input_val_f4); in Logistic()5159 const FixedPoint4 input_val_f4 = FixedPoint4::FromRaw(input_val_rescaled); in Tanh() local5160 const FixedPoint0 output_val_f0 = gemmlowp::tanh(input_val_f4); in Tanh()