Searched defs:TypeDescriptor (Results 1 – 9 of 9) sorted by relevance
576 struct TypeDescriptor { struct582 struct TypeDescriptor<bfloat16> { struct583 typedef bfloat16 T;584 static int Dtype() { return npy_bfloat16; } in Dtype()588 struct TypeDescriptor<uint8> { struct589 typedef uint8 T;590 static int Dtype() { return NPY_UINT8; } in Dtype()594 struct TypeDescriptor<uint16> { struct595 typedef uint16 T;596 static int Dtype() { return NPY_UINT16; } 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()
212 auto TypeDescriptor = std::find_if( in ParseSectionSpecifier() local
223 auto TypeDescriptor = std::find_if( in ParseSectionSpecifier() local
110 func (xi *ExtensionInfo) TypeDescriptor() pref.ExtensionTypeDescriptor { func
68 GlobalVariable *TypeDescriptor; member
71 GlobalVariable *TypeDescriptor; member
505 TypeDescriptor() ExtensionTypeDescriptor methodSpec
680 func (xt extensionType) TypeDescriptor() pref.ExtensionTypeDescriptor { func