Searched defs:int8_t (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | pack_avx2_fma.cc | 34 void Pack8bitColMajorForAvx2(const std::int8_t*, std::int8_t, in Pack8bitColMajorForAvx2() 47 void Pack8bitRowMajorForAvx2(const std::uint8_t*, int, int, std::int8_t*, int, in Pack8bitRowMajorForAvx2()
|
A D | pack_avx512.cc | 34 void Pack8bitColMajorForAvx512(const std::int8_t*, std::int8_t, in Pack8bitColMajorForAvx512() 47 void Pack8bitRowMajorForAvx512(const std::uint8_t*, int, int, std::int8_t*, int, in Pack8bitRowMajorForAvx512()
|
A D | pack_avx.cc | 34 void Pack8bitColMajorForAvx(const std::int8_t*, std::int8_t, const std::int8_t*, in Pack8bitColMajorForAvx() 46 void Pack8bitRowMajorForAvx(const std::uint8_t*, int, int, std::int8_t*, int, in Pack8bitRowMajorForAvx()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/integer_ops/ |
A D | add.h | 38 int size, const ArithmeticParams& params, const int8_t* input1_data, in ElementWise() argument 41 int8_t (*binary_func)(int8_t, int8_t, const ArithmeticParams&)) { in ElementWise() argument 50 const int8_t* input1_data, const RuntimeShape& input2_shape, in BroadcastBinaryFunction4DSlow() argument 54 int8_t (*binary_func)(int8_t, int8_t, const ArithmeticParams&)) { in BroadcastBinaryFunction4DSlow() argument
|
/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/ |
A D | vl53l0x_types.h | 105 typedef signed char int8_t; typedef
|
/AliOS-Things-master/components/linkkit/include/linkkit/infra/ |
A D | infra_types.h | 14 typedef signed char int8_t; typedef
|
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/ |
A D | vk_platform.h | 75 typedef signed __int8 int8_t; typedef
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/ |
A D | types.h | 28 typedef signed char int8_t; typedef
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/ |
A D | types.h | 28 typedef signed char int8_t; typedef
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/ |
A D | types.h | 28 typedef signed char int8_t; typedef
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_config_minimal.h | 41 typedef signed char int8_t; typedef
|
A D | SDL_config_winrt.h | 49 typedef signed __int8 int8_t; typedef 73 typedef signed char int8_t; typedef
|
A D | SDL_config_windows.h | 34 typedef signed __int8 int8_t; typedef 58 typedef signed char int8_t; typedef
|
Completed in 24 milliseconds