Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GraphDefImporter (0.63 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

    // an MLIR Module.
    //
    // The nodes defined in the graph are converted to a function called
    // 'func_name'. All library function definitions are converted to MLIR functions
    // in the module.
    class GraphDefImporter : public ImporterBase {
     public:
      // Main entry point: converts the given graph to an MLIR Module.
      static absl::StatusOr<mlir::OwningOpRef<mlir::ModuleOp>> Convert(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  2. RELEASE.md

    *   Fixes an assertion failure on MLIR empty edge names ([CVE-2022-36012](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36012))
    *   Fixes a null-dereference in `mlir::tfg::GraphDefImporter::ConvertNodeDef` ([CVE-2022-36013](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36013))
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top