Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 112 for b0Bundle (0.11 sec)

  1. tensorflow/compiler/mlir/python/mlir.cc

        bool show_debug_info, TF_Status* status) {
      // Load the saved model into a SavedModelV2Bundle.
    
      tensorflow::SavedModelV2Bundle bundle;
      auto load_status =
          tensorflow::SavedModelV2Bundle::Load(saved_model_path, &bundle);
      if (!load_status.ok()) {
        tsl::Set_TF_Status_from_Status(status, load_status);
        return "// error";
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:16:49 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  2. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/xcode/fixtures/AbstractXcodeIntegrationSpec.groovy

            new XcodeProjectPackage(bundle)
        }
    
        protected XcodeProjectPackage getRootXcodeProject() {
            xcodeProject("${rootProjectName}.xcodeproj")
        }
    
        protected XcodeWorkspacePackage xcodeWorkspace(String path) {
            xcodeWorkspace(file(path))
        }
    
        protected XcodeWorkspacePackage xcodeWorkspace(TestFile bundle) {
            new XcodeWorkspacePackage(bundle)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  3. pkg/apis/certificates/validation/validation.go

    }
    
    // ValidateClusterTrustBundle runs all validation checks on bundle.
    func ValidateClusterTrustBundle(bundle *certificates.ClusterTrustBundle, opts ValidateClusterTrustBundleOptions) field.ErrorList {
    	var allErrors field.ErrorList
    
    	metaErrors := apivalidation.ValidateObjectMeta(&bundle.ObjectMeta, false, apivalidation.ValidateClusterTrustBundleName(bundle.Spec.SignerName), field.NewPath("metadata"))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/odml_to_stablehlo.cc

      if (!found) {
        return tensorflow::errors::Aborted("Export type is not supported.");
      }
    
      auto bundle = std::make_unique<tensorflow::SavedModelBundle>();
      bundle = nullptr;
    
      TF_ASSIGN_OR_RETURN(
          auto module,
          ImportSavedModelOrMLIR(input_model, &context, &source_mgr, &bundle));
      if (verbose) {
        TF_RETURN_IF_ERROR(ExportModule(*module,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:16:49 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache.adoc

    Input properties can be overridden by specifying the same property name.
    
    .Make the bundle task cacheable
    ====
    include::sample[dir="snippets/buildCache/cacheable-bundle/kotlin",files="build.gradle.kts[tags=bundle-task]"]
    include::sample[dir="snippets/buildCache/cacheable-bundle/groovy",files="build.gradle[tags=bundle-task]"]
    ====
    
    [[sec:build_cache_configure]]
    == Configure the Build Cache
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 11:30:10 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  6. subprojects/core/src/integTest/groovy/org/gradle/api/artifacts/dsl/DependencyCollectorDslIntegrationTest.groovy

        }
    
        String versionCatalog(String group, String name) {
            return "libs.$group.$name"
        }
    
        String versionCatalogBundle(String bundle) {
            return "libs.bundles.$bundle"
        }
    
        String testFixtures(String expression) {
            return "testFixtures($expression)"
        }
    
        String platform(String expression) {
            return "platform($expression)"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 16:23:38 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/native/swift_testing.adoc

    - Where to find the built testable bundle (on macOS) or executable (on Linux) (property: link:{groovyDslPath}/org.gradle.nativeplatform.test.xctest.tasks.XCTest.html#org.gradle.nativeplatform.test.xctest.tasks.XCTest:testInstallDirectory[XCTest.getTestInstalledDirectory()])
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  8. pkg/webhooks/validation/controller/controller.go

    var scope = log.RegisterScope("validationController", "validation webhook controller")
    
    type Options struct {
    	// Istio system namespace where istiod resides.
    	WatchedNamespace string
    
    	// File path to the x509 certificate bundle used by the webhook server
    	// and patched into the webhook config.
    	CABundleWatcher *keycertbundle.Watcher
    
    	// Revision for control plane performing patching on the validating webhook.
    	Revision string
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 16:52:19 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/python/saved_model_to_tfl_flatbuffer.cc

      auto bundle = std::make_unique<tensorflow::SavedModelBundle>();
      TF_ASSIGN_OR_RETURN(
          auto module,
          ImportSavedModel(
              model_flags.saved_model_dir(), model_flags.saved_model_version(),
              tags, absl::MakeSpan(custom_opdefs), exported_names, specs,
              !toco_flags.enable_tflite_resource_variables(), &context, &bundle));
    
      if (!model_flags.input_arrays().empty() ||
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 11K bytes
    - Viewed (0)
  10. platforms/native/testing-native/src/main/java/org/gradle/nativeplatform/test/xctest/plugins/XCTestConventionPlugin.java

                binary.getExecutableFile().set(link.flatMap(task -> task.getLinkedFile()));
    
                DefaultSwiftXCTestBundle bundle = (DefaultSwiftXCTestBundle) binary;
                bundle.getLinkTask().set(link);
                bundle.getRunScriptFile().set(install.flatMap(task -> task.getRunScriptFile()));
            } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 16.9K bytes
    - Viewed (0)
Back to top