Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 70 for test_pvc (0.27 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v2/legalize_tf_test.cc

              ConfigProto::Experimental::MLIR_BRIDGE_ROLLOUT_UNSPECIFIED));
    }
    
    struct MatMulTestCase {
      std::string mat_mul_method;
    };
    
    using BatchMatMulTest = TestWithParam<MatMulTestCase>;
    
    TEST_P(BatchMatMulTest, BatchMatMul) {
      const MatMulTestCase& test_case = GetParam();
      static constexpr char kMatMulModuleStr[] = R"(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 13 23:59:33 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  2. tensorflow/cc/gradients/nn_grad_test.cc

    }
    
    class FusedBatchNormGradTest : public NNGradTest,
                                   public ::testing::WithParamInterface<
                                       std::tuple<bool, bool, TensorShape>> {};
    
    TEST_P(FusedBatchNormGradTest, FusedBatchNormV3Grad) {
      FusedBatchNormV3::Attrs attrs;
      attrs.is_training_ = std::get<0>(GetParam());
      bool channel_first = std::get<1>(GetParam());
      TensorShape shape = std::get<2>(GetParam());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 22 20:45:22 UTC 2022
    - 15K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/utils/tpu_rewrite_device_util_test.cc

      }
      return true;
    }
    
    using DeviceNames = llvm::SmallVector<std::string, 8>;
    
    struct ParameterizedDeviceSetTest
        : ::testing::TestWithParam<std::tuple<DeviceNames, std::string>> {};
    
    TEST_P(ParameterizedDeviceSetTest, BadDeviceSet) {
      llvm::SmallVector<Device, 8> devices;
      ASSERT_TRUE(DeviceNamesToParsedNames(std::get<0>(GetParam()), &devices));
      std::string topology_attr;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 26 09:37:10 UTC 2024
    - 46.8K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/listener_test.go

    				buildService("test.com", tt.CIDR, protocol.TCP, tnow),
    			}
    
    			virtualService := config.Config{
    				Meta: config.Meta{
    					GroupVersionKind: gvk.VirtualService,
    					Name:             "test_vs",
    					Namespace:        "default",
    				},
    				Spec: virtualServiceSpec,
    			}
    			for _, p := range []*model.Proxy{getProxy(), &dualStackProxy} {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  5. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    }
    
    func TestEmptyVIPsExcluded(t *testing.T) {
    	testSVC := corev1.Service{
    		Spec: corev1.ServiceSpec{
    			ClusterIP: "",
    		},
    		Status: corev1.ServiceStatus{
    			LoadBalancer: corev1.LoadBalancerStatus{
    				Ingress: []corev1.LoadBalancerIngress{
    					{
    						IP: "",
    					},
    				},
    			},
    		},
    	}
    	vips := getVIPs(&testSVC)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  6. tensorflow/cc/gradients/math_grad_test.cc

      RunTest({x}, {x_shape}, {y}, {y_shape});
    }
    
    class CumsumGradTest
        : public NaryGradTest,
          public ::testing::WithParamInterface<std::tuple<bool, bool, int>> {};
    
    TEST_P(CumsumGradTest, CumsumGrad) {
      int axis = std::get<2>(GetParam());
    
      TensorShape shape({2, 3, 2});
      auto x = Placeholder(scope_, DT_FLOAT, Placeholder::Shape(shape));
      Cumsum::Attrs attrs;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 36K bytes
    - Viewed (0)
  7. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    //     // Can use GetParam() here.
    //   }
    //   virtual void SetUp() {
    //     // Can use GetParam() here.
    //   }
    //   virtual void TearDown {
    //     // Can use GetParam() here.
    //   }
    // };
    // TEST_P(FooTest, DoesBar) {
    //   // Can use GetParam() method here.
    //   Foo foo;
    //   ASSERT_TRUE(foo.DoesBar(GetParam()));
    // }
    // INSTANTIATE_TEST_CASE_P(OneToTenRange, FooTest, ::testing::Range(1, 10));
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

    //     // Can use GetParam() here.
    //   }
    //   virtual void SetUp() {
    //     // Can use GetParam() here.
    //   }
    //   virtual void TearDown {
    //     // Can use GetParam() here.
    //   }
    // };
    // TEST_P(FooTest, DoesBar) {
    //   // Can use GetParam() method here.
    //   Foo foo;
    //   ASSERT_TRUE(foo.DoesBar(GetParam()));
    // }
    // INSTANTIATE_TEST_CASE_P(OneToTenRange, FooTest, ::testing::Range(1, 10));
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go

    	TEQ_VS
    	TEQ_VC
    	TEQ_HI
    	TEQ_LS
    	TEQ_GE
    	TEQ_LT
    	TEQ_GT
    	TEQ_LE
    	TEQ
    	TEQ_ZZ
    	TST_EQ
    	TST_NE
    	TST_CS
    	TST_CC
    	TST_MI
    	TST_PL
    	TST_VS
    	TST_VC
    	TST_HI
    	TST_LS
    	TST_GE
    	TST_LT
    	TST_GT
    	TST_LE
    	TST
    	TST_ZZ
    	UADD16_EQ
    	UADD16_NE
    	UADD16_CS
    	UADD16_CC
    	UADD16_MI
    	UADD16_PL
    	UADD16_VS
    	UADD16_VC
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 267.4K bytes
    - Viewed (0)
  10. pkg/scheduler/internal/queue/scheduling_queue_test.go

    			}
    
    			for _, qPodInfo := range tt.qPodInfoInPodBackoffQ {
    				q.podBackoffQ.Add(qPodInfo)
    			}
    
    			// Activate specific pod according to the table
    			q.Activate(logger, map[string]*v1.Pod{"test_pod": tt.qPodInfoToActivate.PodInfo.Pod})
    
    			// Check the result after activation by the length of activeQ
    			if wantLen := len(tt.want); q.activeQ.Len() != wantLen {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top