Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for removeFunctionListAttr (0.17 sec)

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

          op.getFunctionList().getAsRange<SymbolRefAttr>());
      if (failed(
              SymbolizeCustomCallCalledIndex(*stablehlo_module, function_list))) {
        return failure();
      }
      op.removeFunctionListAttr();
    
      MoveFunctions(symbol_tables, *stablehlo_module, module);
    
      // Module is deserialized, we set an empty string to it instead removing
      // it because it's a required attribute.
      op.setModule("");
    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