Home
last modified time | relevance | path

Searched defs:unique_device (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbatchnorm_expander.cc276 optional<int64_t> unique_device = batch_norm->sharding_unique_device(); in HandleBatchNormTraining() local
365 optional<int64_t> unique_device = batch_norm->sharding_unique_device(); in HandleBatchNormInference() local
544 auto unique_device = batch_norm->sharding_unique_device(); in HandleBatchNormGrad() local
H A Dhlo_sharding.cc377 auto unique_device = tuple_element_sharding.UniqueDevice(); in UsedDevices() local
384 auto unique_device = UniqueDevice(); in UsedDevices() local
522 std::optional<int64_t> unique_device; in UniqueDevice() local
H A Dsharding_propagation.cc869 std::optional<int64_t> unique_device = std::nullopt; in CheckAndUpdateDeviceAssignmentsInWhileBody() local
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Ddebug_util.cpp94 torch::lazy::Unique<torch::lazy::BackendDevice> unique_device; in GetTensorsGraphInfo() local
H A Dlazy_graph_executor.cpp577 Unique<BackendDevice> unique_device; in CollectSyncTensors() local
/aosp_15_r20/packages/modules/adb/client/
Dusb_libusb.cpp76 using unique_device = std::unique_ptr<libusb_device, DeviceDeleter>; typedef