MCPcopy Create free account
hub / github.com/baowenbo/DAIN / forward

Method forward

my_package/Interpolation/InterpolationModule.py:10–11  ·  view source on GitHub ↗
(self, input1, input2)

Source from the content-addressed store, hash-verified

8 # self.f = InterpolationLayer()
9
10 def forward(self, input1, input2):
11 return InterpolationLayer.apply(input1, input2)
12
13 #we actually dont need to write the backward code for a module, since we have
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected