Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for demonte (0.21 sec)

  1. .bazelrc

    build:resultstore --bes_timeout=600s
    
    # Flag to enable remote config
    common --experimental_repo_remote_exec
    
    # Make Bazel not try to probe the host system for a C++ toolchain.
    build:rbe_base --config=resultstore
    build:rbe_base --repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
    build:rbe_base --define=EXECUTOR=remote
    build:rbe_base --jobs=800
    build:rbe_base --remote_executor=grpcs://remotebuildexecution.googleapis.com
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Apr 24 20:50:35 GMT 2024
    - 52.6K bytes
    - Viewed (2)
  2. tensorflow/c/eager/c_api_test.cc

      // Remote device on `worker1`.
      const char remote_device[] = "/job:localhost/replica:0/task:1/device:CPU:0";
      // `ctx_0`, `ctx_1`, `ctx_2` contains `remote_device`.
      {
        const std::vector<std::string>& device_names = ListDeviceNames(ctx_0);
        ASSERT_TRUE(std::find(device_names.begin(), device_names.end(),
                              remote_device) != device_names.end());
      }
    
      {
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Aug 03 20:50:20 GMT 2023
    - 94.6K bytes
    - Viewed (1)
  3. cmd/api-errors.go

    	},
    	ErrRemoteTargetNotFoundError: {
    		Code:           "XMinioAdminRemoteTargetNotFoundError",
    		Description:    "The remote target does not exist",
    		HTTPStatusCode: http.StatusNotFound,
    	},
    	ErrReplicationRemoteConnectionError: {
    		Code:           "XMinioAdminReplicationRemoteConnectionError",
    		Description:    "Remote service connection error",
    		HTTPStatusCode: http.StatusNotFound,
    	},
    	ErrReplicationBandwidthLimitError: {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun May 05 16:56:21 GMT 2024
    - 91.4K bytes
    - Viewed (6)
  4. istioctl/pkg/writer/compare/testdata/configdump.json

                                    {
                                      "object_key": "envoy.filters.listener.original_dst.remote_ip",
                                      "format_string": {
                                        "text_format_source": {
                                          "inline_string": "%DOWNSTREAM_REMOTE_ADDRESS%"
                                        }
                                      },
    Json
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Tue Mar 12 10:02:09 GMT 2024
    - 52K bytes
    - Viewed (0)
  5. cmd/batch-handlers.go

    		if err != nil {
    			// block and abort remote upload upon failure.
    			attempts := 1
    			for attempts <= 3 {
    				aerr := api.AbortMultipartUpload(ctx, tgtBucket, tgtObject, res.UploadID, ObjectOptions{})
    				if aerr == nil {
    					return
    				}
    				batchLogIf(ctx,
    					fmt.Errorf("trying %s: Unable to cleanup failed multipart replication %s on remote %s/%s: %w - this may consume space on remote cluster",
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun May 05 16:56:21 GMT 2024
    - 55.2K bytes
    - Viewed (0)
  6. istioctl/pkg/writer/compare/testdata/configdump_diff.json

                                    {
                                      "object_key": "envoy.filters.listener.original_dst.remote_ip",
                                      "format_string": {
                                        "text_format_source": {
                                          "inline_string": "%DOWNSTREAM_REMOTE_ADDRESS%"
                                        }
                                      },
    Json
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Tue Mar 12 10:02:09 GMT 2024
    - 51.6K bytes
    - Viewed (0)
  7. istioctl/pkg/proxyconfig/testdata/config_dump.json

                                  }
                                }
                              ]
                            },
                            "server_name": "istio-envoy",
                            "use_remote_address": false,
                            "upgrade_configs": [
                              {
                                "upgrade_type": "websocket"
                              }
                            ],
    Json
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Wed Jan 03 23:08:06 GMT 2024
    - 54.8K bytes
    - Viewed (1)
  8. cmd/peer-rest-server.go

    				return false
    			}
    		}
    		return rulesMap.MatchSimple(ev.EventName, ev.S3.Object.Key)
    	})
    	if err != nil {
    		return grid.NewRemoteErr(err)
    	}
    
    	// Process until remote disconnects.
    	// Blocks on upstream (out) congestion.
    	// We have however a dynamic downstream buffer (ch).
    	buf := bytes.NewBuffer(grid.GetByteBuffer())
    	enc := json.NewEncoder(buf)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 51.8K bytes
    - Viewed (0)
  9. common/scripts/metallb-native.yaml

                properties:
                  detectMultiplier:
                    description: Configures the detection multiplier to determine packet
                      loss. The remote transmission interval will be multiplied by this
                      value to determine the connection loss detection timer.
                    format: int32
                    maximum: 255
                    minimum: 2
    Others
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Fri Feb 23 23:56:31 GMT 2024
    - 63.9K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb/SmbSessionImpl.java

                }
                catch ( Exception e ) {
                    log.debug("Failed to resolve host name", e);
                }
            }
    
            if ( log.isDebugEnabled() ) {
                log.debug("Remote host is " + host);
            }
    
            if ( s == null ) {
                return this.credentials.createContext(getContext(), tdomain, host, negoResp.getSecurityBlob(), doSigning);
            }
    
            try {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Nov 14 17:41:04 GMT 2021
    - 49K bytes
    - Viewed (0)
Back to top