Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 968 for Remotes (0.11 sec)

  1. tensorflow/c/eager/immediate_execution_distributed_manager.h

      // Set up distributed execution environment on local and remote tasks.
      // When `reset_context` is true, initialize new cluster context state based
      // on cluster configurations provided in `server_def`; otherwise, update
      // existing context state with the provided `server_def`. Contexts created
      // on remote tasks will be considered stale and garbage collected after
      // `keep_alive_secs` of inactivity.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 22:37:46 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  2. docs/bucket/lifecycle/DESIGN.md

    ### Transition Status
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 4.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/tensorflow/passes/remove_var_init_by_const.cc

        return "quant-remove-var-init-by-const";
      }
    
      StringRef getDescription() const final {
        return "Removes `tf.AssignVariableOp(tf.VarHandleOp, tf.Const)` patterns "
               "from the initializer function of type 'restore_op'.";
      }
    
      void runOnOperation() override;
    };
    
    // Finds and removes the `tf.AssignVariableOp(tf.VarHandleOp, tf.Const)`
    // pattern. `tf.VarHandleOp` and `tf.Const` are removed unless they are used by
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 03 12:04:03 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/mod_download_private_vcs.txt

    # "unknown revision" error. To do this we want to force git ls-remote to return
    # an error we don't already have special handling for. See golang/go#42751.
    exec git config --global ******@****.***dOf https://github.com/
    env GIT_SSH_COMMAND=false
    ! go install github.com/golang/nonexist@master
    stderr 'fatal: Could not read from remote repository.'
    ! stderr 'unknown revision'
    ! stdout .
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 07 16:37:00 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  5. releasenotes/notes/30838.yaml

    area: networking
    issue:
      - 30838
    
    releaseNotes:
    - |
      **Fixed** istiod never becoming ready when it fails to read resources from clusters configured via remote secrets.
      After a timeout configured by `PILOT_REMOTE_CLUSTER_TIMEOUT` (default 30s), istiod will become ready without
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 16 18:31:07 UTC 2021
    - 429 bytes
    - Viewed (0)
  6. pilot/pkg/leaderelection/leaderelection.go

    }
    
    func NewLeaderElectionMulticluster(namespace, name, electionID, revision string, remote bool, client kube.Client) *LeaderElection {
    	return newLeaderElection(namespace, name, electionID, revision, false, remote, client)
    }
    
    func newLeaderElection(namespace, name, electionID, revision string, perRevision bool, remote bool, client kube.Client) *LeaderElection {
    	var watcher revisions.DefaultWatcher
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 16:44:32 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  7. platforms/core-runtime/messaging/src/test/groovy/org/gradle/internal/remote/internal/hub/InterHubMessageSerializerTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.internal.remote.internal.hub
    
    import org.gradle.internal.remote.internal.hub.protocol.ChannelIdentifier
    import org.gradle.internal.remote.internal.hub.protocol.ChannelMessage
    import org.gradle.internal.remote.internal.hub.protocol.EndOfStream
    import org.gradle.internal.remote.internal.hub.protocol.InterHubMessage
    import org.gradle.internal.serialize.DefaultSerializer
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:59:22 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  8. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r35/CacheableTaskProgressEventsCrossVersionSpec.groovy

            TestFile localCache = file('local-cache')
            TestFile remoteCache = file('remote-cache')
            settingsFile.text = """
                buildCache {
                    local {
                        directory = '${localCache.absoluteFile.toURI()}'
                        push = true
                    }
                    remote(DirectoryBuildCache) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  9. pkg/test/echo/server/endpoint/udp.go

    	go func() {
    		buf := make([]byte, 2048)
    		for {
    			_, remote, err := listener.ReadFrom(buf)
    			if err != nil {
    				epLog.Warn("UDP read failed: " + err.Error())
    				return
    			}
    
    			id := uuid.New()
    			epLog.WithLabels("remote", remote, "id", id).Infof("UDP Request")
    
    			responseFields := s.getResponseFields(remote)
    			if _, err := listener.WriteTo([]byte(responseFields), remote); err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 16:20:31 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  10. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/client/DefaultDaemonConnectorTest.groovy

    import org.gradle.internal.logging.progress.ProgressLoggerFactory
    import org.gradle.internal.remote.Address
    import org.gradle.internal.remote.internal.ConnectCompletion
    import org.gradle.internal.remote.internal.ConnectException
    import org.gradle.internal.remote.internal.OutgoingConnector
    import org.gradle.internal.remote.internal.RemoteConnection
    import org.gradle.internal.serialize.Serializer
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 10:50:51 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top