Searched refs:F3 (Results 1 – 4 of 4) sorted by relevance
/packages/modules/NeuralNetworks/common/ |
D | QuantUtils.h | 109 using F3 = FixedPoint<int32_t, 3>; in GetInvSqrtQuantizedMultiplierExp() local 111 const F3 fixedpoint_input = F3::FromRaw(input >> 1); in GetInvSqrtQuantizedMultiplierExp() 112 const F3 fixedpoint_half_input = SaturatingRoundingMultiplyByPOT<-1>(fixedpoint_input); in GetInvSqrtQuantizedMultiplierExp() 113 const F3 fixedpoint_half_three = in GetInvSqrtQuantizedMultiplierExp() 114 GEMMLOWP_CHECKED_FIXEDPOINT_CONSTANT(F3, (1 << 28) + (1 << 27), 1.5); in GetInvSqrtQuantizedMultiplierExp() 117 F3 x = F3::One(); in GetInvSqrtQuantizedMultiplierExp() 120 const F3 x3 = Rescale<3>(x * x * x); in GetInvSqrtQuantizedMultiplierExp()
|
D | QuantUtils.cpp | 89 using F3 = gemmlowp::FixedPoint<std::int16_t, 3>; in ApplySigmoid() typedef 92 F3 sigmoid_input = F3::FromRaw(input[index]); in ApplySigmoid()
|
/packages/modules/NeuralNetworks/common/operations/ |
D | QuantizedLSTM.cpp | 144 using F3 = gemmlowp::FixedPoint<std::int16_t, 3>; in quantizedLstmStep() typedef 151 F3 input_gate_input = F3::FromRaw( in quantizedLstmStep() 156 F3 input_modulation_gate_input = F3::FromRaw( in quantizedLstmStep() 161 F3 forget_gate_input = F3::FromRaw( in quantizedLstmStep() 165 F3 output_gate_input = F3::FromRaw( in quantizedLstmStep() 185 F3 new_state_f3 = gemmlowp::Rescale<3>(new_state); in quantizedLstmStep()
|
/packages/apps/DocumentsUI/tests/res/raw/ |
D | images_tar | 828 …*�,w�=��y��Pm.ۈ=:У�R� 8'##���ZG���u�Zc�S�$���Lc�c��� w��ʍ�LnV8a������0x��*9����F3�� 979 …H,�;H����n7Lx#��T��6�kd߸�#��R�e!�1Q��sJ�1<���Z�Um�:�{�h�d�L�v�F3��c֝�@$�ӎ)�øO-C|�H��… 991 …��ƕ�!6��%@�P����)��)�An~�4B���;��=T)çq�5#Hk��b'�0y�4�;����Υ�Í��F3��*4E1�W|�9ϵC��䐤di… 1708 …�$a���Cּ�ş��¿�'�����`���u����s�v�HP~�!���@�~��0����W��c��K�)�?�F3�r=p�N���[#�*mr�k[�x… 1784 …Ǻ��4��������B��z�=�>m2�H�E&?C�W��[F��8�T�2��+���u/Y� 3)����ϵt����F3�͟o֛zM�ܴe�i3"��P�… 2199 … ����-�|�O=oz���)�X�����⁖�U�G�����X�q�����G#5,2K�y@�^J���h����F3�9j���$_��^��$6�fs��… 2555 W#9�K+�P�O��=(�C���˻��#��F3�Y�=%�Y���v���u_:?:(~e� 2672 sp���hCed'#9�i�,F3�G�NG�f1�1�O'�v�E�"���?�B,#Vǵ'�U�'<s�jG&*9�Ƙ�O�1 } 2805 …S��a���⚲w2�;�������_P�ݎ�3O�Wtֵi_�7�.�r8�xL}�.��tŕX�}��t$��Z�6�l,��F3��noUE�5�cX���9PA�… 2832 x9�k�����#���D�+�(I�8�����V ʁ��rE�2�����*����=�J����ڥg�q�.z\S��Tg��fV���F3�:Չ-�Yk�Y��… [all …]
|