MCPcopy Create free account
hub / github.com/OpenMeshLab/MeshXL / global_avg

Method global_avg

utils/misc.py:82–83  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80
81 @property
82 def global_avg(self):
83 return self.total / self.count
84
85 @property
86 def max(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected