Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 78 for GOT (0.51 sec)

  1. pilot/pkg/networking/core/cluster_test.go

    				if httpProtocolOptions.GetUseDownstreamProtocolConfig() == nil {
    					t.Errorf("Expected cluster to use downstream protocol but got %v", httpProtocolOptions)
    				}
    			} else {
    				if httpProtocolOptions.GetUseDownstreamProtocolConfig() != nil {
    					t.Errorf("Expected cluster to not to use downstream protocol but got %v", httpProtocolOptions)
    				}
    			}
    
    			// Verify that the values were set correctly.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

      %0 = "tf.ConcatOffset"(%concat_dim, %shape0) : (tensor<i32>, tensor<3xi32>) -> tensor<3xi32>
      func.return
    }
    
    // -----
    
    func.func @testConcatOffest(%concat_dim: tensor<i32>, %shape0: tensor<3xi32>, %shape1: tensor<3xi32>) {
      // expected-error @+1 {{'tf.ConcatOffset' op requires sizes of shapes and offsets to be the same, got sizes 2 and 3}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

        LLVM_DEBUG(llvm::dbgs() << "Expected kernel input feature == 2. Got: "
                                << kernel_input_feature_dim << ".\n");
        return failure();
      }
    
      const int64_t kernel_output_feature_dim =
          dimension_numbers.getKernelOutputFeatureDimension();
      if (kernel_output_feature_dim != 3) {
        LLVM_DEBUG(llvm::dbgs() << "Expected kernel output feature == 3. Got: "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  4. pkg/proxy/nftables/proxier_test.go

    	}
    
    	// Change service to load-balancer
    	fp.OnServiceUpdate(servicev1, servicev2)
    	result = fp.svcPortMap.Update(fp.serviceChanges)
    	if len(fp.svcPortMap) != 2 {
    		t.Errorf("expected service map length 2, got %v", fp.svcPortMap)
    	}
    	if len(result.DeletedUDPClusterIPs) != 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  5. pkg/api/pod/util_test.go

    						LocalObjectReference: api.LocalObjectReference{
    							Name: ""}}}}}},
    		},
    	}
    	VisitPodSecretNames(emptyPod, func(name string) bool {
    		t.Fatalf("expected no empty names collected, got %q", name)
    		return false
    	}, AllContainers)
    }
    
    // collectResourcePaths traverses the object, computing all the struct paths that lead to fields with resourcename in the name.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

      if (op.getNumOperands() != num_tensors)
        return op.emitOpError() << "requires " << num_tensors << " operand(s), got "
                                << op.getNumOperands() << " operand(s)";
    
      if (op.getNumResults() != num_tensors)
        return op.emitOpError() << "requires " << num_tensors << " result(s), got "
                                << op.getNumResults() << " result(s)";
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  7. pkg/kubelet/eviction/helpers_test.go

    						t.Fatalf("want %v got %v", testCase.expectedContainerFsHard, val)
    					}
    					hardContainerFsMatch = idx
    				}
    				if val.Signal == evictionapi.SignalContainerFsAvailable && !isHardEvictionThreshold(val) {
    					if !reflect.DeepEqual(val, testCase.expectedContainerFsSoft) {
    						t.Fatalf("want %v got %v", testCase.expectedContainerFsSoft, val)
    					}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  8. src/crypto/x509/verify_test.go

    		{host: "project-dev:us-central1:main"},
    	}
    	for _, tt := range tests {
    		if got := validHostnamePattern(tt.host); got != tt.validPattern {
    			t.Errorf("validHostnamePattern(%q) = %v, want %v", tt.host, got, tt.validPattern)
    		}
    		if got := validHostnameInput(tt.host); got != tt.validInput {
    			t.Errorf("validHostnameInput(%q) = %v, want %v", tt.host, got, tt.validInput)
    		}
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  9. pkg/kubelet/kubelet_test.go

    			StartTime:  time.Now(),
    		})
    		if !got {
    			t.Errorf("Should not skip completed pod %q", pod.Name)
    		}
    		got = false
    	}
    }
    
    func TestDispatchWorkOfActivePod(t *testing.T) {
    	testKubelet := newTestKubelet(t, false /* controllerAttachDetachEnabled */)
    	defer testKubelet.Cleanup()
    	kubelet := testKubelet.kubelet
    	var got bool
    	kubelet.podWorkers = &fakePodWorkers{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/cluster_builder_test.go

    		t.Errorf("Unexpected cluster name want %s, got %s", ec.Name, gc.Name)
    	}
    	if ec.GetType() != gc.GetType() {
    		t.Errorf("Unexpected cluster discovery type want %v, got %v", ec.GetType(), gc.GetType())
    	}
    	if ec.GetType() == cluster.Cluster_EDS && ec.EdsClusterConfig.ServiceName != gc.EdsClusterConfig.ServiceName {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
Back to top