Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for emptyfunc (0.14 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    	// given that memory allocation may trigger GC and block the thread.
    	// Also note that emptyFunc is a placeholder, until we will be able
    	// to compute watcher.forget function (which has to happen under lock).
    	watcher := newCacheWatcher(
    		chanSize,
    		filterWithAttrsFunction(key, pred),
    		emptyFunc,
    		c.versioner,
    		deadline,
    		pred.AllowWatchBookmarks,
    		c.groupResource,
    		identifier,
    	)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/cacher/cache_watcher_test.go

    	}
    
    	deadline := time.Now().Add(time.Hour)
    	// After that, verifies the cacheWatcher.process goroutine works correctly.
    	for i := 0; i < maxRetriesToProduceTheRaceCondition; i++ {
    		w = newCacheWatcher(2, filter, emptyFunc, storage.APIObjectVersioner{}, deadline, false, schema.GroupResource{Resource: "pods"}, "")
    		w.input <- &watchCacheEvent{Object: &v1.Pod{}, ResourceVersion: uint64(i + 1)}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 09:20:10 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/api/v2/BUILD

            "@local_tsl//tsl/platform:errors",
        ],
    )
    
    tf_cc_test(
        name = "cluster_tf_test",
        srcs = ["cluster_tf_test.cc"],
        data = [
            "testdata/empty_func.mlir",
            "testdata/invalid_executor.mlir",
            "testdata/outside_compilation.mlir",
        ],
        deps = [
            ":cluster_tf",
            "//tensorflow/compiler/mlir:register_common_dialects",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 23:04:51 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/api/v1/BUILD

            "@local_tsl//tsl/platform:errors",
        ],
    )
    
    tf_cc_test(
        name = "cluster_tf_test",
        srcs = ["cluster_tf_test.cc"],
        data = [
            "testdata/empty_func.mlir",
            "testdata/invalid_executor.mlir",
            "testdata/multiple_submodules.mlir",
        ],
        deps = [
            ":cluster_tf",
            "//tensorflow/compiler/mlir:register_common_dialects",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top