MCPcopy Create free account
hub / github.com/THUDM/GLM / X

Method X

data_utils/datasets.py:177–180  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

175
176 @property
177 def X(self):
178 if self._X is None:
179 self._X = itemgetter(*self.split_inds)(self.wrapped_data.X)
180 return self._X
181
182 @property
183 def Y(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected