Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
constrain_to_compatible_packed_dim
Method · 0.95
test_copy_produces_equal_repset
Method · 0.95
test_copy_is_independent
Method · 0.95
call
Method · 0.45
call
Method · 0.45
load_tensors_from_bin
Function · 0.45
call
Method · 0.45
aggregate_results
Function · 0.45
match
Method · 0.45
match
Method · 0.45
_extend_pattern_with_op
Method · 0.45
_extend_pattern_with_multiple_same_ops
Method · 0.45
Calls
1
TensorRepSet
Class · 0.85
Tested by
5
test_copy_produces_equal_repset
Method · 0.76
test_copy_is_independent
Method · 0.76
load_tensors_from_bin
Function · 0.36
execute_cmd
Function · 0.36
test_constrain_to_compatible_packed_dim_is_independent_copy
Method · 0.36