Search Options

Results per page
Sort
Preferred Languages
Advance

Results 201 - 210 of 537 for registry_ (0.13 sec)

  1. cmd/kubeadm/app/componentconfigs/fakeconfig_test.go

    			apiVersion: %s
    			certificatesDir: /etc/kubernetes/pki
    			clusterName: LeCluster
    			controllerManager: {}
    			etcd:
    			  local:
    			    dataDir: /var/lib/etcd
    			imageRepository: registry.k8s.io
    			kind: ClusterConfiguration
    			kubernetesVersion: 1.2.3
    			networking:
    			  dnsDomain: cluster.local
    			  serviceSubnet: 10.96.0.0/12
    			scheduler: {}
    		`, kubeadmapiv1.SchemeGroupVersion.String())),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 04 15:36:00 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/prepare_composite_functions_tf.cc

    };
    
    class PrepareCompositeFunctionsPass
        : public impl::PrepareCompositeFunctionsPassBase<
              PrepareCompositeFunctionsPass> {
      void getDependentDialects(DialectRegistry& registry) const override {
        registry.insert<TFL::TensorFlowLiteDialect>();
      }
    
     public:
      MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(PrepareCompositeFunctionsPass)
    
      explicit PrepareCompositeFunctionsPass() {}
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/tensorflow/passes/prepare_quantize.cc

    // training quantization simpler.
    class PrepareQuantizePass
        : public PassWrapper<PrepareQuantizePass, OperationPass<func::FuncOp>> {
      void getDependentDialects(DialectRegistry& registry) const override {
        registry.insert<TF::TensorFlowDialect, ::mlir::quant::QuantizationDialect,
                        ::mlir::quantfork::QuantizationForkDialect>();
      }
    
     public:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/breakup-islands.cc

    namespace {
    
    class BreakUpIslands : public TF::PerFunctionAggregateAnalysisConsumerPass<
                               BreakUpIslands, TF::SideEffectAnalysis> {
      void getDependentDialects(DialectRegistry& registry) const override {
        registry.insert<tf_executor::TensorFlowExecutorDialect>();
      }
    
     public:
      MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(BreakUpIslands)
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 11 20:52:36 UTC 2023
    - 16.7K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/internal/classpath/CallInterceptingMetaClass.java

        private static final Object[] NO_ARG = new Object[0];
    
        public CallInterceptingMetaClass(
            MetaClassRegistry registry,
            Class<?> javaClass,
            MetaClass adaptee,
            InstrumentedGroovyCallsTracker callsTracker,
            CallInterceptorResolver interceptorResolver
        ) {
            super(registry, javaClass);
            this.adaptee = adaptee;
            this.callsTracker = callsTracker;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 13:46:35 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  6. pilot/pkg/xds/ads.go

    }
    
    func (conn *Connection) XdsConnection() *xds.Connection {
    	return &conn.Connection
    }
    
    func (conn *Connection) Proxy() *model.Proxy {
    	return conn.proxy
    }
    
    // Event represents a config or registry event that results in a push.
    type Event struct {
    	// pushRequest PushRequest to use for the push.
    	pushRequest *model.PushRequest
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 08:29:05 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/storage/cacher/watch_cache_test.go

    		RecordTime: store.clock.Now(),
    	}
    	b.ResetTimer()
    	for i := 0; i < b.N; i++ {
    		store.updateCache(add)
    	}
    }
    
    func TestHistogramCacheReadWait(t *testing.T) {
    	registry := k8smetrics.NewKubeRegistry()
    	if err := registry.Register(metrics.WatchCacheReadWait); err != nil {
    		t.Errorf("unexpected error: %v", err)
    	}
    	ctx := context.Background()
    	testedMetrics := "apiserver_watch_cache_read_wait_seconds"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 09:20:10 UTC 2024
    - 35.4K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/serviceentry/conversion.go

    			Labels:         labels,
    			TLSMode:        tlsMode,
    			ServiceAccount: sa,
    			// Workload entry config name is used as workload name, which will appear in metric label.
    			// After VM auto registry is introduced, workload group annotation should be used for workload name.
    			WorkloadName: configKey.name,
    			Namespace:    configKey.namespace,
    		},
    		Service:     service,
    		ServicePort: convertPort(servicePort),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 02:03:58 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  9. pkg/registry/core/service/ipallocator/controller/repair.go

    	"k8s.io/client-go/util/retry"
    	"k8s.io/kubernetes/pkg/api/legacyscheme"
    	api "k8s.io/kubernetes/pkg/apis/core"
    	"k8s.io/kubernetes/pkg/apis/core/v1/helper"
    	"k8s.io/kubernetes/pkg/registry/core/rangeallocation"
    	"k8s.io/kubernetes/pkg/registry/core/service/ipallocator"
    	netutils "k8s.io/utils/net"
    )
    
    // Repair is a controller loop that periodically examines all service ClusterIP allocations
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Sep 30 15:46:06 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  10. platforms/extensibility/plugin-development/src/main/java/org/gradle/plugin/devel/plugins/JavaGradlePluginPlugin.java

            ProjectInternal projectInternal = (ProjectInternal) project;
            ProjectPublicationRegistry registry = projectInternal.getServices().get(ProjectPublicationRegistry.class);
            extension.getPlugins().all(pluginDeclaration -> registry.registerPublication(projectInternal, new LocalPluginPublication(pluginDeclaration)));
        }
    
        private static void applyDependencies(Project project) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 06:56:29 UTC 2024
    - 24.8K bytes
    - Viewed (0)
Back to top