Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setFunctionListAttr (0.24 sec)

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

      }
    
      // Rewrite `custom_call`'s `called_func` attribute to `called_index`.
      auto function_list = DesymbolizeCustomCallCalledIndex(*stablehlo_module);
      if (failed(function_list)) return failure();
      op.setFunctionListAttr(*function_list);
    
      // Restore the deserialized stablehlo module's attributes to the reconstructed
      // stablehlo module. The stablehlo module's attributes can contain important
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top