Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SerializeStablehlo (0.2 sec)

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

        op->removeAttr(kStablehloModuleAttrsAttrName);
      }
    
      return stablehlo_module;
    }
    
    // Serializes the stablehlo module into bytecode.
    FailureOr<std::string> SerializeStablehlo(ModuleOp stablehlo_module) {
      std::string bytecode;
      llvm::raw_string_ostream os(bytecode);
      if (mlir::failed(stablehlo::serializePortableArtifact(
              stablehlo_module, stablehlo::getCurrentVersion(), os))) {
    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