Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 91 for uber (0.07 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

            executer.inDirectory(projectDir2)
            succeeds ":util:resolve", ":app:resolve"
    
            then:
            output.count("files: [lib1.jar.txt, lib1.jar]") == 2
    
            // From the Gradle user home cache
            output.count("Transformed") == 0
        }
    
        private void setupProjectInDir(TestFile projectDir) {
            projectDir.file("build.gradle") << resolveTask << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/horizontal_test.go

    			expectedCondition:            "ScaleUpLimit",
    			scaleUpRules:                 generateScalingRules(0, 0, 1, 60, 0),
    			name:                         "scaleUpLimit is the limit because scaleUpLimit < maxReplicas with user policies",
    		},
    		{
    			currentReplicas:              1000,
    			prenormalizedDesiredReplicas: 3,
    			specMinReplicas:              3,
    			specMaxReplicas:              2000,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  3. pkg/apis/core/zz_generated.deepcopy.go

    		in, out := &in.VolumeMounts, &out.VolumeMounts
    		*out = make([]VolumeMountStatus, len(*in))
    		for i := range *in {
    			(*in)[i].DeepCopyInto(&(*out)[i])
    		}
    	}
    	if in.User != nil {
    		in, out := &in.User, &out.User
    		*out = new(ContainerUser)
    		(*in).DeepCopyInto(*out)
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContainerStatus.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    		in, out := &in.VolumeMounts, &out.VolumeMounts
    		*out = make([]VolumeMountStatus, len(*in))
    		for i := range *in {
    			(*in)[i].DeepCopyInto(&(*out)[i])
    		}
    	}
    	if in.User != nil {
    		in, out := &in.User, &out.User
    		*out = new(ContainerUser)
    		(*in).DeepCopyInto(*out)
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContainerStatus.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  5. pkg/registry/batch/job/strategy_test.go

    					ManualSelector: ptr.To(true),
    					Parallelism:    ptr.To[int32](1),
    				},
    			},
    			update: func(job *batch.Job) {
    				job.Annotations["foo"] = "bar"
    			},
    		},
    		"deleting user annotation": {
    			job: &batch.Job{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:            "myjob",
    					Namespace:       metav1.NamespaceDefault,
    					ResourceVersion: "0",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/transforms/optimize.cc

    // replace all use of %2 with indices
    //
    struct OptimizeTopK : public OpRewritePattern<TFL::TopKV2Op> {
      using OpRewritePattern::OpRewritePattern;
    
      // It computes the last dim k of slice size of value.user.
      // If value has no use then return 0.
      std::optional<int32_t> ComputeSliceK(Value value) const {
        if (value.use_empty()) return 0;
        auto slice_op =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  7. tensorflow/c/c_api.cc

          if (n == nullptr) continue;
    
          // Adding the gradients to the graph can alter the prefix to prevent
          // name collisions only if this prefix has not been provided explicitly
          // by the user. If it was provided, assert that it remained intact.
          if (prefix != nullptr && !absl::StartsWith(n->name(), prefix_cmp)) {
            status->status = tensorflow::errors::Internal(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  8. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-type-util.h

    // argument, even if it has the default value (this means Types<int>
    // will appear as Types<int, None, None, ..., None> in the compiler
    // errors).
    //
    // Our solution is to combine the best part of the two approaches: a
    // user would write Types<T1, ..., TN>, and Google Test will translate
    // that to TypesN<T1, ..., TN> internally to make error messages
    // readable.  The translation is done by the 'type' member of the
    // Types template.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 181.3K bytes
    - Viewed (0)
  9. cmd/metrics-v2.go

    	}
    }
    
    func getMinIOProcessCPUTime() MetricDescription {
    	return MetricDescription{
    		Namespace: nodeMetricNamespace,
    		Subsystem: processSubsystem,
    		Name:      cpu,
    		Help:      "Total user and system CPU time spent in seconds",
    		Type:      counterMetric,
    	}
    }
    
    func getMinioProcMetrics() *MetricsGroupV2 {
    	mg := &MetricsGroupV2{
    		cacheInterval: 10 * time.Second,
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  10. pkg/scheduler/schedule_one_test.go

    		}
    	case <-time.After(wait.ForeverTestTimeout):
    		t.Fatalf("timeout in fitting after %v", wait.ForeverTestTimeout)
    	}
    
    	// We mimic the workflow of cache behavior when a pod is removed by user.
    	// Note: if the schedulernodeinfo timeout would be super short, the first pod would expire
    	// and would be removed itself (without any explicit actions on schedulernodeinfo). Even in that case,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
Back to top