Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 349 for uber (2.03 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_outside_compilation.cc

          if (!HasOutsideCompilationAncestor(user) || has_dynamic_outputs ||
              HasDynamicOutputs(user)) {
            if (!user_set.insert(user).second) continue;
            for (Value v : user->getOperands()) {
              if (tensorflow::TypeValidForXLA(v.getType()) &&
                  v.getDefiningOp() == op &&
                  !llvm::isa<mlir::tf_device::ReturnOp>(user))
                external_outputs.insert(v);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness_test.go

    	// add the handler in the chain that adds the specified user to the request context
    	handler = http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
    		r = r.WithContext(apirequest.WithUser(r.Context(), &user.DefaultInfo{
    			Name:   userName,
    			Groups: []string{user.AllAuthenticated},
    		}))
    
    		apfHandler.ServeHTTP(w, r)
    	})
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting.cc

        bool used_in_unsupported_op = false;
        for (auto user : arg.getUsers()) {
          if (user == return_op) continue;
          info.used = true;
          if (auto read = llvm::dyn_cast<TF::ReadVariableOp>(user)) {
            read_or_assigned = true;
            info.data_type = read.getType();
            continue;
          }
    
          if (auto assign = llvm::dyn_cast<TF::AssignVariableOp>(user)) {
            read_or_assigned = true;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  4. maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

            // is always available in the core and likely always will be, but we may have another ConfigurationProcessor
            // present supplied by the user. The rule is that we only allow the execution of one ConfigurationProcessor.
            // If there is more than one then we execute the one supplied by the user, otherwise we execute the
            // default SettingsXmlConfigurationProcessor.
            //
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  5. fess-crawler/src/test/resources/extractor/eml/sample2.eml

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <style type="text/css">
    
    @media only screen and (max-width: 420px) {
    a[class="article-headline"] {
    font-size:22px !important;
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Jan 16 07:50:35 UTC 2016
    - 91.6K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/listener.go

    			egressListener.IstioListener.Port != nil {
    			// We have a non catch all listener on some user specified port
    			// The user specified port may or may not match a service port.
    			// If it does not match any service port and the service has only
    			// one port, then we pick a default service port. If service has
    			// multiple ports, we expect the user to provide a virtualService
    			// that will route to a proper Service.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  7. hack/local-up-cluster.sh

    CGROUP_DRIVER=${CGROUP_DRIVER:-""}
    # if cgroups per qos is enabled, optionally change cgroup root
    CGROUP_ROOT=${CGROUP_ROOT:-""}
    # owner of client certs, default to current user if not specified
    USER=${USER:-$(whoami)}
    # if true, limited swap is being used instead of unlimited swap (default)
    LIMITED_SWAP=${LIMITED_SWAP:-""}
    
    # required for cni installation
    CNI_CONFIG_DIR=${CNI_CONFIG_DIR:-/etc/cni/net.d}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  8. plugin/pkg/admission/noderestriction/admission_test.go

    	}
    
    	return pvc
    }
    
    func createPodAttributes(pod *api.Pod, user user.Info) admission.Attributes {
    	podResource := api.Resource("pods").WithVersion("v1")
    	podKind := api.Kind("Pod").WithVersion("v1")
    	return admission.NewAttributesRecord(pod, nil, podKind, pod.Namespace, pod.Name, podResource, "", admission.Create, &metav1.CreateOptions{}, false, user)
    }
    
    func TestAdmitResourceSlice(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  9. src/net/http/client_test.go

    	var b []byte
    	if err == nil {
    		b, err = pedanticReadAll(r.Body)
    		r.Body.Close()
    	}
    	if err != nil {
    		t.Error(err)
    	} else if s := string(b); !strings.HasPrefix(s, "User-agent:") {
    		t.Errorf("Incorrect page body (did not begin with User-agent): %q", s)
    	}
    }
    
    func TestClientHead(t *testing.T) { run(t, testClientHead) }
    func testClientHead(t *testing.T, mode testMode) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:30:50 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/verification/DependencyVerificationSignatureCheckIntegTest.groovy

      - On artifact foo-1.0-classy.jar (org:foo:1.0) in repository 'maven': Artifact was signed with key '$pkId' (test-user@gradle.com) and passed verification but the key isn't in your trusted keys list.
      - On artifact foo-1.0.pom (org:foo:1.0) in repository 'maven': Artifact was signed with key '$pkId' (test-user@gradle.com) and passed verification but the key isn't in your trusted keys list.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 14:42:50 UTC 2024
    - 75.1K bytes
    - Viewed (0)
Back to top