MCPcopy Create free account
hub / github.com/FastMAS/KVCOMM / update_masks

Method update_masks

KVCOMM/graph/graph.py:439–441  ·  view source on GitHub ↗

Return current spatial and temporal mask parameters.

(self)

Source from the content-addressed store, hash-verified

437 return False
438
439 def update_masks(self) -> torch.Tensor:
440 """Return current spatial and temporal mask parameters."""
441 return self.spatial_masks, self.temporal_masks
442
443 def __getstate__(self):
444 state = self.__dict__.copy()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected