Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 337 for FusedN (0.13 sec)

  1. plugin/pkg/admission/resourcequota/admission_test.go

    				corev1.ResourcePods: resource.MustParse("5"),
    			},
    			Used: corev1.ResourceList{
    				corev1.ResourcePods: resource.MustParse("4"),
    			},
    		},
    	}
    	for k, v := range expectedUsage.Status.Used {
    		actual := usage.Status.Used[k]
    		actualValue := actual.String()
    		expectedValue := v.String()
    		if expectedValue != actualValue {
    			t.Errorf("Usage Used: Key: %v, Expected: %v, Actual: %v", k, expectedValue, actualValue)
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 84.1K bytes
    - Viewed (0)
  2. src/crypto/tls/common.go

    	// change the Config that will be used to handle this connection. If
    	// the returned Config is nil, the original Config will be used. The
    	// Config returned by this callback may not be subsequently modified.
    	//
    	// If GetConfigForClient is nil, the Config passed to Server() will be
    	// used for all connections.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting.cc

          break;
        }
    
        // If the arg is used in an unsupported op, skip lifting it.
        if (used_in_unsupported_op) continue;
        (*result)[arg.getArgNumber()] = info;
      }
      return success();
    }
    
    // Merges two sets of resource arg use infos. An argument is considered used in
    // the merged result as long as either set marks it as used. This is used to
    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. cmd/object-api-listobjects_test.go

    			},
    		},
    		// ListObjectsResult-6.
    		// Used for Asserting prefixes.
    		// Used for test case with prefix = "obj", (testCase 30).
    		6: {
    			IsTruncated: false,
    			Objects: []ObjectInfo{
    				{Name: "obj0"},
    				{Name: "obj1"},
    				{Name: "obj2"},
    			},
    		},
    		// ListObjectsResult-7.
    		// Used for Asserting prefixes and truncation.
    		// Used for test case with prefix = "new" and maxKeys = 1, (testCase 31).
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 01 11:07:40 UTC 2024
    - 73.1K bytes
    - Viewed (0)
  5. okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt

        }
    
        /**
         * Sets the dispatcher used to set policy and execute asynchronous requests. Must not be null.
         */
        fun dispatcher(dispatcher: Dispatcher) =
          apply {
            this.dispatcher = dispatcher
          }
    
        /**
         * Sets the connection pool used to recycle HTTP and HTTPS connections.
         *
         * If unset, a new connection pool will be used.
         */
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:21:33 UTC 2024
    - 52K bytes
    - Viewed (0)
  6. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         * @param closure Closure to configure the CopySpec
         * @return {@link WorkResult} that can be used to check if the copy did any work.
         */
        WorkResult copy(@DelegatesTo(CopySpec.class) Closure closure);
    
        /**
         * Copies the specified files.  The given action is used to configure a {@link CopySpec}, which is then used to
         * copy the files.
         * @see #copy(Closure)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    //   GTEST_HAS_TYPED_TEST_P - type-parameterized tests
    //   GTEST_USES_POSIX_RE    - enhanced POSIX regex is used. Do not confuse with
    //                            GTEST_HAS_POSIX_RE (see above) which users can
    //                            define themselves.
    //   GTEST_USES_SIMPLE_RE   - our own simple regex is used;
    //                            the above two are mutually exclusive.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  8. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // K8s affinity to set on the istio-cni Pods. Can be used to exclude istio-cni from being scheduled on specified nodes.
      k8s.io.api.core.v1.Affinity affinity = 20;
    
      // Additional annotations to apply to the istio-cni Pods.
      google.protobuf.Struct podAnnotations = 10 [deprecated = true];
    
      // PodSecurityPolicy cluster role. No longer used anywhere.
      string psp_cluster_role = 11;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/regalloc.go

    	regs []regState
    
    	// registers that contain values which can't be kicked out
    	nospill regMask
    
    	// mask of registers currently in use
    	used regMask
    
    	// mask of registers used since the start of the current block
    	usedSinceBlockStart regMask
    
    	// mask of registers used in the current instruction
    	tmpused regMask
    
    	// current block we're working on
    	curBlock *Block
    
    	// cache of use records
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
  10. fastapi/param_functions.py

                """
            ),
        ] = _Unset,
        alias: Annotated[
            Optional[str],
            Doc(
                """
                An alternative name for the parameter field.
    
                This will be used to extract the data and for the generated OpenAPI.
                It is particularly useful when you can't use the name you want because it
                is a Python reserved keyword or similar.
                """
            ),
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 62.5K bytes
    - Viewed (0)
Back to top