Home
last modified time | relevance | path

Searched defs:tensor_device (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributed/_shard/sharded_tensor/_ops/
H A Dtensor_ops.py42 def tensor_device(types, args=(), kwargs=None, pg=None): function
/aosp_15_r20/external/pytorch/test/
H A Dtest_nestedtensor.py2753 def _create_leaf_nested_tensor_from_list(self, tensor_device, requires_grad=False): argument
2760 def _create_nested_tensor_from_list(self, tensor_device, requires_grad=False): argument
2769 def _create_nested_tensor_from_mask(self, tensor_device, requires_grad=False): argument
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dlazy_graph_executor.cpp662 const BackendDevice& tensor_device = tensor->GetDevice(); in ExtractIRAndPrepareTensorData() local