/external/pytorch/aten/src/ATen/cuda/tunable/ |
D | TunableGemm.h | 139 inline std::string TypeName(T v) { in TypeName() function 144 inline std::string TypeName(float v) { in TypeName() function 149 inline std::string TypeName(double v) { in TypeName() function 154 inline std::string TypeName(BFloat16 v) { in TypeName() function 159 inline std::string TypeName(Half v) { in TypeName() function 164 inline std::string TypeName(Float8_e4m3fn v) { in TypeName() function 169 inline std::string TypeName(Float8_e5m2 v) { in TypeName() function 174 inline std::string TypeName(Float8_e4m3fnuz v) { in TypeName() function 179 inline std::string TypeName(Float8_e5m2fnuz v) { in TypeName() function 184 inline std::string TypeName(c10::complex<double> v) { in TypeName() function [all …]
|
/external/pytorch/c10/util/ |
D | Deprecated.h | 50 #define C10_DEFINE_DEPRECATED_USING(TypeName, TypeThingy) \ argument 66 #define C10_DEFINE_DEPRECATED_USING(TypeName, TypeThingy) \ argument 74 #define C10_DEFINE_DEPRECATED_USING(TypeName, TypeThingy) \ argument 77 #define C10_DEFINE_DEPRECATED_USING(TypeName, TypeThingy) \ argument 90 #define C10_DEFINE_DEPRECATED_USING(TypeName, TypeThingy) \ argument 94 #define C10_DEFINE_DEPRECATED_USING(TypeName, TypeThingy) \ argument
|
/external/libchrome/base/ |
D | macros.h | 34 #define DISALLOW_COPY(TypeName) \ argument 40 #define DISALLOW_ASSIGN(TypeName) TypeName& operator=(const TypeName&) = delete argument 45 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument 54 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
|
/external/protobuf/src/google/protobuf/stubs/ |
D | macros.h | 38 #define GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ argument 43 #define GOOGLE_DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/ |
D | macros.h | 38 #define GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ argument 43 #define GOOGLE_DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/ |
D | macros.h | 38 #define GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TypeName) \ argument 43 #define GOOGLE_DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
|
/external/grpc-grpc/src/core/resolver/xds/ |
D | xds_resolver_attributes.h | 32 static UniqueTypeName TypeName() { in TypeName() function 51 static UniqueTypeName TypeName() { in TypeName() function
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/match/ |
D | TypeName.java | 22 public final class TypeName { class 28 public TypeName(String packageName, String className) { in TypeName() method in TypeName
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 247 SmallString<256> TypeName("("); in visitArgList() local 341 SmallString<256> TypeName(ReturnTypeName); in visitProcedure() local 363 SmallString<256> TypeName(ReturnTypeName); in visitMemberFunction() local 422 SmallString<256> TypeName(PointeeName); in visitPointer() local 428 SmallString<256> TypeName; in visitPointer() local 457 SmallString<256> TypeName; in visitModifier() local 657 StringRef TypeName; in printTypeIndex() local
|
/external/javapoet/src/main/java/com/squareup/javapoet/ |
D | TypeName.java | 68 public class TypeName { class 97 private TypeName(String keyword) { in TypeName() method in TypeName 101 private TypeName(String keyword, List<AnnotationSpec> annotations) { in TypeName() method in TypeName 107 TypeName(List<AnnotationSpec> annotations) { in TypeName() method in TypeName
|
/external/cronet/tot/third_party/ced/src/util/ |
D | basictypes.h | 92 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument 97 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName) argument 105 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
|
/external/cronet/stable/third_party/ced/src/util/ |
D | basictypes.h | 92 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument 97 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName) argument 105 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
|
/external/angle/src/common/base/anglebase/ |
D | macros.h | 13 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
|
/external/ComputeLibrary/src/core/common/ |
D | Macros.h | 27 #define ARM_COMPUTE_DISALLOW_COPY_ALLOW_MOVE(TypeName) \ argument
|
/external/libchrome-gestures/include/ |
D | macros.h | 12 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
|
/external/tensorflow/tensorflow/c/experimental/ops/gen/cpp/views/ |
D | arg_type_view.cc | 25 string ArgTypeView::TypeName() const { in TypeName() function in tensorflow::generator::cpp::ArgTypeView
|
/external/angle/third_party/abseil-cpp/absl/flags/ |
D | commandlineflag.cc | 27 absl::string_view CommandLineFlag::TypeName() const { return ""; } in TypeName() function in absl::CommandLineFlag
|
/external/perfetto/src/android_sdk/nativehelper/ |
D | nativehelper_utils.h | 32 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
|
/external/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxertypes.h | 24 #define LIBWEBM_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
|
/external/libwebm/mkvmuxer/ |
D | mkvmuxertypes.h | 24 #define LIBWEBM_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
|
/external/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxertypes.h | 24 #define LIBWEBM_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | composite_tensor_variant.h | 67 string TypeName() const { return kTypeName; } in TypeName() function
|
/external/tensorflow/tensorflow/core/framework/ |
D | variant_test.cc | 41 string TypeName() const { return "POD"; } in TypeName() function 90 string TypeName() const { return "MaybeAlive"; } in TypeName() function in tensorflow::__anon6da4d8e80111::MaybeAlive 130 string TypeName() const { return "DeleteCounter"; } in TypeName() function in tensorflow::__anon6da4d8e80111::DeleteCounter 251 string TypeName() const { return "MoveAndCopyCounter"; } in TypeName() function in tensorflow::__anon6da4d8e80211::MoveAndCopyCounter 541 string TypeName() const { return "TensorList"; } in TypeName() function 619 string TypeName() const { return "POD"; } in PodUpdateTest() function 642 string TypeName() const { return "POD"; } in TestEncodeDecodePod() function
|
/external/libtextclassifier/native/lang_id/common/lite_base/ |
D | macros.h | 20 #define SAFTM_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
|
/external/icing/icing/text_classifier/lib3/utils/base/ |
D | macros.h | 26 #define TC3_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
|