Searched defs:TypeDescriptor (Results 1 – 15 of 15) sorted by relevance
45 struct TypeDescriptor<bfloat16> : CustomFloatType<bfloat16> { struct46 typedef bfloat16 T;47 static constexpr bool is_floating = true;48 static constexpr bool is_integral = false;49 static constexpr const char* kTypeName = "bfloat16";50 static constexpr const char* kQualifiedTypeName = "ml_dtypes.bfloat16";51 static constexpr const char* kTpDoc = "bfloat16 floating-point values";57 static constexpr char kNpyDescrKind = 'V';60 static constexpr char kNpyDescrType = 'E';61 static constexpr char kNpyDescrByteorder = '=';[all …]
44 struct TypeDescriptor { struct
56 struct TypeDescriptor { struct663 struct TypeDescriptor<unsigned char> { struct664 typedef unsigned char T;665 static int Dtype() { return NPY_UBYTE; } in Dtype()669 struct TypeDescriptor<unsigned short> { // NOLINT struct670 typedef unsigned short T; // NOLINT typedef671 static int Dtype() { return NPY_USHORT; } in Dtype()678 struct TypeDescriptor<unsigned int> { struct679 typedef unsigned int T;680 static int Dtype() { return NPY_UINT; } in Dtype()[all …]
134 struct TypeDescriptor { in dumpCXXData() struct135 StringRef Symbols[1]; in dumpCXXData()136 uint64_t AlwaysZero; in dumpCXXData()137 StringRef MangledName; in dumpCXXData()
66 message TypeDescriptor { message
225 auto TypeDescriptor = in ParseSectionSpecifier() local
223 auto TypeDescriptor = std::find_if( in ParseSectionSpecifier() local
212 auto TypeDescriptor = std::find_if( in ParseSectionSpecifier() local
110 func (xi *ExtensionInfo) TypeDescriptor() protoreflect.ExtensionTypeDescriptor { func
68 GlobalVariable *TypeDescriptor; member
71 GlobalVariable *TypeDescriptor; member
684 func (xt extensionType) TypeDescriptor() protoreflect.ExtensionTypeDescriptor { func
506 TypeDescriptor() ExtensionTypeDescriptor methodSpec