MCPcopy Create free account
hub / github.com/AkaliKong/MiniOneRec / get_inputs

Method get_inputs

ts_rec_data.py:267–271  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

265 }
266
267 def get_inputs(self):
268 inputs = []
269 for i in tqdm(range(len(self.data))):
270 inputs.append(self.pre(i))
271 self.inputs = inputs
272
273 def get_inputs_list(self):
274 return self.inputs if hasattr(self, 'inputs') else [self.pre(i) for i in range(len(self))]

Callers 1

__init__Method · 0.95

Calls 1

preMethod · 0.95

Tested by

no test coverage detected