Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 81 for procMs (0.4 sec)

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

    }
    
    Status ImporterBase::ConvertFeedsToPlaceholders(
        std::unordered_map<string, Node*>* node_name_map) {
      // Feeds (edges) are converted into single-output placeholder nodes to
      // simplify the conversion process.
      TF_ASSIGN_OR_RETURN(auto feeds_by_node, GetFeedsByNode(specs_.inputs));
      for (const auto& it : feeds_by_node) {
        TensorId tensor = ParseTensorName(it.first);
    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. pkg/controller/daemon/daemon_controller_test.go

    		t.Errorf("There should be unfulfilled expectation for creating new pods for DaemonSet %q", oldDSKey)
    	}
    
    	// process updates DS, update adds to queue
    	waitForQueueLength(1, "updated DS")
    	ok = dsc.processNextWorkItem(context.TODO())
    	if !ok {
    		t.Fatal("queue is shutting down")
    	}
    
    	// process does not re-update the DS
    	expectStableQueueLength(0)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.4.md

    * allow group impersonation ([#30803](https://github.com/kubernetes/kubernetes/pull/30803), [@deads2k](https://github.com/deads2k))
    * Always return command output for exec probes and kubelet RunInContainer ([#30731](https://github.com/kubernetes/kubernetes/pull/30731), [@ncdc](https://github.com/ncdc))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  4. src/database/sql/sql_test.go

    // context happens concurrently so tx.rollback and tx.Commit must guard against
    // double entry.
    //
    // In the test, a context is canceled while the query is in process so
    // the internal rollback will run concurrently with the explicitly called
    // Tx.Rollback.
    //
    // The addition of calling rows.Next also tests
    // Issue 21117.
    func TestIssue18429(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    //
    // Usage:
    //
    //	go generate [-run regexp] [-n] [-v] [-x] [build flags] [file.go... | packages]
    //
    // Generate runs commands described by directives within existing
    // files. Those commands can run any process but the intent is to
    // create or update Go source files.
    //
    // Go generate is never run automatically by go build, go test,
    // and so on. It must be run explicitly.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    rocessor; public synchronized class ConfigurationProcess { protected java.util.Map handlers; public void ConfigurationProcess(); public void addConfigurationReso(ConfigurationResourc); public org.codehaus.plexus.configuration.PlexusConfiguration process(org.codehaus.plexus.configuration.PlexusConfiguration, java.util.Map) throws ConfigurationResourc, ConfigurationProcess; protected void walk(org.codehaus.plexus.configuration.PlexusConfiguration, org.codehaus.plexus.configuration.PlexusConfiguration,...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 205.7K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb1/smb1/SmbFile.java

     * other SMB clients (including other threads making calls into jCIFS)
     * will not be permitted to access the target file and will receive "The
     * file is being accessed by another process" message.
     */
        public static final int FILE_NO_SHARE     = 0x00;
    /**
     * When specified as the <tt>shareAccess</tt> constructor parameter,
     * other SMB clients will be permitted to read from the target file while
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    rocessor; public synchronized class ConfigurationProcess { protected java.util.Map handlers; public void ConfigurationProcess(); public void addConfigurationReso(ConfigurationResourc); public org.codehaus.plexus.configuration.PlexusConfiguration process(org.codehaus.plexus.configuration.PlexusConfiguration, java.util.Map) throws ConfigurationResourc, ConfigurationProcess; protected void walk(org.codehaus.plexus.configuration.PlexusConfiguration, org.codehaus.plexus.configuration.PlexusConfiguration,...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 205.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        Option<"globally_unique_func_names_", "globally-unique-func-names", "bool",
               /*default=*/"true",
               "If true, the pass adds extra identifiers to make function names "
               "globally unique within a process, not just within a module.">
      ];
    }
    
    def ConvertLaunchFuncToTFCallPass : Pass<"tf-device-convert-launch-func-to-tf-call", "ModuleOp"> {
      let summary = "Rewrites tf_device::LaunchFuncOp to TF::PartitionedCallOp";
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__storage.k8s.io__v1alpha1_openapi.json

    the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 117.5K bytes
    - Viewed (0)
Back to top