MCPcopy
hub / github.com/PaddlePaddle/PaddleGAN / append

Method append

ppgan/models/generators/deoldify.py:35–36  ·  view source on GitHub ↗
(self, l)

Source from the content-addressed store, hash-verified

33 return self.layers[i]
34
35 def append(self, l):
36 return self.layers.append(l)
37
38 def extend(self, l):
39 return self.layers.extend(l)

Callers 15

read_videoFunction · 0.80
mainFunction · 0.80
psgan_infer.pyFile · 0.80
mainFunction · 0.80
main.pyFile · 0.80
test_client.pyFile · 0.80
workerFunction · 0.80
process_video_fileFunction · 0.80
noise_patchFunction · 0.80
__init__Method · 0.80
__init__Method · 0.80
forwardMethod · 0.80

Calls

no outgoing calls

Tested by 8

test_iterMethod · 0.64
test_iterMethod · 0.64
test_iterMethod · 0.64
test_iterMethod · 0.64
test_iterMethod · 0.64
test_iterMethod · 0.64
test_iterMethod · 0.64
test_iterMethod · 0.64