Home
last modified time | relevance | path

Searched defs:TypeDescriptor (Results 1 – 15 of 15) sorted by relevance

/external/ml_dtypes/ml_dtypes/_src/
Ddtypes.cc45 struct TypeDescriptor<bfloat16> : CustomFloatType<bfloat16> { struct
46 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 …]
Dcommon.h44 struct TypeDescriptor { struct
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc56 struct TypeDescriptor { struct
663 struct TypeDescriptor<unsigned char> { struct
664 typedef unsigned char T;
665 static int Dtype() { return NPY_UBYTE; } in Dtype()
669 struct TypeDescriptor<unsigned short> { // NOLINT struct
670 typedef unsigned short T; // NOLINT typedef
671 static int Dtype() { return NPY_USHORT; } in Dtype()
678 struct TypeDescriptor<unsigned int> { struct
679 typedef unsigned int T;
680 static int Dtype() { return NPY_UINT; } in Dtype()
[all …]
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp134 struct TypeDescriptor { in dumpCXXData() struct
135 StringRef Symbols[1]; in dumpCXXData()
136 uint64_t AlwaysZero; in dumpCXXData()
137 StringRef MangledName; in dumpCXXData()
/external/googleapis/google/cloud/visionai/v1/
Dstreaming_resources.proto66 message TypeDescriptor { message
/external/googleapis/google/cloud/visionai/v1alpha1/
Dstreaming_resources.proto66 message TypeDescriptor { message
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCSectionMachO.cpp225 auto TypeDescriptor = in ParseSectionSpecifier() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionMachO.cpp223 auto TypeDescriptor = std::find_if( in ParseSectionSpecifier() local
/external/llvm/lib/MC/
DMCSectionMachO.cpp212 auto TypeDescriptor = std::find_if( in ParseSectionSpecifier() local
/external/golang-protobuf/internal/impl/
Dextension.go110 func (xi *ExtensionInfo) TypeDescriptor() protoreflect.ExtensionTypeDescriptor { func
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h68 GlobalVariable *TypeDescriptor; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h68 GlobalVariable *TypeDescriptor; member
/external/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h71 GlobalVariable *TypeDescriptor; member
/external/golang-protobuf/types/dynamicpb/
Ddynamic.go684 func (xt extensionType) TypeDescriptor() protoreflect.ExtensionTypeDescriptor { func
/external/golang-protobuf/reflect/protoreflect/
Dtype.go506 TypeDescriptor() ExtensionTypeDescriptor methodSpec