Searched defs:int8 (Results 1 - 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/core/platform/default/
H A Dintegral_types.h24 typedef signed char int8; typedef in namespace:tensorflow
/external/dng_sdk/source/
H A Ddng_types.h41 typedef int8_t int8; typedef
53 typedef signed char int8; typedef
/external/flatbuffers/python/flatbuffers/
H A Dpacker.py32 int8 = struct.Struct("<b") variable
/external/google-breakpad/src/common/dwarf/
H A Dtypes.h38 typedef signed char int8; typedef
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_types.h41 typedef int8_t int8; typedef
/external/syslinux/gpxe/src/include/
H A Dstdint.h27 typedef int8_t int8; typedef
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h63 typedef signed char int8; typedef
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h63 typedef signed char int8; typedef
/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_int.hpp42 typedef std::int8_t int8; typedef in namespace:glm::detail
69 typedef signed char int8;
89 typedef detail::int8 int8; typedef in namespace:glm
178 GLM_STATIC_ASSERT(sizeof(glm::int8) == 1, "int8 size isn't 1 byte on this platform");
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h53 typedef signed char int8; typedef
/external/clang/test/CodeGen/
H A Darm-swiftcall.c68 typedef int int8 __attribute__((ext_vector_type(8))); typedef
411 TEST(int8)
/external/gflags/src/
H A Dutil.h85 typedef signed char int8; typedef in namespace:GFLAGS_NAMESPACE
/external/protobuf/src/google/protobuf/stubs/
H A Dport.h102 typedef signed __int8 int8; typedef in namespace:google::protobuf
112 typedef signed char int8; typedef in namespace:google::protobuf
/external/stressapptest/src/
H A Dsattypes.h40 typedef signed char int8; typedef
/external/pdfium/third_party/agg23/
H A Dagg_basics.h48 typedef AGG_INT8 int8; typedef in namespace:agg
/external/tensorflow/tensorflow/python/framework/
H A Ddtypes.py41 * `tf.int8`: 8-bit signed integer.
314 np.int8: (-128, 127),
349 int8 = DType(types_pb2.DT_INT8) variable
350 tf_export("int8").export_constant(__name__, "int8")
411 types_pb2.DT_INT8: int8,
461 types_pb2.DT_INT8: "int8",
517 _np_qint8 = np.dtype([("qint8", np.int8, 1)])
540 (np.int8, int8),
[all...]
/external/clang/lib/Headers/
H A Dopencl-c.h101 typedef int int8 __attribute__((ext_vector_type(8))); typedef
3378 char8 __ovld __cnfn convert_char8_rte(int8);
3379 char8 __ovld __cnfn convert_char8_sat_rte(int8);
3380 char8 __ovld __cnfn convert_char8_rtz(int8);
3381 char8 __ovld __cnfn convert_char8_sat_rtz(int8);
3382 char8 __ovld __cnfn convert_char8_rtp(int8);
3383 char8 __ovld __cnfn convert_char8_sat_rtp(int8);
3384 char8 __ovld __cnfn convert_char8_rtn(int8);
3385 char8 __ovld __cnfn convert_char8_sat_rtn(int8);
3386 char8 __ovld __cnfn convert_char8(int8);
[all...]
/external/vulkan-validation-layers/libs/glm/gtc/
H A Dtype_precision.hpp75 typedef detail::int8 lowp_int8;
91 typedef detail::int8 lowp_int8_t;
107 typedef detail::int8 lowp_i8;
123 typedef detail::int8 mediump_int8;
139 typedef detail::int8 mediump_int8_t;
155 typedef detail::int8 mediump_i8;
171 typedef detail::int8 highp_int8;
187 typedef detail::int8 highp_int8_t;
203 typedef detail::int8 highp_i8;
220 typedef detail::int8 int typedef in namespace:glm
[all...]
/external/pdfium/third_party/libtiff/
H A Dtiff.h61 * 8-bit quantities int8/uint8
68 typedef TIFF_INT8_T int8; typedef
/external/vulkan-validation-layers/libs/glm/
H A Dfwd.hpp132 typedef detail::int8 lowp_int8;
148 typedef detail::int8 lowp_int8_t;
164 typedef detail::int8 lowp_i8;
180 typedef detail::int8 mediump_int8;
196 typedef detail::int8 mediump_int8_t;
212 typedef detail::int8 mediump_i8;
228 typedef detail::int8 highp_int8;
244 typedef detail::int8 highp_int8_t;
260 typedef detail::int8 highp_i8;
277 typedef detail::int8 int typedef in namespace:glm
[all...]
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py106 def int8(self): member in class:BinaryReader

Completed in 1599 milliseconds