Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dtanh.h108 const FixedPoint4 input_val_f4 = FixedPoint4::FromRaw(input_val_rescaled); in Tanh() local
109 const FixedPoint0 output_val_f0 = gemmlowp::tanh(input_val_f4); in Tanh()
Dlegacy_reference_ops.h812 const FixedPoint4 input_val_f4 = FixedPoint4::FromRaw(input_val_rescaled); in Logistic() local
813 const FixedPoint0 output_val_f0 = gemmlowp::logistic(input_val_f4); in Logistic()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h7287 const FixedPoint4 input_val_f4 = FixedPoint4::FromRaw(input_val_rescaled); in Tanh16bitPrecision() local
7288 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() local
7382 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() local
7474 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() local
7578 const FixedPoint0 output_val_f0 = gemmlowp::logistic(input_val_f4); in Logistic16bitPrecision()
Dlegacy_optimized_ops.h4390 const FixedPoint4 input_val_f4 = FixedPoint4::FromRaw(input_val_rescaled); in Logistic() local
4391 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() local
4593 const FixedPoint0 output_val_f0 = gemmlowp::tanh(input_val_f4); in Tanh()