Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 338 for covering (0.76 sec)

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

    	stopCh := make(chan struct{})
    	defer close(stopCh)
    
    	informerFactory := informers.NewSharedInformerFactory(kubeClient, 0)
    
    	// disable consumption of cpu unless there is a covering quota.
    	// disable consumption of cpu unless there is a covering quota.
    	config := &resourcequotaapi.Configuration{
    		LimitedResources: []resourcequotaapi.LimitedResource{
    			{
    				Resource:      "pods",
    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/html/template/escape_test.go

    		"urlquery": `http://www.foo.com/index.html?title=main`,
    	}
    	for _, test := range [...]struct {
    		desc, input, output string
    	}{
    		// covering issue 20323
    		{
    			"field with predefined escaper name 1",
    			`{{.html | print}}`,
    			`<h1>Hi!</h1>`,
    		},
    		// covering issue 20323
    		{
    			"field with predefined escaper name 2",
    			`{{.urlquery | print}}`,
    			`http://www.foo.com/index.html?title=main`,
    		},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 56.2K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/debug.go

    		slid := len(rval.VarSlots)
    		rval.VarSlots = append(rval.VarSlots, []SlotID{SlotID(slid)})
    	}
    
    	// Make an initial pass to populate the vars/slots for our return
    	// value, covering first the input parameters and then (if needed)
    	// the special ".closureptr" var for rangefunc bodies.
    	params := []abi.ABIParamAssignment{}
    	for _, inp := range pri.InParams() {
    		if !isNamedRegParam(inp) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

    def TF_StatefulUniformFullIntOp : TF_Op<"StatefulUniformFullInt", []> {
      let summary = "Outputs random integers from a uniform distribution.";
    
      let description = [{
    The generated values are uniform integers covering the whole range of `dtype`.
      }];
    
      let arguments = (ins
        Arg<TF_ResourceTensor, "", [TF_VariableRead,TF_VariableWrite]>:$resource,
        TF_Int64Tensor:$algorithm,
        TF_I32OrI64Tensor:$shape
      );
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/S390X.rules

    (Neg64F ...) => (FNEG ...)
    
    (Com64 ...) => (NOT ...)
    (Com(32|16|8) ...) => (NOTW ...)
    (NOT x) => (XOR (MOVDconst [-1]) x)
    (NOTW x) => (XORWconst [-1] x)
    
    // Lowering boolean ops
    (AndB ...) => (ANDW ...)
    (OrB ...) => (ORW ...)
    (Not x) => (XORWconst [1] x)
    
    // Lowering pointer arithmetic
    (OffPtr [off] ptr:(SP)) => (MOVDaddr [int32(off)] ptr)
    (OffPtr [off] ptr) && is32Bit(off) => (ADDconst [int32(off)] ptr)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 74.3K bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheDependencyResolutionIntegrationTest.groovy

            then:
            fixture.assertStateStored()
            outputContains("processing [a.jar]")
            outputContains("processing [b.jar]")
            outputContains("converting a.jar.green to red")
            outputContains("converting b.jar.green to red")
            outputContains("result = [a.jar.green.red, b.jar.green.red]")
    
            when:
            configurationCacheRun("resolveTransformed")
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/AMD64.rules

    (Neg64F x) => (PXOR x (MOVSDconst <typ.Float64> [math.Copysign(0, -1)]))
    
    // Lowering boolean ops
    (AndB ...) => (ANDL ...)
    (OrB ...) => (ORL ...)
    (Not x) => (XORLconst [1] x)
    
    // Lowering pointer arithmetic
    (OffPtr [off] ptr) && is32Bit(off) => (ADDQconst [int32(off)] ptr)
    (OffPtr [off] ptr) => (ADDQ (MOVQconst [off]) ptr)
    
    // Lowering other arithmetic
    (Ctz64 x)     && buildcfg.GOAMD64 >= 3 => (TZCNTQ x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler.go

    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package apiserver
    
    import (
    	"fmt"
    	"net/http"
    	"sort"
    	"strings"
    	"sync"
    	"sync/atomic"
    	"time"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

        return success();
      }
    };
    
    // This pass performs a manual conversion with FakeQuant, converting between
    // floating point and quantized space. It is designed to reproduce TF's
    // implementation, mirroring the previous XLA implementation.
    //
    // 1. Computing proper quantized bounds. This involves nudging the input bounds.
    // 2. Converting the input bounds to quantized space, rounding values.
    // 3. Convert back into floating point space.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    // This transformation pass prepares for legalization to the TFLite dialect by
    // converting operations in TensorFlow dialect into operations that can be
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top