Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SerializeXlaCallModule (0.54 sec)

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

    //
    // The stablehlo functions include the function referred by XlaCallModuleOp's
    // `_entry_function` attribute, and any stablehlo functions called transitively
    // from the entry function.
    LogicalResult SerializeXlaCallModule(SymbolTableCollection& symbol_table,
                                         ModuleOp module, XlaCallModuleOp op) {
      auto stablehlo_module = PruneStablehloModule(symbol_table, module, op);
      if (failed(stablehlo_module)) {
    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