Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for vips (0.05 sec)

  1. pkg/apis/core/validation/validation_test.go

    			},
    			numErrs: 0,
    		},
    		/* cluster IPs. some tests are redundant */
    		{
    			name: "invalid, garbage single ip",
    			tweakSvc: func(s *core.Service) {
    				s.Spec.ClusterIP = "garbage-ip"
    				s.Spec.ClusterIPs = []string{"garbage-ip"}
    			},
    			numErrs: 1,
    		}, {
    			name: "invalid, garbage ips",
    			tweakSvc: func(s *core.Service) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      Host header to select a GRPCRoute to process the request. This matches
                      the RFC 1123 definition of a hostname with 2 notable exceptions:
    
    
                      1. IPs are not allowed.
                      2. A hostname may be prefixed with a wildcard label (`*.`). The wildcard
                         label MUST appear by itself as the first label.
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        output = input / (bias + alpha * sqr_sum) ** beta
    
    For details, see [Krizhevsky et al., ImageNet classification with deep
    convolutional neural networks (NIPS 2012)](http://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks).
      }];
    
      let arguments = (ins
        Arg<TensorOf<[TF_Bfloat16, TF_Float16, TF_Float32]>, [{4-D.}]>:$input,
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top