• Z
    Add the `GetFetchNames` method in CinnGraphSymbolization. (#37218) · 3ad495e8
    Zhen Wang 提交于
    * Add the `GetFetchNames` method in CinnGraphSymbolization.
    
    * Use unordered_set instead vector as the type of fetch_var_names.
    
    * Reuse the definition of kCompilationKey.
    
    * Use CompileOptions to set fetch_var_ids.
    
    * Update the argument passing of GraphCompiler.Build.
    
    * Fix some bugs in CinnGraphSymbolization::GetFetchIds.
    3ad495e8
build_cinn_pass.cc 19.1 KB