Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for restoreTable (0.14 sec)

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

      mlir::OpBuilder builder(module.getBodyRegion());
      mlir::SymbolTable symbol_table(module);
    
      // Create a side data-structure, indexed by the object_graph node_id to
      // a TrackableObject that is restorable.
      absl::flat_hash_map<int, const TrackableObjectGraph::TrackableObject*>
          restored_objects;
      TF_RETURN_IF_ERROR(saved_model->VisitObjectsToRestore(
          [&](int saved_node_id,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top