MCPcopy Create free account
hub / github.com/VAST-AI-Research/TriplaneGaussian / parse_version

Function parse_version

tgs/utils/misc.py:10–11  ·  view source on GitHub ↗
(ver: str)

Source from the content-addressed store, hash-verified

8
9
10def parse_version(ver: str):
11 return version.parse(ver)
12
13
14def get_rank():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected