Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h2732 const FixedPoint4 input_val_f4 = FixedPoint4::FromRaw(input_val_rescaled); in Logistic() local
2733 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() local
2814 const FixedPoint0 output_val_f0 = gemmlowp::tanh(input_val_f4); in Tanh()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h5209 const FixedPoint4 input_val_f4 = FixedPoint4::FromRaw(input_val_rescaled); in Logistic() local
5210 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() local
5469 const FixedPoint0 output_val_f0 = gemmlowp::tanh(input_val_f4); in Tanh()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h4932 const FixedPoint4 input_val_f4 = FixedPoint4::FromRaw(input_val_rescaled); in Logistic() local
4933 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() local
5160 const FixedPoint0 output_val_f0 = gemmlowp::tanh(input_val_f4); in Tanh()