MCPcopy Create free account
hub / github.com/apple/axlearn / state

Method state

axlearn/common/module.py:1111–1112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1109 return self._children
1110
1111 @property
1112 def is_training(self) -> bool:
1113 return self.get_invocation_context().is_training
1114
1115 @property

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected