Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 543 for corerest (0.2 sec)

  1. pkg/controlplane/instance_test.go

    	defer etcdserver.Terminate(t)
    
    	storageProvider, err := corerest.New(corerest.Config{
    		GenericConfig: *apiserverCfg.ControlPlane.NewCoreGenericConfig(),
    		Proxy: corerest.ProxyConfig{
    			Transport:           apiserverCfg.ControlPlane.Extra.ProxyTransport,
    			KubeletClientConfig: apiserverCfg.Extra.KubeletClientConfig,
    		},
    		Services: corerest.ServicesConfig{
    			ClusterIPRange: apiserverCfg.Extra.ServiceIPRange,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  2. pkg/controlplane/apiserver/apis.go

    }
    
    // NewCoreGenericConfig returns a new core rest generic config.
    func (c *CompletedConfig) NewCoreGenericConfig() *corerest.GenericConfig {
    	return &corerest.GenericConfig{
    		StorageFactory:              c.Extra.StorageFactory,
    		EventTTL:                    c.Extra.EventTTL,
    		LoopbackClientConfig:        c.Generic.LoopbackClientConfig,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  3. pkg/controlplane/instance.go

    	legacyRESTStorageProvider, err := corerest.New(corerest.Config{
    		GenericConfig: *c.ControlPlane.NewCoreGenericConfig(),
    		Proxy: corerest.ProxyConfig{
    			Transport:           c.ControlPlane.Extra.ProxyTransport,
    			KubeletClientConfig: c.Extra.KubeletClientConfig,
    		},
    		Services: corerest.ServicesConfig{
    			ClusterIPRange:          c.Extra.ServiceIPRange,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  4. src/runtime/coro.go

    	//
    	// There's a lot of state manipulation performed with shortcuts
    	// but we need to make sure the tracer can only observe the
    	// start and end states to maintain a coherent model and avoid
    	// emitting an event for every single transition.
    	trace := traceAcquire()
    
    	if locked {
    		// Detach the goroutine from the thread; we'll attach to the goroutine we're
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:09:18 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  5. tensorflow/cc/experimental/libtf/impl/BUILD

            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
        ],
    )
    
    cc_library(
        name = "scalars",
        hdrs = [
            "scalars.h",
        ],
    )
    
    tf_cc_test(
        name = "scalars_test",
        size = "small",
        srcs = ["scalars_test.cc"],
        deps = [
            ":scalars",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
        ],
    )
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 18 09:47:46 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  6. tensorflow/c/eager/BUILD

            "//tensorflow/c/experimental/ops",
            "//tensorflow/compiler/mlir/tensorflow/c:mlir_c_api_registration",
            "//tensorflow/core:lib",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/lib/llvm_rtti",
            "@com_google_absl//absl/container:flat_hash_set",
            "@com_google_absl//absl/strings",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 11 23:52:39 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  7. tensorflow/cc/saved_model/BUILD

        deps = [
            "//tensorflow/core:test",
            "//tensorflow/core/platform:protobuf",
        ],
    )
    
    tf_cc_test(
        name = "util_test",
        size = "small",
        srcs = ["util_test.cc"],
        deps = [
            ":test_utils",
            ":util",
            "//tensorflow/core:lib",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 05:43:44 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/tensorflow/cc/BUILD

            "//tensorflow/compiler/mlir/tensorflow",
            "//tensorflow/compiler/mlir/tensorflow:tensorflow_types",
            "//tensorflow/core:framework",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/framework:tensor_testutil",
            "//tensorflow/core/util/tensor_bundle",
            "@com_google_absl//absl/cleanup",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 04 07:19:09 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/BUILD

            ":xla_gpu_jit",
            "//tensorflow/cc:function_ops",
            "//tensorflow/cc:math_ops",
            "//tensorflow/cc:scope",
            "//tensorflow/core:framework",
            "//tensorflow/core:test",
            "//tensorflow/core/kernels:ops_testutil",
            "//tensorflow/core/platform:errors",
            "//tensorflow/core/platform:status",
            "//tensorflow/core/platform:status_matchers",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 61.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/attributes.mlir

    func.func @resource() {
      // CHECK: tf.SomeOp
      // CHECK-SAME: dtype = !corert.resource
      "tf.SomeOp"() {device = "/device:CPU:0", dtype = !tf_type.resource} : () -> ()
      func.return
    }
    
    // CHECK-LABEL: func @variant
    func.func @variant(%arg: tensor<!tf_type.variant>) {
      // CHECK: tf.ZerosLike
      // CHECK-SAME: T = !corert.variant
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 00:18:59 UTC 2024
    - 4.8K bytes
    - Viewed (0)
Back to top