SYMBOL INDEX (21 symbols across 4 files) FILE: pycore/blocks.py function block_2ConvPool (line 5) | def block_2ConvPool( name, botton, top, s_filer=256, n_filer=64, offset=... function block_Unconv (line 32) | def block_Unconv( name, botton, top, s_filer=256, n_filer=64, offset="(1... function block_Res (line 48) | def block_Res( num, name, botton, top, s_filer=256, n_filer=64, offset="... FILE: pycore/tikzeng.py function to_head (line 4) | def to_head( projectpath ): function to_cor (line 14) | def to_cor(): function to_begin (line 26) | def to_begin(): function to_input (line 38) | def to_input( pathfile, to='(-3,0,0)', width=8, height=8, name="temp" ): function to_Conv (line 44) | def to_Conv( name, s_filer=256, n_filer=64, offset="(0,0,0)", to="(0,0,0... function to_ConvConvRelu (line 62) | def to_ConvConvRelu( name, s_filer=256, n_filer=(64,64), offset="(0,0,0)... function to_Pool (line 82) | def to_Pool(name, offset="(0,0,0)", to="(0,0,0)", width=1, height=32, de... function to_UnPool (line 98) | def to_UnPool(name, offset="(0,0,0)", to="(0,0,0)", width=1, height=32, ... function to_ConvRes (line 115) | def to_ConvRes( name, s_filer=256, n_filer=64, offset="(0,0,0)", to="(0,... function to_ConvSoftMax (line 135) | def to_ConvSoftMax( name, s_filer=40, offset="(0,0,0)", to="(0,0,0)", wi... function to_SoftMax (line 151) | def to_SoftMax( name, s_filer=10, offset="(0,0,0)", to="(0,0,0)", width=... function to_Sum (line 168) | def to_Sum( name, offset="(0,0,0)", to="(0,0,0)", radius=2.5, opacity=0.6): function to_connection (line 182) | def to_connection( of, to): function to_skip (line 187) | def to_skip( of, to, pos=1.25): function to_end (line 197) | def to_end(): function to_generate (line 204) | def to_generate( arch, pathname="file.tex" ): FILE: pyexamples/test_simple.py function main (line 23) | def main(): FILE: pyexamples/unet.py function main (line 46) | def main():