Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MoveFunctions (0.09 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/xla_call_module_deserialization.cc

               << "StableHLO module does not have an entry function";
      }
      return main_func_name;
    }
    
    // Moves functions from one module to another.
    // The moved functions are set to private.
    void MoveFunctions(SymbolTableCollection &symbol_tables, ModuleOp from,
                       ModuleOp to) {
      SymbolTable &to_symbol_table = symbol_tables.getSymbolTable(to);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 23 09:05:47 UTC 2024
    - 11.1K bytes
    - Viewed (0)
Back to top