Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 583 for bundle_ (0.17 sec)

  1. tensorflow/c/experimental/saved_model/core/tf_saved_model_api.cc

      return Status();
    }
    
    SavedModelV2Bundle* TFSavedModelAPI::GetBundle() { return &this->bundle_; }
    
    TFSavedModelAPI::TFSavedModelAPI(const std::string& directory,
                                     SavedModelV2Bundle bundle,
                                     RevivedObjects revived_objects)
        : directory_(directory),
          bundle_(std::move(bundle)),
          revived_objects_(std::move(revived_objects)) {}
    
    Status TFSavedModelAPI::Load(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 27 09:34:33 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/saved_model/core/tf_saved_model_api.h

      SavedModelV2Bundle* GetBundle() override;
    
     private:
      TFSavedModelAPI(const std::string& directory, SavedModelV2Bundle bundle,
                      RevivedObjects revived_objects);
    
      std::string directory_;
      SavedModelV2Bundle bundle_;
      RevivedObjects revived_objects_;
    };
    
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 30 21:44:45 UTC 2022
    - 3.9K bytes
    - Viewed (0)
  3. tensorflow/cc/saved_model/bundle_v2.cc

        bundle->variable_reader_ =
            std::make_unique<BundleReader>(Env::Default(), variables_prefix);
        TF_RETURN_WITH_CONTEXT_IF_ERROR(
            bundle->variable_reader_->status(),
            "Unable to load SavedModel variables checkpoint from ",
            variables_prefix);
    
        // Deserialize the object graph proto from the tensor bundle.
        TF_RETURN_IF_ERROR(ReadCheckpointObjectGraph(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 05 18:28:37 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  4. pilot/pkg/security/trustdomain/bundle.go

    	// or `td3/ns/foo/sa/a-service-account` will be treated the same in the Istio mesh.
    	TrustDomains []string
    }
    
    // NewBundle returns a new trust domain bundle.
    func NewBundle(trustDomain string, trustDomainAliases []string) Bundle {
    	return Bundle{
    		// Put the new trust domain to the beginning of the list to avoid changing existing tests.
    		TrustDomains: append([]string{trustDomain}, trustDomainAliases...),
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 23 15:48:01 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  5. subprojects/core/src/test/resources/org/gradle/api/internal/catalog/parser/with-bundles.toml

    groovy-json = { group = "org.codehaus.groovy", name = "groovy-json", version = "2.5.6" }
    groovy-templates = { group = "org.codehaus.groovy", name = "groovy-templates", version = "2.5.6" }
    
    [bundles]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 16 14:58:26 UTC 2021
    - 346 bytes
    - Viewed (0)
  6. subprojects/core/src/test/resources/org/gradle/api/internal/catalog/parser/one-bundle.toml

    [bundles]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 16 14:58:26 UTC 2021
    - 28 bytes
    - Viewed (0)
  7. tensorflow/cc/saved_model/bundle_v2.h

      /// Loads persistent representations for a SavedModelV2 from the specified
      /// export directory.
      static Status Load(const std::string& export_dir, SavedModelV2Bundle* bundle);
    
      /// MetaGraphDef from the loaded SavedModel.
      MetaGraphDef& meta_graph_def() { return meta_graph_def_; }
    
      /// SavedObjectGraph from the MetaGraphDef.
      const SavedObjectGraph& saved_object_graph() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 20 03:32:59 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  8. releasenotes/notes/webhook-ca-bundle.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    
    # issue is a list of GitHub issues resolved in this note.
    issue: []
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 07 06:39:27 UTC 2024
    - 237 bytes
    - Viewed (0)
  9. releasenotes/notes/spiffe-bundle-multiple-certs.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: security
    issue:
      - 44831
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 11 03:02:17 UTC 2023
    - 176 bytes
    - Viewed (0)
  10. docs/en/docs/img/sponsors/fastapi-course-bundle-banner.png

    fastapi-course-bundle-banner.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Apr 17 21:00:49 UTC 2022
    - 15.9K bytes
    - Viewed (0)
Back to top