Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 54 for sample2 (0.25 sec)

  1. hack/local-up-cluster.sh

    resolvConf: "${KUBELET_RESOLV_CONF}"
    EOF
    
      if [[ "$ENABLE_TRACING" = true ]]; then
            cat <<EOF >> "${TMP_DIR}"/kubelet.yaml
    tracing:
      endpoint: localhost:4317 # the default value
      samplingRatePerMillion: 1000000 # sample always
    EOF
        fi
    
        if [[ "$LIMITED_SWAP" == "true" ]]; then
            cat <<EOF >> "${TMP_DIR}"/kubelet.yaml
    memorySwap:
      swapBehavior: LimitedSwap
    EOF
        fi
    
        {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  2. internal/bucket/lifecycle/lifecycle_test.go

    			expectedValidationErr: errLifecycleDuplicateID,
    		},
    		// Missing <Tag> in <And>
    		{
    			inputConfig:           `<LifecycleConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Rule><ID>sample-rule-2</ID><Filter><And><Prefix>/a/b/c</Prefix></And></Filter><Status>Enabled</Status><Expiration><Days>1</Days></Expiration></Rule></LifecycleConfiguration>`,
    			expectedParsingErr:    nil,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 01:12:48 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    If you are running tasks from the command line in nested included builds, then you may need to adjust your invocation.
    
    For example, if you have the following hierarchy:
    
    ====
    [.multi-language-sample]
    =====
    [source,kotlin]
    ----
    .
    ├── settings.gradle.kts
    └── nested
        ├── settings.gradle.kts
        └── nestedNested
            └── settings.gradle.kts
    ----
    .settings.gradle.kts
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

        }
    
        rewriter.replaceOp(op, result);
        return success();
      }
    };
    
    // Lowers Pack op to ConcatV2 op after changing shape of the inputs with
    // ExpandDims op.
    //
    // Sample result with 2 inputs to pack:
    //
    //   %axis = "tf.Const"() {value = dense<1> : tensor<i64>}
    //   %inp0 = "tf.ExpandDims"(%operand0, %axis): tensor<2xf32> -> tensor<2x1xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  5. operator/pkg/apis/istio/v1alpha1/values_types.proto

      //
      // Examples: custom-pilot, docker.io/someuser:custom-pilot
      string image = 6;
    
      // Trace sampling fraction.
      //
      // Used to set the fraction of time that traces are sampled. Higher values are more accurate but add CPU overhead.
      //
      // Allowed values: 0.0 to 1.0
      double traceSampling = 8;
    
      // K8s resources settings.
      //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.31.md

    - google.golang.org/genproto/googleapis/bytestream: e85fd2c
    - google.golang.org/grpc/cmd/protoc-gen-go-grpc: v1.1.0
    - gopkg.in/gcfg.v1: v1.2.3
    - gopkg.in/warnings.v0: v0.1.2
    - rsc.io/quote/v3: v3.1.0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  7. cmd/object-api-multipart_test.go

    		{
    			[]CompletePart{
    				{ETag: validPartMD5, PartNumber: 6},
    			},
    		},
    	}
    	s3MD5 := getCompleteMultipartMD5(inputParts[3].parts)
    
    	// Test cases with sample input values for CompleteMultipartUpload.
    	testCases := []struct {
    		bucket   string
    		object   string
    		uploadID string
    		parts    []CompletePart
    		// Expected output of CompleteMultipartUpload.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 77.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    		},
    	}
    	for _, tc := range testCases {
    		b.Run(
    			fmt.Sprintf("totalObjectNum=%d, expectObjectNum=%d", tc.totalObjectNum, tc.expectObjectNum),
    			func(b *testing.B) {
    				// create sample pods
    				fakePods := make([]example.Pod, tc.totalObjectNum, tc.totalObjectNum)
    				for i := range fakePods {
    					fakePods[i].Namespace = "default"
    					fakePods[i].Name = fmt.Sprintf("pod-%d", i)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  9. src/runtime/traceback.go

    	//
    	// We could be more lax about exactly how many frames we print, for example
    	// always stopping and resuming on physical frame boundaries, or at least
    	// cgo expansion boundaries. It's not clear that's much simpler.
    	flags |= unwindPrintErrors
    	var u unwinder
    	tracebackWithRuntime := func(showRuntime bool) int {
    		const maxInt int = 0x7fffffff
    		u.initAt(pc, sp, lr, gp, flags)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  10. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    //
    // - The simpler definition
    //
    //    #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1]
    //
    //   does not work, as gcc supports variable-length arrays whose sizes
    //   are determined at run-time (this is gcc's extension and not part
    //   of the C++ standard).  As a result, gcc fails to reject the
    //   following code with the simple definition:
    //
    //     int foo;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
Back to top