Home
last modified time | relevance | path

Searched refs:F3 (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/VisualC-WinRT/WinRT81_VS2013/
A DSDL_image-WinRT81.sln26 {29B4D11F-59F3-4EBC-A769-3BABD140DB9A}.Debug|ARM.ActiveCfg = Debug|ARM
27 {29B4D11F-59F3-4EBC-A769-3BABD140DB9A}.Debug|ARM.Build.0 = Debug|ARM
28 {29B4D11F-59F3-4EBC-A769-3BABD140DB9A}.Debug|Win32.ActiveCfg = Debug|Win32
29 {29B4D11F-59F3-4EBC-A769-3BABD140DB9A}.Debug|Win32.Build.0 = Debug|Win32
30 {29B4D11F-59F3-4EBC-A769-3BABD140DB9A}.Debug|x64.ActiveCfg = Debug|x64
31 {29B4D11F-59F3-4EBC-A769-3BABD140DB9A}.Debug|x64.Build.0 = Debug|x64
32 {29B4D11F-59F3-4EBC-A769-3BABD140DB9A}.Release|ARM.ActiveCfg = Release|ARM
33 {29B4D11F-59F3-4EBC-A769-3BABD140DB9A}.Release|ARM.Build.0 = Release|ARM
35 {29B4D11F-59F3-4EBC-A769-3BABD140DB9A}.Release|Win32.Build.0 = Release|Win32
36 {29B4D11F-59F3-4EBC-A769-3BABD140DB9A}.Release|x64.ActiveCfg = Release|x64
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dtanh.h65 using F3 = gemmlowp::FixedPoint<std::int16_t, 3>; in Tanh() local
69 F3 input = F3::FromRaw(input_data[i]); in Tanh()
75 F3 input = F3::FromRaw( in Tanh()
A Dlogistic.h79 using F3 = gemmlowp::FixedPoint<std::int16_t, 3>; in Logistic() local
81 const F3 input = F3::FromRaw(input_data[i]); in Logistic()
A Dreference_ops.h774 using F3 = gemmlowp::FixedPoint<std::int16_t, 3>; in LstmCell() local
781 F3 input_gate_input = F3::FromRaw( in LstmCell()
786 F3 input_modulation_gate_input = F3::FromRaw( in LstmCell()
791 F3 forget_gate_input = F3::FromRaw( in LstmCell()
795 F3 output_gate_input = F3::FromRaw( in LstmCell()
815 F3 new_state_f3 = gemmlowp::Rescale<3>(new_state); in LstmCell()
A Dportable_tensor_utils.cc522 using F3 = gemmlowp::FixedPoint<std::int16_t, 3>; in PortableApplySigmoid() typedef
525 F3 sigmoid_input = F3::FromRaw(input[index]); in PortableApplySigmoid()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/
A Dcommon.h675 using F3 = FixedPoint<int32_t, 3>; in GetInvSqrtQuantizedMultiplierExp() local
677 const F3 fixedpoint_input = F3::FromRaw(input >> 1); in GetInvSqrtQuantizedMultiplierExp()
678 const F3 fixedpoint_half_input = in GetInvSqrtQuantizedMultiplierExp()
680 const F3 fixedpoint_half_three = in GetInvSqrtQuantizedMultiplierExp()
681 GEMMLOWP_CHECKED_FIXEDPOINT_CONSTANT(F3, (1 << 28) + (1 << 27), 1.5); in GetInvSqrtQuantizedMultiplierExp()
684 F3 x = F3::One(); in GetInvSqrtQuantizedMultiplierExp()
687 const F3 x3 = Rescale<3>(x * x * x); in GetInvSqrtQuantizedMultiplierExp()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Doptimized_ops.h4208 F3 input0 = F3::FromRaw(vld1q_s16(input_data_ptr)); in Logistic()
4219 F3 input = F3::FromRaw(vld1q_s16(input_data_ptr)); in Logistic()
4238 F3 input0 = F3::FromRaw(gemmlowp::to_int16x8_m128i( in Logistic()
4252 F3 input = F3::FromRaw(gemmlowp::to_int16x8_m128i( in Logistic()
4272 F3 input = F3::FromRaw(*input_data_ptr); in Logistic()
4325 F3 input0 = F3::FromRaw(vld1q_s16(input_data_ptr)); in Tanh()
4336 F3 input = F3::FromRaw(vld1q_s16(input_data_ptr)); in Tanh()
4380 F3 input0 = F3::FromRaw(gemmlowp::to_int16x8_m128i( in Tanh()
4395 F3 input = F3::FromRaw(gemmlowp::to_int16x8_m128i( in Tanh()
4445 F3 input = F3::FromRaw(*input_data_ptr); in Tanh()
[all …]
A Dlegacy_optimized_ops.h3272 using F3 = gemmlowp::FixedPoint<int16x8_t, 3>; in LstmCell() local
3279 F3 input_gate_input = F3::FromRaw(vld1q_s16(input_gate_input_ptr)); in LstmCell()
3284 F3 input_modulation_gate_input = in LstmCell()
3290 F3 forget_gate_input = F3::FromRaw(vld1q_s16(forget_gate_input_ptr)); in LstmCell()
3294 F3 output_gate_input = F3::FromRaw(vld1q_s16(output_gate_input_ptr)); in LstmCell()
3315 F3 new_state_f3 = gemmlowp::Rescale<3>(new_state); in LstmCell()
3346 using F3 = gemmlowp::FixedPoint<std::int16_t, 3>; in LstmCell() local
3353 F3 input_gate_input = F3::FromRaw(*input_gate_input_ptr++); in LstmCell()
3357 F3 input_modulation_gate_input = in LstmCell()
3362 F3 forget_gate_input = F3::FromRaw(*forget_gate_input_ptr++); in LstmCell()
[all …]
A Dneon_tensor_utils.cc1631 using F3 = gemmlowp::FixedPoint<int16x8_t, 3>; in NeonApplySigmoid() typedef
1635 F3 input0 = F3::FromRaw(vld1q_s16(input + index)); in NeonApplySigmoid()
1636 F3 input1 = F3::FromRaw(vld1q_s16(input + index + 8)); in NeonApplySigmoid()
1637 F3 input2 = F3::FromRaw(vld1q_s16(input + index + 16)); in NeonApplySigmoid()
1638 F3 input3 = F3::FromRaw(vld1q_s16(input + index + 24)); in NeonApplySigmoid()
/AliOS-Things-master/components/mbedtls/library/
A Dripemd160.c152 #define F3( x, y, z ) ( ( x | ~y ) ^ z ) in mbedtls_internal_ripemd160_process() macro
217 #define F F3 in mbedtls_internal_ripemd160_process()
219 #define Fp F3 in mbedtls_internal_ripemd160_process()
A Daes.c166 V(F3,51,51,A2), V(FE,A3,A3,5D), V(C0,40,40,80), V(8A,8F,8F,05), \
169 V(30,10,10,20), V(1A,FF,FF,E5), V(0E,F3,F3,FD), V(6D,D2,D2,BF), \
184 V(B4,6C,6C,D8), V(FA,56,56,AC), V(07,F4,F4,F3), V(25,EA,EA,CF), \
285 V(2B,1C,CF,8A), V(92,B4,79,A7), V(F0,F2,07,F3), V(A1,E2,69,4E), \
287 V(9D,53,2E,34), V(A0,55,F3,A2), V(32,E1,8A,05), V(75,EB,F6,A4), \
306 V(4B,2F,9E,1D), V(F3,30,B2,DC), V(EC,52,86,0D), V(D0,E3,C1,77), \
329 V(81,F3,AF,CA), V(3E,C4,68,B9), V(2C,34,24,38), V(5F,40,A3,C2), \
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_aes.c132 V(E3, A8, A8, 4B), V(F3, 51, 51, A2), V(FE, A3, A3, 5D), \
137 V(0E, F3, F3, FD), V(6D, D2, D2, BF), V(4C, CD, CD, 81), \
157 V(07, F4, F4, F3), V(25, EA, EA, CF), V(AF, 65, 65, CA), \
255 V(F0, F2, 07, F3), V(A1, E2, 69, 4E), V(CD, F4, DA, 65), \
257 V(9D, 53, 2E, 34), V(A0, 55, F3, A2), V(32, E1, 8A, 05), \
282 V(6D, A1, 29, C7), V(4B, 2F, 9E, 1D), V(F3, 30, B2, DC), \
313 V(81, F3, AF, CA), V(3E, C4, 68, B9), V(2C, 34, 24, 38), \
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Drescaler_sse2.c350 const __m128i F3 = _mm_slli_epi64(D3, 32); in RescalerExportRowShrink_SSE2() local
352 const __m128i G1 = _mm_or_si128(D1, F3); in RescalerExportRowShrink_SSE2()
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/
A Decc.h170 BYTES_TO_WORDS_8(51, 25, 63, FC, C2, CA, B9, F3),
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtestimg.ppm4 …?.�<,�=,�=+�>-�=,�=+�=*�>*�<+�<+�<+�<,�<,�<,�;-�;-�=/�</�</�=0�?1�@4�A5�B6�F3�E4�F7�H>�F@�C>�DA�KG…
5F3;A3:=2;<4<=79:*?@2<>19<1:@49B1?L2Pa=`xFj�Kt�Os�Mq�Lo�No�Pm�Pp�Tq�Up�Ro�Pm�Ll�Jn�Jo�Kq�Mr�Nt�Sy�X…
/AliOS-Things-master/hardware/chip/rtl872xd/bin/
A Dkm0_boot_all_2nd.bin56 hC`VFJhCN`~��.�4`?,�eE��h_]FF[F"�5`>@ :�F��KF�F3�RF�@�F��W�L� �<��F�F�F�F�� ���#`…
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/
A Drgb-3c-8b.ppm13 …�4*�9.�9/�6,�9-�:+�5)�6(�7(�:+�:,�7%�W8�ƨ���������Φ�яμ��˽�ʾ���Р��ta�@/�3#�F3ѣ�څw�ZT�=0�3&�2!�=$�3…
19 …X��]��f��_��`��k��j��Q��[��t�F3�%#�,'�/(�/*�3,�60�;3�eN�������������UO�5*�3(�/+�,(�,%�.'�.'�/'�4*�…
/AliOS-Things-master/hardware/chip/rtl872xd/
A Date.bin1352 …/�$+0�0+3�H+4�`+5�l+6Ѐ+8Ё+9Ђ+:Ѓ+;Є+>Ѕ+?І+@Ї+A�p���M�@�a=���H����A����:�)F3�3F�"���;����4����…
1709 … ��t���]�'�O�3�"!�/ �O�3�"�!��n��O�T#��g���H�CF�"��b���B��M+F��D���c�+F3�X" F��P�� ���:�����…

Completed in 89 milliseconds