Searched refs:input_val_f4 (Results 1 – 4 of 4) sorted by relevance
108 const FixedPoint4 input_val_f4 = FixedPoint4::FromRaw(input_val_rescaled); in Tanh() local109 const FixedPoint0 output_val_f0 = gemmlowp::tanh(input_val_f4); in Tanh()
812 const FixedPoint4 input_val_f4 = FixedPoint4::FromRaw(input_val_rescaled); in Logistic() local813 const FixedPoint0 output_val_f0 = gemmlowp::logistic(input_val_f4); in Logistic()
7287 const FixedPoint4 input_val_f4 = FixedPoint4::FromRaw(input_val_rescaled); in Tanh16bitPrecision() local7288 const FixedPoint0 output_val_f0 = gemmlowp::tanh(input_val_f4); in Tanh16bitPrecision()7381 const FixedPoint4 input_val_f4 = FixedPoint4::FromRaw(input_val_rescaled); in Tanh16bitPrecision() local7382 const FixedPoint0 output_val_f0 = gemmlowp::tanh(input_val_f4); in Tanh16bitPrecision()7473 const FixedPoint4 input_val_f4 = FixedPoint4::FromRaw(input_val_rescaled); in Logistic16bitPrecision() local7474 const FixedPoint0 output_val_f0 = gemmlowp::logistic(input_val_f4); in Logistic16bitPrecision()7577 const FixedPoint4 input_val_f4 = FixedPoint4::FromRaw(input_val_rescaled); in Logistic16bitPrecision() local7578 const FixedPoint0 output_val_f0 = gemmlowp::logistic(input_val_f4); in Logistic16bitPrecision()
4390 const FixedPoint4 input_val_f4 = FixedPoint4::FromRaw(input_val_rescaled); in Logistic() local4391 const FixedPoint0 output_val_f0 = gemmlowp::logistic(input_val_f4); in Logistic()4592 const FixedPoint4 input_val_f4 = FixedPoint4::FromRaw(input_val_rescaled); in Tanh() local4593 const FixedPoint0 output_val_f0 = gemmlowp::tanh(input_val_f4); in Tanh()