MCPcopy Create free account
hub / github.com/drinkingcoder/FlowFormer-Official / __call__

Method __call__

core/utils/flow_transforms.py:27–30  ·  view source on GitHub ↗
(self, input, target)

Source from the content-addressed store, hash-verified

25 self.co_transforms = co_transforms
26
27 def __call__(self, input, target):
28 for t in self.co_transforms:
29 input,target = t(input,target)
30 return input,target
31
32
33class Scale(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected