SYMBOL INDEX (6 symbols across 1 files) FILE: __init__.py function tensor2pil (line 7) | def tensor2pil(image): function pil2tensor (line 11) | def pil2tensor(image): class ImageRemoveBackgroundRembg (line 14) | class ImageRemoveBackgroundRembg: method __init__ (line 15) | def __init__(self): method INPUT_TYPES (line 19) | def INPUT_TYPES(s): method remove_background (line 30) | def remove_background(self, image):