HomeSort by relevance Sort by last modified time
    Searched defs:INT32 (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/tensorflow/tensorflow/contrib/lite/java/src/main/java/org/tensorflow/lite/
DataType.java 24 INT32(2),
62 case INT32:
  /external/tensorflow/tensorflow/contrib/lite/python/
lite.py 54 INT32 = _types_pb2.INT32
187 elif input_tensor.dtype == _dtypes.int32:
188 tflite_input_type = INT32
218 "INT32",
  /external/tpm2/
BaseTypes.h 24 typedef int32_t INT32;
  /packages/services/Car/car-lib/src/android/car/
VehiclePropertyType.java 32 public static final int INT32 = 0x00400000;
46 INT32,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xwindows.h 54 #define INT32 wINT32
66 #undef INT32
Xwinsock.h 43 #define INT32 wINT32
54 #undef INT32
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DataType.java 31 INT32(3),
96 typeCodes.put(Integer.class, DataType.INT32);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/AArch64/
ProcessorBind.h 40 typedef __int32 INT32;
55 typedef int INT32;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Arm/
ProcessorBind.h 38 typedef __int32 INT32;
53 typedef int INT32;
75 typedef INT32 INTN;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Ia32/
ProcessorBind.h 76 typedef __int32 INT32;
93 typedef int INT32;
115 typedef int32_t INT32;
125 typedef INT32 INTN;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/X64/
ProcessorBind.h 79 typedef __int32 INT32;
96 typedef int INT32;
111 typedef int INT32;
134 typedef int32_t INT32;
  /device/linaro/bootloader/edk2/MdePkg/Include/AArch64/
ProcessorBind.h 40 typedef __int32 INT32;
55 typedef int INT32;
  /device/linaro/bootloader/edk2/MdePkg/Include/Ebc/
ProcessorBind.h 63 typedef int INT32;
  /device/linaro/bootloader/edk2/MdePkg/Include/Ia32/
ProcessorBind.h 140 typedef __int32 INT32;
187 typedef int INT32;
229 typedef INT32 INTN;
  /device/linaro/bootloader/edk2/MdePkg/Include/X64/
ProcessorBind.h 153 typedef __int32 INT32;
200 typedef int INT32;
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
data_types.h 31 typedef signed long INT32;
  /external/libldac/src/
struct_ldac.h 46 typedef int INT32;
  /external/libopus/celt/dump_modes/
dump_modes.c 41 #define INT32 "%d"
46 #define WORD32 INT32
226 fprintf(file, INT32 ", /* Fs */\n", mode->Fs);
  /external/python/cpython3/Modules/_multiprocessing/
multiprocessing.h 34 # define INT32 int32_t
  /external/syslinux/gpxe/src/include/gpxe/efi/Ia32/
ProcessorBind.h 106 typedef __int32 INT32;
123 typedef int INT32;
145 typedef int32_t INT32;
155 typedef INT32 INTN;
  /external/syslinux/gpxe/src/include/gpxe/efi/X64/
ProcessorBind.h 109 typedef __int32 INT32;
126 typedef int INT32;
141 typedef int INT32;
164 typedef int32_t INT32;
  /hardware/qcom/display/msm8996/sdm/include/utils/
constants.h 40 #define INT32(exp) static_cast<int32_t>(exp)
  /device/linaro/bootloader/edk2/MdePkg/Include/Arm/
ProcessorBind.h 45 typedef __int32 INT32;
61 typedef int INT32;
81 typedef INT32 INTN;
  /device/linaro/bootloader/edk2/MdePkg/Include/Ipf/
ProcessorBind.h 129 typedef __int32 INT32;
176 typedef int INT32;
  /hardware/qcom/display/msm8909/sdm/include/utils/
constants.h 40 #define INT32(exp) static_cast<int32_t>(exp)

Completed in 1044 milliseconds

1 2 3