MCPcopy Create free account
hub / github.com/pytorch/executorch / copy

Method copy

backends/vulkan/utils.py:898–901  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

896 return not self.__eq__(other)
897
898 def copy(self) -> "TensorRepSet":
899 return TensorRepSet(
900 set(self.valid_buffer_layouts), set(self.valid_texture_layouts)
901 )
902
903 def is_empty(self) -> bool:
904 """

Callers 15

callMethod · 0.45
callMethod · 0.45
load_tensors_from_binFunction · 0.45
callMethod · 0.45
aggregate_resultsFunction · 0.45
matchMethod · 0.45
matchMethod · 0.45

Calls 1

TensorRepSetClass · 0.85