Adarsh Patel
files added
4baad62
raw
history blame
105 Bytes
import torch
class Renderer():
def __init__(self):
pass
def forward(self):
pass