/external/neven/Embedded/common/src/b_TensorEm/ |
D | CompactMat.c | 80 sumL += ( ( int8 ) dpL[ 0 ] * ( int32 )inPtrL[ 0 ] ); in bts_CompactMat_fltDotPrdRow() 81 sumL += ( ( int8 )( dpL[ 0 ] >> 8 ) * ( int32 )inPtrL[ 1 ] ); in bts_CompactMat_fltDotPrdRow() 82 sumL += ( ( int8 ) dpL[ 1 ] * ( int32 )inPtrL[ 2 ] ); in bts_CompactMat_fltDotPrdRow() 83 sumL += ( ( int8 )( dpL[ 1 ] >> 8 ) * ( int32 )inPtrL[ 3 ] ); in bts_CompactMat_fltDotPrdRow() 84 sumL += ( ( int8 ) dpL[ 2 ] * ( int32 )inPtrL[ 4 ] ); in bts_CompactMat_fltDotPrdRow() 85 sumL += ( ( int8 )( dpL[ 2 ] >> 8 ) * ( int32 )inPtrL[ 5 ] ); in bts_CompactMat_fltDotPrdRow() 86 sumL += ( ( int8 ) dpL[ 3 ] * ( int32 )inPtrL[ 6 ] ); in bts_CompactMat_fltDotPrdRow() 87 sumL += ( ( int8 )( dpL[ 3 ] >> 8 ) * ( int32 )inPtrL[ 7 ] ); in bts_CompactMat_fltDotPrdRow() 93 sumL += ( ( int8 ) *dpL * ( int32 )inPtrL[ 0 ] ); in bts_CompactMat_fltDotPrdRow() 94 sumL += ( ( int8 )( *dpL >> 8 ) * ( int32 )inPtrL[ 1 ] ); in bts_CompactMat_fltDotPrdRow() [all …]
|
/external/libmojo/mojo/public/interfaces/bindings/tests/ |
D | test_unions.mojom | 17 int8 f_int8; 18 int8 f_int8_other; 34 int8 f_int8; 38 array<int8> f_array_int8; 39 map<string, int8> f_map_int8; 62 int8 f_int8; 81 int8 f_int8; 99 int8 f_int8; 103 int8 f_int8;
|
D | test_structs.mojom | 33 int8 f1; 70 int8 f1 = 100; 118 map<int8, int8> f1; 155 array<int8> f0; 196 const int8 V0 = -128; // Minimum 197 const int8 V1 = -1; // -1 198 const int8 V2 = 0; // 0 199 const int8 V3 = 42; // An arbitrary valid value. 200 const int8 V4 = 127; // Maximum 221 int8 f0 = V0; [all …]
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | bit.hpp | 122 GLM_FUNC_DECL int16 bitfieldInterleave(int8 x, int8 y); 164 GLM_FUNC_DECL int32 bitfieldInterleave(int8 x, int8 y, int8 z); 206 GLM_FUNC_DECL int32 bitfieldInterleave(int8 x, int8 y, int8 z, int8 w);
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | zlib_compression_options.h | 32 int8 flush_mode = Z_NO_FLUSH; 74 int8 window_bits = MAX_WBITS; 82 int8 compression_level = Z_DEFAULT_COMPRESSION; 85 int8 compression_method = Z_DEFLATED; 92 int8 mem_level = 9; 109 int8 compression_strategy = Z_DEFAULT_STRATEGY;
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | type_precision.hpp | 75 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 int8; typedef [all …]
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | glm.cpp | 79 template struct tvec2<int8, lowp>; 90 template struct tvec2<int8, mediump>; 101 template struct tvec2<int8, highp>; 113 template struct tvec3<int8, lowp>; 124 template struct tvec3<int8, mediump>; 135 template struct tvec3<int8, highp>; 147 template struct tvec4<int8, lowp>; 158 template struct tvec4<int8, mediump>; 169 template struct tvec4<int8, highp>;
|
D | type_int.hpp | 42 typedef std::int8_t int8; typedef 69 typedef signed char int8; 89 typedef detail::int8 int8; typedef 178 GLM_STATIC_ASSERT(sizeof(glm::int8) == 1, "int8 size isn't 1 byte on this platform");
|
/external/tensorflow/tensorflow/core/platform/ |
D | types.h | 55 static const int8 kint8min = ((int8)~0x7F); 56 static const int8 kint8max = ((int8)0x7F);
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | bitcast_op_test.py | 42 datatype = dtypes.int8 47 x = np.arange(16, dtype=np.int8).reshape([4, 4]) 63 x = np.zeros([1, 1], np.int8) 70 datatype = dtypes.int8 76 datatype = dtypes.int8
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cwise_op_invert.cc | 19 REGISTER8(UnaryOp, CPU, "Invert", functor::invert, int8, int16, int32, int64, 23 REGISTER6(UnaryOp, SYCL, "Invert", functor::invert, int8, int16, int32, int64, 28 REGISTER8(UnaryOp, GPU, "Invert", functor::invert, int8, int16, int32, int64,
|
D | cuda_device_array.h | 63 out_of_line_values_on_host_.flat<int8>().data()); in Init() 84 out_of_line_values_on_gpu_.flat<int8>().data(), in Finalize() 87 out_of_line_values_on_host_.flat<int8>().data(), in Finalize() 92 out_of_line_values_on_gpu_.flat<int8>().data()); in Finalize()
|
D | cast_op_impl_int8.cc | 25 CURRY_TYPES3(CAST_CASE, CPUDevice, int8); in GetCpuCastFromInt8() 32 CURRY_TYPES3(CAST_CASE, GPUDevice, int8); in GetGpuCastFromInt8() 41 CURRY_TYPES3_NO_HALF(CAST_CASE, SYCLDevice, int8); in GetSyclCastFromInt8()
|
D | cwise_op_bitwise_xor.cc | 19 REGISTER8(BinaryOp, CPU, "BitwiseXor", functor::bitwise_xor, int8, int16, int32, 27 REGISTER_SYCL_KERNEL(int8); 40 REGISTER8(BinaryOp, GPU, "BitwiseXor", functor::bitwise_xor, int8, int16, int32,
|
D | cwise_op_left_shift.cc | 19 REGISTER8(BinaryOp, CPU, "LeftShift", functor::left_shift, int8, int16, int32, 27 REGISTER_SYCL_KERNEL(int8); 40 REGISTER8(BinaryOp, GPU, "LeftShift", functor::left_shift, int8, int16, int32,
|
D | cwise_op_bitwise_and.cc | 19 REGISTER8(BinaryOp, CPU, "BitwiseAnd", functor::bitwise_and, int8, int16, int32, 27 REGISTER_SYCL_KERNEL(int8); 40 REGISTER8(BinaryOp, GPU, "BitwiseAnd", functor::bitwise_and, int8, int16, int32,
|
D | cwise_op_less_equal.cc | 20 double, int32, int64, uint8, int8, int16); 23 double, int64, uint8, int8, int16); 39 int64, uint8, int8, int16);
|
D | cwise_op_bitwise_or.cc | 19 REGISTER8(BinaryOp, CPU, "BitwiseOr", functor::bitwise_or, int8, int16, int32, 27 REGISTER_SYCL_KERNEL(int8); 40 REGISTER8(BinaryOp, GPU, "BitwiseOr", functor::bitwise_or, int8, int16, int32,
|
D | cwise_op_right_shift.cc | 19 REGISTER8(BinaryOp, CPU, "RightShift", functor::right_shift, int8, int16, int32, 27 REGISTER_SYCL_KERNEL(int8); 40 REGISTER8(BinaryOp, GPU, "RightShift", functor::right_shift, int8, int16, int32,
|
D | parse_tensor_test.cc | 133 MakeOp<int8>(TensorShape({2}), in TEST_F() 134 [](int x) -> int8 { return static_cast<int8>(x + 8); }); in TEST_F() 137 ParseSerializedOutput<int8>(GetOutput(0), &parse_output); in TEST_F() 138 test::ExpectTensorEqual<int8>(parse_output, GetInput(0)); in TEST_F()
|
/external/clang/test/SemaOpenCL/ |
D | vector_literals_invalid.cl | 5 typedef __attribute__(( ext_vector_type(8) )) int int8; 12 …int8 d = (int8)(a,(float4)(1)); // expected-error{{initializing 'int' with an expression of incomp…
|
/external/tensorflow/tensorflow/python/ops/ |
D | bitwise_ops_test.py | 38 dtype_list = [dtypes.int8, dtypes.int16, dtypes.int32, dtypes.int64, 54 dtype_list = [dtypes.int8, dtypes.int16, 73 dtype_list = [dtypes.int8, dtypes.int16, dtypes.int32, dtypes.int64, 97 dtype_list = [np.int8, np.int16, np.int32, np.int64, 111 dtype_list = [np.int8, np.int16, np.int32, np.int64] 124 dtype_list = [np.int8, np.int16, np.int32, np.int64] 139 dtype_list = [dtypes.int8, dtypes.int16, dtypes.int32, dtypes.int64,
|
/external/clang/test/CodeGenOpenCL/ |
D | vector_literals_valid.cl | 6 typedef __attribute__(( ext_vector_type(8) )) int int8; 18 int8 b = (int8)(1,2,a.xy,a);
|
/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/ |
D | spirv_convert.h | 1207 __attribute__((overloadable)) int8 __spirv_ConvertFToS_Rint8(half8); 1208 __attribute__((overloadable)) int8 __spirv_ConvertFToS_Rint8_rtz(half8); 1209 __attribute__((overloadable)) int8 __spirv_ConvertFToS_Rint8_rte(half8); 1210 __attribute__((overloadable)) int8 __spirv_ConvertFToS_Rint8_rtp(half8); 1211 __attribute__((overloadable)) int8 __spirv_ConvertFToS_Rint8_rtn(half8); 1212 __attribute__((overloadable)) int8 __spirv_ConvertFToS_Rint8_sat(half8); 1213 __attribute__((overloadable)) int8 __spirv_ConvertFToS_Rint8_sat_rtz(half8); 1214 __attribute__((overloadable)) int8 __spirv_ConvertFToS_Rint8_sat_rte(half8); 1215 __attribute__((overloadable)) int8 __spirv_ConvertFToS_Rint8_sat_rtp(half8); 1216 __attribute__((overloadable)) int8 __spirv_ConvertFToS_Rint8_sat_rtn(half8); [all …]
|
/external/tensorflow/tensorflow/core/common_runtime/sycl/ |
D | sycl_device_context.cc | 71 static_cast<int8 *>(dst_ptr), static_cast<const int8 *>(src_ptr), in CopyCPUTensorToDevice() 149 static_cast<int8 *>(dst_ptr), static_cast<const int8 *>(src_ptr), in CopyDeviceTensorToCPU()
|