MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / values

Method values

util/smplx/smplx/utils.py:45–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 return iter(keys)
44
45 def values(self):
46 values = [getattr(self, t.name) for t in fields(self)]
47 return iter(values)
48
49 def items(self):
50 data = [(t.name, getattr(self, t.name)) for t in fields(self)]

Callers 8

train_one_epochFunction · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
_updateMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected