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

Method items

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

Source from the content-addressed store, hash-verified

47 return iter(values)
48
49 def items(self):
50 data = [(t.name, getattr(self, t.name)) for t in fields(self)]
51 return iter(data)
52
53
54@dataclass

Callers 15

train_one_epochFunction · 0.45
evaluateFunction · 0.45
mainFunction · 0.45
loss_matching_costMethod · 0.45
forwardMethod · 0.45
loss_matching_costMethod · 0.45
forwardMethod · 0.45
build_aios_smplxFunction · 0.45
build_aios_smplx_boxFunction · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
build_backboneFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected