Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 78 for scouse (0.28 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      // connected, which makes them look like they can be scheduled for execution
      // in arbitrary order even though in fact they must be executed in order
      // according to their host-side graph dependency. This can cause deadlock.
      // Therefore, we hint XLA what the correct ordering of these clusters should
      // be to avoid deadlocks.
      std::vector<string> xla_token_input_nodes;
      xla_token_input_nodes.emplace_back(kXlaTokenArgNodeName);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  2. src/cmd/go/internal/work/exec.go

    		if fc == "" {
    			fc = "gfortran"
    		}
    		if strings.Contains(fc, "gfortran") {
    			cgoLDFLAGS = append(cgoLDFLAGS, "-lgfortran")
    		}
    	}
    
    	// Scrutinize CFLAGS and related for flags that might cause
    	// problems if we are using internal linking (for example, use of
    	// plugins, LTO, etc) by calling a helper routine that builds on
    	// the existing CGO flags allow-lists. If we see anything
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

              },
              "scope": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  4. src/reflect/value.go

    // an addressable array of bytes.
    func (v Value) Bytes() []byte {
    	// bytesSlow is split out to keep Bytes inlineable for unnamed []byte.
    	if v.typ_ == bytesType { // ok to use v.typ_ directly as comparison doesn't cause escape
    		return *(*[]byte)(v.ptr)
    	}
    	return v.bytesSlow()
    }
    
    func (v Value) bytesSlow() []byte {
    	switch v.kind() {
    	case Slice:
    		if v.typ().Elem().Kind() != abi.Uint8 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__policy__v1_openapi.json

              },
              "message": {
                "description": "A human-readable description of the cause of the error.  This field may be presented as-is to a reader.",
                "type": "string"
              },
              "reason": {
                "description": "A machine-readable description of the cause of the error. If this value is empty there is no information available.",
                "type": "string"
              }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  6. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

                configurations {
                    conf {
                        resolutionStrategy.failOnVersionConflict()
                        incoming.afterResolve {
                            // If executed, the below will cause the resolution failure on version conflict to be thrown, breaking dependency insight
                            it.artifacts.artifacts
                        }
                    }
                }
                dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

                "type": "boolean"
              },
              "scope": {
                "default": "",
                "description": "scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.",
                "type": "string"
              },
              "versions": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__networking.k8s.io__v1alpha1_openapi.json

              },
              "message": {
                "description": "A human-readable description of the cause of the error.  This field may be presented as-is to a reader.",
                "type": "string"
              },
              "reason": {
                "description": "A machine-readable description of the cause of the error. If this value is empty there is no information available.",
                "type": "string"
              }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 196.5K bytes
    - Viewed (0)
  9. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // schmidt : 2014-04-03 SCHMIDT GROUPE S.A.S.
    schmidt
    
    // scholarships : 2014-04-24 Scholarships.com, LLC
    scholarships
    
    // school : 2014-12-18 Binky Moon, LLC
    school
    
    // schule : 2014-03-06 Binky Moon, LLC
    schule
    
    // schwarz : 2014-09-18 Schwarz Domains und Services GmbH & Co. KG
    schwarz
    
    // science : 2014-09-11 dot Science Limited
    science
    
    // scot : 2014-01-23 Dot Scot Registry Limited
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    			if !ok {
    				t.Fatalf("unexpected object %v", newObj)
    			}
    			pod.Labels = map[string]string{
    				"modified": "true",
    			}
    			return pod, nil
    		}
    
    		go func() {
    			// This update will cause the Delete to retry due to conflict.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
Back to top