Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 58 for addOne (0.17 sec)

  1. tests/integration/pilot/common/routing.go

    						return ExpectString(strings.TrimSpace(xffIPs[1]), "72.9.5.6", "ip in xff header")
    					}),
    			},
    		})
    	}
    	return cases
    }
    
    func envoyFilterCases(t TrafficContext) {
    	// Test adding envoyfilter to inbound and outbound route/cluster/listeners
    	cfg := `
    apiVersion: networking.istio.io/v1alpha3
    kind: EnvoyFilter
    metadata:
      name: outbound
    spec:
      workloadSelector:
        labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      }
      return tensorflow::GetTypeFromTFTensorShape(output_dims, element_type);
    }
    
    // TODO(hanxiongwang): The logic in this function need move to Op Verify method
    // when dependecy issue of adding header file
    // "third_party/tensorflow/compiler/xla/xla_data.pb.h" into
    // "third_party/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc" is
    // resolved
    LogicalResult PrecheckForXlaConvV2Op(XlaConvV2Op op) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    composed a dun Colour verging a little to purple, and by adding to this a certain Mixture of Orpiment and _Viride Æris_ in a due Proportion, the Mixture lost its purple Tincture, and became perfectly dun. But the Experiment succeeded best without Minium thus. To Orpiment I added by little and little a certain full bright purple, which Painters use, until the Orpiment ceased to be yellow, and became of a pale red. Then I diluted that red by adding a little _Viride Æris_, and a little more blue Bise than...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  4. src/reflect/all_test.go

    		{
    			shouldPanic: true, // overflow while aligning F2
    			fields: []StructField{
    				{Name: "F1", Type: bigType},
    				{Name: "F2", Type: t4},
    			},
    		},
    		{
    			shouldPanic: true, // overflow while adding trailing byte for zero-sized fields
    			fields: []StructField{
    				{Name: "F1", Type: bigType},
    				{Name: "F2", Type: ArrayOf(2, t1)},
    				{Name: "F3", Type: t0},
    			},
    		},
    		{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  5. src/reflect/value.go

    			//
    			// TODO(mknyszek): We make a new allocation for each register-allocated
    			// value, but previously we could always point into the heap-allocated
    			// stack frame. This is a regression that could be fixed by adding
    			// additional space to the allocated stack frame and storing the
    			// register-allocated return values into the allocated stack frame and
    			// referring there in the resulting Value.
    			s := unsafe_New(tv)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/_gen/generic.rules

    // Signed divide by power of 2.
    // n / c =       n >> log(c) if n >= 0
    //       = (n+c-1) >> log(c) if n < 0
    // We conditionally add c-1 by adding n>>63>>(64-log(c)) (first shift signed, second shift unsigned).
    (Div8  <t> n (Const8  [c])) && isPowerOfTwo8(c) =>
      (Rsh8x64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  7. pkg/proxy/nftables/proxier_test.go

    	},
    	}
    
    	for tci, tc := range testCases {
    		t.Run(tc.name, func(t *testing.T) {
    			_, fp := NewFakeProxier(v1.IPv4Protocol)
    			fp.hostname = testHostname
    
    			// First check that after adding all previous versions of endpoints,
    			// the fp.oldEndpoints is as we expect.
    			for i := range tc.previousEndpoints {
    				if tc.previousEndpoints[i] != nil {
    					fp.OnEndpointSliceAdd(tc.previousEndpoints[i])
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir

    }
    
    func.func @addN(%arg0: tensor<2x3xi32>, %arg1: tensor<2x3xi32>, %arg2: tensor<2x3xi32>) -> tensor<2x3xi32> {
      %0 = "tf.AddN"(%arg0, %arg1, %arg2) : (tensor<2x3xi32>, tensor<2x3xi32>, tensor<2x3xi32>) -> tensor<2x3xi32>
      func.return %0 : tensor<2x3xi32>
    
    // CHECK-LABEL: addN
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 05 01:54:33 UTC 2024
    - 153.4K bytes
    - Viewed (0)
  9. pkg/proxy/ipvs/proxier_test.go

    			ipvs := ipvstest.NewFake()
    			ipset := ipsettest.NewFake(testIPSetVersion)
    			fp := NewFakeProxier(ctx, ipt, ipvs, ipset, nil, nil, v1.IPv4Protocol)
    			fp.hostname = testHostname
    
    			// First check that after adding all previous versions of endpoints,
    			// the fp.oldEndpoints is as we expect.
    			for i := range tc.previousEndpoints {
    				if tc.previousEndpoints[i] != nil {
    					fp.OnEndpointSliceAdd(tc.previousEndpoints[i])
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  10. pkg/controller/job/job_controller_test.go

    				actual = job
    				return job, nil
    			}
    			if err := sharedInformerFactory.Batch().V1().Jobs().Informer().GetIndexer().Add(job); err != nil {
    				t.Fatalf("error %v while adding the %v job to the index", err, klog.KObj(job))
    			}
    
    			if err := manager.syncJob(ctx, testutil.GetKey(job, t)); err != nil {
    				t.Fatalf("error %v while reconciling the job %v", err, testutil.GetKey(job, t))
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
Back to top