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

Method append

backends/vulkan/utils.py:1252–1253  ·  view source on GitHub ↗
(self, val: TensorRepSet)

Source from the content-addressed store, hash-verified

1250 return f"[{', '.join(str(ts) for ts in self.vals)}]"
1251
1252 def append(self, val: TensorRepSet) -> None:
1253 return self.vals.append(val)
1254
1255 def any_is_empty(self) -> bool:
1256 if len(self.vals) == 0:

Callers 2

__init__Method · 0.95
test_appendMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by 1

test_appendMethod · 0.76