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

Method append

backends/vulkan/utils.py:855–856  ·  view source on GitHub ↗
(self, val: TensorRepr)

Source from the content-addressed store, hash-verified

853 return not self.__eq__(other)
854
855 def append(self, val: TensorRepr) -> None:
856 self.vals.append(val)
857
858 def storage_type(self, idx: int = 0) -> VkStorageType:
859 return self.vals[idx].storage_type

Callers 15

pick_representationsMethod · 0.95
test_appendMethod · 0.95
callMethod · 0.45
report_acceptMethod · 0.45
report_rejectMethod · 0.45
quantizer_reportMethod · 0.45
_pattern_rowsMethod · 0.45
quantized_conv2d_implFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_appendMethod · 0.76
annotateMethod · 0.36
run_tests_sequentialFunction · 0.36
_run_test_in_subprocessFunction · 0.36
run_tests_parallelFunction · 0.36
run_testsFunction · 0.36
mainFunction · 0.36
load_tensors_from_binFunction · 0.36
run_cpp_test_runnerFunction · 0.36
__init__Method · 0.36
__init__Method · 0.36
__init__Method · 0.36