SYMBOL INDEX (25 symbols across 3 files) FILE: lambda_diffusers/pipelines/pipeline_stable_diffusion_im_embed.py class StableDiffusionImageEmbedPipeline (line 17) | class StableDiffusionImageEmbedPipeline(DiffusionPipeline): method __init__ (line 18) | def __init__( method __call__ (line 39) | def __call__( FILE: scripts/benchmark.py function make_bool (line 17) | def make_bool(yes_or_no): function get_inference_pipeline (line 25) | def get_inference_pipeline(precision, backend): function do_inference (line 63) | def do_inference(pipe, n_samples, use_autocast, num_inference_steps): function get_inference_time (line 76) | def get_inference_time( function get_inference_memory (line 98) | def get_inference_memory(pipe, n_samples, use_autocast, num_inference_st... function run_benchmark (line 113) | def run_benchmark( function get_device_description (line 149) | def get_device_description(): function run_benchmark_grid (line 164) | def run_benchmark_grid(grid, n_repeats, num_inference_steps, csv_fpath): FILE: scripts/convert_sd_image_to_diffusers.py function shave_segments (line 32) | def shave_segments(path, n_shave_prefix_segments=1): function renew_resnet_paths (line 42) | def renew_resnet_paths(old_list, n_shave_prefix_segments=0): function renew_vae_resnet_paths (line 64) | def renew_vae_resnet_paths(old_list, n_shave_prefix_segments=0): function renew_attention_paths (line 81) | def renew_attention_paths(old_list, n_shave_prefix_segments=0): function renew_vae_attention_paths (line 102) | def renew_vae_attention_paths(old_list, n_shave_prefix_segments=0): function assign_to_checkpoint (line 132) | def assign_to_checkpoint(paths, checkpoint, old_checkpoint, attention_pa... function conv_attn_to_linear (line 182) | def conv_attn_to_linear(checkpoint): function create_unet_diffusers_config (line 194) | def create_unet_diffusers_config(original_config): function create_vae_diffusers_config (line 231) | def create_vae_diffusers_config(original_config): function create_diffusers_schedular (line 255) | def create_diffusers_schedular(original_config): function create_ldm_bert_config (line 266) | def create_ldm_bert_config(original_config): function convert_ldm_unet_checkpoint (line 276) | def convert_ldm_unet_checkpoint(checkpoint, config): function convert_ldm_vae_checkpoint (line 401) | def convert_ldm_vae_checkpoint(checkpoint, config): function convert_ldm_bert_checkpoint (line 496) | def convert_ldm_bert_checkpoint(checkpoint, config):