Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 59 for Initial (0.11 sec)

  1. src/cmd/compile/internal/ssa/_gen/PPC64.rules

    (Select1 (Add64carry x y c)) => (ADDZEzero (Select1 <typ.UInt64> (ADDE x y (Select1 <typ.UInt64> (ADDCconst c [-1])))))
    // Fold initial carry bit if 0.
    (ADDE x y (Select1 <typ.UInt64> (ADDCconst (MOVDconst [0]) [-1]))) => (ADDC x y)
    // Fold transfer of CA -> GPR -> CA. Note 2 uses when feeding into a chained Add64carry.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 53.2K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/undeclared/UndeclaredBuildInputsIntegrationTest.groovy

            def inputFile = testDirectory.file("testInput.txt") << "some test input"
    
            testDirectory.file(buildFileName) << code
    
            when:
            configurationCacheRun(":help")
    
            then: "initial run has no errors but detects input"
            configurationCache.assertStateStored()
            problems.assertResultHasProblems(result) {
                withInput("Build file '$buildFileName': file 'testInput.txt'")
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 36K bytes
    - Viewed (0)
  3. pilot/pkg/networking/util/util.go

    		Kind: &structpb.Value_StringValue{
    			StringValue: s,
    		},
    	}
    	return metadata
    }
    
    // AddSubsetToMetadata will insert the subset name supplied. This should be called after the initial
    // "istio" metadata has been created for the cluster. If the "istio" metadata field is not already
    // defined, the subset information will not be added (to prevent adding this information where not
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

           an input argument if the initial value of the resource is read, or to the
           output if the initial value is not read.
    
         . 'tf.aliasing_output' is the index of the function output that is an alias
           of the input argument. This attribute is added only to the input argument
           when the initial value of the corresponding resource is read, and the
           resource is written later.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  5. pkg/kubelet/container/runtime.go

    	// adding or removing metrics descriptors, or they should not change.
    	// Put differently, if ListPodSandboxMetrics references a name that is not described in the initial
    	// ListMetricDescriptors call, then the metric will not be broadcasted.
    	ListMetricDescriptors(ctx context.Context) ([]*runtimeapi.MetricDescriptor, error)
    	// ListPodSandboxMetrics retrieves the metrics for all pod sandboxes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

      int value_count = init_values.size() + 1;
    
      // Prepend a loop induction variable to the initial values.
      SmallVector<Value, 2> init_values_with_loop_iv;
      SmallVector<Type, 2> init_types_with_loop_iv;
      init_values_with_loop_iv.reserve(value_count);
      init_types_with_loop_iv.reserve(value_count);
    
      // The initial value for the loop induction variable is 0.
      init_values_with_loop_iv.push_back(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  7. cmd/object-multipart-handlers.go

    	// Read compression metadata preserved in the init multipart for the decision.
    	_, isCompressed := mi.UserDefined[ReservedMetadataPrefix+"compression"]
    	// Compress only if the compression is enabled during initial multipart.
    	var idxCb func() []byte
    	if isCompressed {
    		wantEncryption := crypto.Requested(r.Header) || isEncrypted
    		s2c, cb := newS2CompressReader(reader, actualPartSize, wantEncryption)
    		idxCb = cb
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 38.8K bytes
    - Viewed (0)
  8. pkg/features/kube_features.go

    	// kep: https://kep.k8s.io/1710
    	// alpha: v1.25
    	// beta: v1.27
    	// Speed up container startup by mounting volumes with the correct SELinux label
    	// instead of changing each file on the volumes recursively.
    	// Initial implementation focused on ReadWriteOncePod volumes.
    	SELinuxMountReadWriteOncePod featuregate.Feature = "SELinuxMountReadWriteOncePod"
    
    	// owner: @vinaykul
    	// kep: http://kep.k8s.io/1287
    	// alpha: v1.27
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  9. pkg/scheduler/internal/queue/scheduling_queue_test.go

    		podEnqueued  *framework.QueuedPodInfo
    		callback     func(t *testing.T, q *PriorityQueue)
    	}
    
    	tests := []struct {
    		name            string
    		queueingHintMap QueueingHintMapPerProfile
    		// initialPods is the initial Pods in the activeQ.
    		initialPods                  []*v1.Pod
    		actions                      []action
    		wantInFlightPods             []*v1.Pod
    		wantInFlightEvents           []interface{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  10. src/net/http/server.go

    	// WriteHeader(http.StatusOK) before writing the data. If the Header
    	// does not contain a Content-Type line, Write adds a Content-Type set
    	// to the result of passing the initial 512 bytes of written data to
    	// [DetectContentType]. Additionally, if the total size of all written
    	// data is under a few KB and there are no Flush calls, the
    	// Content-Length header is added automatically.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
Back to top