Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for renameToUnique (0.21 sec)

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

        const bool is_main_func = func.getSymName() == kStablehloMainFunctionName;
        if (tf_symbol_table.lookup(func.getSymName())) {
          if (failed(stablehlo_symbol_table.renameToUnique(
                  func, {&tf_symbol_table, &stablehlo_symbol_table}))) {
            return func.emitError()
                   << "failed to rename StableHLO function " << func.getSymName();
          }
        }
    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