Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_video
Function · 0.80
main
Function · 0.80
psgan_infer.py
File · 0.80
main
Function · 0.80
main.py
File · 0.80
test_client.py
File · 0.80
worker
Function · 0.80
process_video_file
Function · 0.80
noise_patch
Function · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
forward
Method · 0.80
Calls
no outgoing calls
Tested by
8
test_iter
Method · 0.64
test_iter
Method · 0.64
test_iter
Method · 0.64
test_iter
Method · 0.64
test_iter
Method · 0.64
test_iter
Method · 0.64
test_iter
Method · 0.64
test_iter
Method · 0.64