Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 86 for Region (0.17 sec)

  1. src/strings/strings_test.go

    			s1 := make([]byte, strLen)
    			for i := range s1 {
    				s1[i] = chars[rand.Intn(len(chars))]
    			}
    			s := string(s1)
    			for i := 0; i < 50; i++ {
    				begin := rand.Intn(len(s) + 1)
    				end := begin + rand.Intn(len(s)+1-begin)
    				sep := s[begin:end]
    				if i%4 == 0 {
    					pos := rand.Intn(len(sep) + 1)
    					sep = sep[:pos] + "A" + sep[pos:]
    				}
    				want := simpleIndex(s, sep)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 12:58:37 UTC 2024
    - 53K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

                arg.getLoc(), arg_type.clone(qtype.getStorageType()), arg);
          }
          args.push_back(scast_op.getResult());
        }
        args.insert(args.end(), qparam_args.begin(), qparam_args.end());
        // For XLA opset, try to merge quantized functions with following Dequantize
        // for optimization.
        if (target_opset_ == OpSet::XLA) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  3. pkg/kubelet/pod_workers.go

    			klog.V(4).InfoS("Pod is marked for graceful deletion, begin teardown", "pod", klog.KRef(ns, name), "podUID", uid, "updateType", options.UpdateType)
    			status.deleted = true
    			status.terminatingAt = now
    			becameTerminating = true
    		case pod.Status.Phase == v1.PodFailed, pod.Status.Phase == v1.PodSucceeded:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  4. src/crypto/tls/handshake_server_test.go

    	} else if !strings.Contains(err.Error(), sub) {
    		t.Errorf(`expected error %q, got %q`, sub, err)
    	}
    }
    
    func TestKeyTooSmallForRSAPSS(t *testing.T) {
    	cert, err := X509KeyPair([]byte(`-----BEGIN CERTIFICATE-----
    MIIBcTCCARugAwIBAgIQGjQnkCFlUqaFlt6ixyz/tDANBgkqhkiG9w0BAQsFADAS
    MRAwDgYDVQQKEwdBY21lIENvMB4XDTE5MDExODIzMjMyOFoXDTIwMDExODIzMjMy
    OFowEjEQMA4GA1UEChMHQWNtZSBDbzBcMA0GCSqGSIb3DQEBAQUAA0sAMEgCQQDd
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  5. src/go/parser/parser.go

    	token.SEMICOLON: true,
    	token.RPAREN:    true,
    	token.RBRACK:    true,
    	token.RBRACE:    true,
    }
    
    // safePos returns a valid file position for a given position: If pos
    // is valid to begin with, safePos returns pos. If pos is out-of-range,
    // safePos returns the EOF position.
    //
    // This is hack to work around "artificial" end positions in the AST which
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 20:07:50 UTC 2023
    - 72.2K bytes
    - Viewed (0)
  6. src/runtime/mgcmark.go

    	work.nSpanRoots = len(mheap_.markArenas) * (pagesPerArena / pagesPerSpanRoot)
    
    	// Scan stacks.
    	//
    	// Gs may be created after this point, but it's okay that we
    	// ignore them because they begin life without any roots, so
    	// there's nothing to scan, and any roots they create during
    	// the concurrent phase will be caught by the write barrier.
    	work.stackRoots = allGsSnapshot()
    	work.nStackRoots = len(work.stackRoots)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/extensions/v1beta1/types.go

    	// A path is matched against the path of an incoming request. Currently it can
    	// contain characters disallowed from the conventional "path" part of a URL
    	// as defined by RFC 3986. Paths must begin with a '/'.
    	// A backend defines the referenced service endpoint to which the traffic
    	// will be forwarded to.
    	HTTP *HTTPIngressRuleValue `json:"http,omitempty" protobuf:"bytes,1,opt,name=http"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/tpu_cluster_formation.mlir

      "tf.NoOp"() {_xla_compile_device_type = "TPU", _replication_info = "cluster_test_fn"} : () -> ()
      func.return
    }
    
    
    // Test cluster formation with ops with attached regions within a cluster.
    // Nested op's that are moved should get their _replication_info and device
    // attributes cleared.
    // CHECK-LABEL: func @cluster_ops_with_regions
    func.func @cluster_ops_with_regions() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  9. src/crypto/tls/handshake_client_test.go

    	// the rsa_pss_rsae_* SignatureSchemes. Assert that RSASSA-PSS certificates don't
    	// parse, or that they don't carry *rsa.PublicKey keys.
    	b, _ := pem.Decode([]byte(`
    -----BEGIN CERTIFICATE-----
    MIIDZTCCAhygAwIBAgIUCF2x0FyTgZG0CC9QTDjGWkB5vgEwPgYJKoZIhvcNAQEK
    MDGgDTALBglghkgBZQMEAgGhGjAYBgkqhkiG9w0BAQgwCwYJYIZIAWUDBAIBogQC
    AgDeMBIxEDAOBgNVBAMMB1JTQS1QU1MwHhcNMTgwNjI3MjI0NDM2WhcNMTgwNzI3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/stablehlo/transforms/compose_uniform_quantized_type_pass.cc

          const int64_t filter_rank) const {
        // Register all dimensions as candidates.
        auto seq_range = llvm::seq(int64_t{0}, filter_rank);
        SmallVector<int64_t> quantization_dimension_candidates(seq_range.begin(),
                                                               seq_range.end());
    
        // Erase all contracting dimensions from the candidates.
        for (const int64_t contracting_dim :
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top