MCPcopy Create free account
hub / github.com/WeChatCV/WeVisionOne / __repr__

Method __repr__

WeVisionOne/utils/misc.py:45–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 return self.tensors, self.mask
44
45 def __repr__(self):
46 return str(self.tensors)
47
48
49def nested_tensor_from_tensor_list(tensor_list: List[Tensor]):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected