/external/pytorch/torch/csrc/distributed/c10d/ |
D | ProcessGroup.cpp | 17 static ProcessGroup::BackendType strToBackendType(std::string_view backend) { in strToBackendType() 19 return ProcessGroup::BackendType::UNDEFINED; in strToBackendType() 21 return ProcessGroup::BackendType::GLOO; in strToBackendType() 23 return ProcessGroup::BackendType::NCCL; in strToBackendType() 25 return ProcessGroup::BackendType::UCC; in strToBackendType() 27 return ProcessGroup::BackendType::MPI; in strToBackendType() 29 return ProcessGroup::BackendType::CUSTOM; in strToBackendType() 96 ProcessGroup::BackendType backendType{ProcessGroup::BackendType::UNDEFINED}; in getBackend() 134 : rank_(rank), size_(size), backendType_(BackendType::UNDEFINED) {} in ProcessGroup()
|
D | ProcessGroup.hpp | 66 enum BackendType : uint8_t { enum in c10d::ProcessGroup 101 int64_t getBackendID(BackendType backend_type) const { in getBackendID() 109 BackendType getBackendType() const { in getBackendType() 490 if (backendType == ProcessGroup::BackendType::GLOO || in setSequenceNumberForGroup() 491 backendType == ProcessGroup::BackendType::NCCL || in setSequenceNumberForGroup() 492 backendType == ProcessGroup::BackendType::UCC) { in setSequenceNumberForGroup() 511 if (backendType == ProcessGroup::BackendType::GLOO || in getSequenceNumberForGroup() 512 backendType == ProcessGroup::BackendType::NCCL || in getSequenceNumberForGroup() 513 backendType == ProcessGroup::BackendType::UCC) { in getSequenceNumberForGroup() 585 } else if (backendType_ == c10d::ProcessGroup::BackendType::NCCL) { in barrier() [all …]
|
/external/perfetto/src/tracing/internal/ |
D | tracing_muxer_impl.h | 148 BackendType, 193 BackendType backend_type); 199 bool EnableDirectSMBPatchingForTesting(BackendType backend_type); 300 ConsumerImpl(TracingMuxerImpl*, BackendType, TracingSessionGlobalID); 324 BackendType const backend_type_; 399 TracingSessionImpl(TracingMuxerImpl*, TracingSessionGlobalID, BackendType); 419 BackendType const backend_type_; 428 BackendType); 436 BackendType backend_type_; 461 BackendType type{}; [all …]
|
/external/pytorch/torch/distributed/rpc/ |
D | backend_registry.py | 43 BackendType = enum.Enum(value="BackendType", names={}) # type: ignore[misc] variable 45 BackendType.__repr__ = _backend_type_repr # type: ignore[assignment] 47 if BackendType.__doc__: 48 BackendType.__doc__ = _backend_type_doc 61 return backend_name in BackendType.__members__.keys() 78 global BackendType 82 existing_enum_dict = {member.name: member.value for member in BackendType} 93 BackendType = enum.Enum(value="BackendType", names=extended_enum_dict) # type: ignore[misc] 95 BackendType.__repr__ = _backend_type_repr # type: ignore[assignment] 96 if BackendType.__doc__: [all …]
|
D | __init__.py | 75 from .backend_registry import BackendType 121 backend, backend_registry.BackendType 134 for candidate_backend in BackendType: 150 if backend != BackendType.TENSORPIPE: # type: ignore[attr-defined] 160 backend = BackendType.TENSORPIPE # type: ignore[attr-defined] 205 backend: backend_registry.BackendType, 220 backend=BackendType.TENSORPIPE, # type: ignore[attr-defined]
|
/external/skia/tools/graphite/dawn/ |
D | GraphiteDawnTestContext.cpp | 33 std::unique_ptr<GraphiteTestContext> DawnTestContext::Make(wgpu::BackendType backend, in Make() 71 backend == wgpu::BackendType::OpenGL || backend == wgpu::BackendType::OpenGLES in Make() 186 case wgpu::BackendType::D3D11: in contextType() 189 case wgpu::BackendType::D3D12: in contextType() 192 case wgpu::BackendType::Metal: in contextType() 195 case wgpu::BackendType::Vulkan: in contextType() 198 case wgpu::BackendType::OpenGL: in contextType() 201 case wgpu::BackendType::OpenGLES: in contextType()
|
/external/deqp-deps/amber/samples/ |
D | config_helper_dawn.cc | 69 ::dawn_native::BackendType backendType = ::dawn_native::BackendType::Metal; in CreateConfig() 71 ::dawn_native::BackendType backendType = ::dawn_native::BackendType::Vulkan; in CreateConfig()
|
/external/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ |
D | SettingsFields.java | 33 public BackendType getBackendType() { in getBackendType() 70 private BackendType backendType; 74 BackendType DEFAULT_BACKEND = BackendType.XNNPACK; in SettingsFields() 111 public void saveBackendType(BackendType backendType) { in saveBackendType()
|
D | ModelUtils.java | 24 public static int getModelCategory(ModelType modelType, BackendType backendType) { in getModelCategory() 25 if (backendType.equals(BackendType.XNNPACK)) { in getModelCategory() 35 } else if (backendType.equals(BackendType.MEDIATEK)) { in getModelCategory()
|
D | SettingsActivity.java | 46 private BackendType mBackendType; 306 for (BackendType backendType : BackendType.values()) { in setupBackendSelectorDialog() 318 mBackendType = BackendType.valueOf(backendTypes[item]); in setupBackendSelectorDialog() 412 if (mBackendType.equals(BackendType.XNNPACK) || mBackendType.equals(BackendType.QUALCOMM)) { in setBackendSettingMode() 414 } else if (mBackendType.equals(BackendType.MEDIATEK)) { in setBackendSettingMode()
|
D | BackendType.java | 3 public enum BackendType { enum
|
/external/skia/tools/sk_app/unix/ |
D | Window_unix.h | 44 bool attach(BackendType) override; 102 BackendType fBackend = BackendType::kRaster_BackendType;
|
/external/crosvm/devices/src/usb/xhci/ |
D | usb_hub.rs | 16 use super::xhci_backend_device::BackendType; 66 ty: BackendType, 77 ty: BackendType, in new() argument 198 BackendType::Usb2, in new() 208 BackendType::Usb3, in new()
|
D | xhci_backend_device.rs | 14 pub enum BackendType { enum 22 fn get_backend_type(&self) -> BackendType; in get_backend_type() argument
|
/external/google-cloud-java/java-network-management/proto-google-cloud-network-management-v1beta1/src/main/java/com/google/cloud/networkmanagement/v1beta1/ |
D | LoadBalancerInfo.java | 310 public enum BackendType implements com.google.protobuf.ProtocolMessageEnum { enum in LoadBalancerInfo 389 public static BackendType valueOf(int value) { in valueOf() 397 public static BackendType forNumber(int value) { in forNumber() 410 public static com.google.protobuf.Internal.EnumLiteMap<BackendType> internalGetValueMap() { in internalGetValueMap() 414 private static final com.google.protobuf.Internal.EnumLiteMap<BackendType> internalValueMap = 415 new com.google.protobuf.Internal.EnumLiteMap<BackendType>() { 416 public BackendType findValueByNumber(int number) { 417 return BackendType.forNumber(number); 439 private static final BackendType[] VALUES = values(); 441 public static BackendType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { in valueOf() [all …]
|
/external/google-cloud-java/java-network-management/proto-google-cloud-network-management-v1/src/main/java/com/google/cloud/networkmanagement/v1/ |
D | LoadBalancerInfo.java | 310 public enum BackendType implements com.google.protobuf.ProtocolMessageEnum { enum in LoadBalancerInfo 389 public static BackendType valueOf(int value) { in valueOf() 397 public static BackendType forNumber(int value) { in forNumber() 410 public static com.google.protobuf.Internal.EnumLiteMap<BackendType> internalGetValueMap() { in internalGetValueMap() 414 private static final com.google.protobuf.Internal.EnumLiteMap<BackendType> internalValueMap = 415 new com.google.protobuf.Internal.EnumLiteMap<BackendType>() { 416 public BackendType findValueByNumber(int number) { 417 return BackendType.forNumber(number); 439 private static final BackendType[] VALUES = values(); 441 public static BackendType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { in valueOf() [all …]
|
/external/skia/tools/sk_app/android/ |
D | Window_android.h | 28 bool attach(BackendType) override; 38 BackendType fBackendType;
|
/external/skia/tools/sk_app/win/ |
D | Window_win.h | 27 bool attach(BackendType) override; 39 BackendType fBackend;
|
/external/crosvm/cros_tracing/src/ |
D | perfetto.rs | 41 perfetto::init_tracing(perfetto::BackendType::System); in init() 46 perfetto::init_tracing(perfetto::BackendType::InProcess); in init_in_process()
|
/external/perfetto/include/perfetto/tracing/ |
D | tracing.h | 225 BackendType backend = kUnspecifiedBackend); 276 BackendType backend = kUnspecifiedBackend; 318 BackendType, 531 BackendType backend) { in NewTrace()
|
/external/perfetto/src/tracing/test/ |
D | api_test_support.h | 70 BackendType backend_type); 72 bool EnableDirectSMBPatching(BackendType backend_type);
|
/external/crosvm/perfetto/src/ |
D | bindings.rs | 70 pub const BackendType_CTRACE_UNSPECIFIED_BACKEND: BackendType = 0; 71 pub const BackendType_CTRACE_IN_PROCESS_BACKEND: BackendType = 1; 72 pub const BackendType_CTRACE_SYSTEM_BACKEND: BackendType = 2; 73 pub type BackendType = ::std::os::raw::c_int; typedef
|
/external/cronet/stable/net/disk_cache/ |
D | disk_cache.cc | 45 net::BackendType backend_type, 82 net::BackendType backend_type_; 101 net::BackendType backend_type, in CacheCreator() 322 net::BackendType backend_type, in CreateCacheBackendImpl() 369 net::BackendType backend_type, in CreateCacheBackend() 388 net::BackendType backend_type, in CreateCacheBackend() 405 net::BackendType backend_type, in CreateCacheBackend()
|
/external/cronet/tot/net/disk_cache/ |
D | disk_cache.cc | 45 net::BackendType backend_type, 82 net::BackendType backend_type_; 101 net::BackendType backend_type, in CacheCreator() 322 net::BackendType backend_type, in CreateCacheBackendImpl() 369 net::BackendType backend_type, in CreateCacheBackend() 388 net::BackendType backend_type, in CreateCacheBackend() 405 net::BackendType backend_type, in CreateCacheBackend()
|
/external/crosvm/devices/src/usb/backend/host_backend/ |
D | host_device.rs | 40 use crate::usb::xhci::xhci_backend_device::BackendType; 322 fn get_backend_type(&self) -> BackendType { in get_backend_type() argument 325 Err(_) => return BackendType::Usb2, in get_backend_type() 331 USB3_MASK => BackendType::Usb3, in get_backend_type() 332 _ => BackendType::Usb2, in get_backend_type()
|