Home
last modified time | relevance | path

Searched defs:device_string (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DDevice.cpp13 DeviceType parse_type(const std::string& device_string) { in parse_type()
68 Device::Device(const std::string& device_string) : Device(Type::CPU) { in Device()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dnccl_collective_permute_thunk.cc131 std::string device_string = GetDeviceString(params.nccl_params); in RunNcclCollective() local
144 absl::string_view device_string, int64_t current_id) { in RunCollectivePermute()
H A Djitrt_custom_calls.cc2037 std::string device_string = NcclCollectiveThunk::GetDeviceString(params); in operator ()() local
/aosp_15_r20/external/pytorch/c10/test/core/
H A DDevice_test.cpp10 std::string device_string; member
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dconstant_op_test.cc54 string device_string = "CPU"; in PersistentMemoryTrackingTest() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dlower_functional_ops.cc91 bool IsPropagatableDevice(StringPiece device_string) { in IsPropagatableDevice()
/aosp_15_r20/external/libbrillo/brillo/blkdev_utils/
H A Dloop_device.cc64 std::string device_string; in GetDeviceNumber() local
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_torch/
H A Doss_proxy_executor.cpp83 std::string device_string = serialized_arg_val["type"].get<std::string>(); in prefill_stack_with_static_arguments() local
/aosp_15_r20/external/tensorflow/tensorflow/python/training/saving/
H A Dsaveable_object_util.py53 def set_cpu0(device_string): argument
/aosp_15_r20/frameworks/av/services/mediametrics/
H A DAudioPowerUsage.cpp95 bool AudioPowerUsage::deviceFromString(const std::string& device_string, int32_t& device) { in deviceFromString()
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dtpu_embedding_v2.py1066 def check_device(path, device_string): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dunpickler.cpp809 auto device_string = stack_.back().toTupleRef().elements().at(0); in readGlobal() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Ddistributed_tpu_rewrite_pass.cc1368 bool IsTpuDevice(StringPiece device_string) { in IsTpuDevice()