Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 375 for initiatives (0.12 sec)

  1. tensorflow/compiler/mlir/op_or_arg_name_mapper.h

      llvm::StringRef GetUniqueName(OpOrVal op_or_val, int hash_value = 0);
    
      // Returns unique name as a string_view for the operation or value.
      absl::string_view GetUniqueNameView(OpOrVal op_or_val);
    
      // Initializes operation or value to map to name. Returns number of
      // operations or value already named 'name' which should be 0 else
      // GetUniqueName could return the same names for different operations or
      // values.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 17 22:54:55 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  2. pilot/pkg/bootstrap/monitoring.go

    		}()
    	}
    
    	return m, nil
    }
    
    func (m *monitor) Close() error {
    	if m.monitoringServer != nil {
    		return m.monitoringServer.Close()
    	}
    	return nil
    }
    
    // initMonitor initializes the configuration for the pilot monitoring server.
    func (s *Server) initMonitor(addr string) error { // nolint: unparam
    	s.addStartFunc("monitoring", func(stop <-chan struct{}) error {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 4K bytes
    - Viewed (0)
  3. internal/config/identity/openid/provider/keycloak.go

    		p.adminURL = url
    	}
    }
    
    // WithRealm provide realm configuration for Keycloak
    func WithRealm(realm string) Option {
    	return func(p *KeycloakProvider) {
    		p.realm = realm
    	}
    }
    
    // KeyCloak initializes a new keycloak provider
    func KeyCloak(opts ...Option) (Provider, error) {
    	p := &KeycloakProvider{}
    
    	for _, opt := range opts {
    		opt(p)
    	}
    
    	if p.adminURL == "" {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 29 01:27:09 UTC 2022
    - 4.6K bytes
    - Viewed (0)
  4. tensorflow/cc/training/queue_runner.h

      // Returns the stored cost model.
      Status ExportCostGraph(CostGraphDef* cost_graph) const override;
    
     private:
      QueueRunner() : coord_(nullptr), stopped_(false), cg_mu_(nullptr) {}
    
      // Initializes the instance with the QueueRunnerDef proto.
      Status Init(const QueueRunnerDef& queue_runner_def);
    
      // The Run function for each thread.
      void Run(Session* sess, const string& enqueue_op);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 31 18:27:00 UTC 2022
    - 5K bytes
    - Viewed (0)
  5. platforms/core-configuration/model-core/src/main/java/org/gradle/model/ModelMap.java

         *
         * <p>The given action is invoked to configure the item when the item is required.
         *
         * @param name The name.
         * @param configAction An action that initialises the item. The action is executed when the item is required.
         */
        // TODO - exception when no default type
        void create(String name, Action<? super T> configAction);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.12.md

    ### SIG-cloud-provider
    
    This is the first Kubernetes release for this SIG! In v1.12, SIG Cloud Provider focused on building the processes and infrastructure to better support existing and new cloud providers. Some of these initiatives (many of which are still in progress) are:
    
    - Reporting E2E conformance test results to TestGrid from every cloud provider (in collaboration with SIG Testing & SIG Release)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  7. src/cmd/cgo/internal/testcarchive/testdata/main3.c

    	setvbuf(stdout, NULL, _IONBF, 0);
    
    	if (verbose) {
    		printf("raising SIGPIPE\n");
    	}
    
    	// Test that the Go runtime handles SIGPIPE, even if we installed
    	// a non-default SIGPIPE handler before the runtime initializes.
    	ProvokeSIGPIPE();
    
    	// Test that SIGPIPE on a non-main thread is also handled by Go.
    	res = pthread_create(&tid, NULL, provokeSIGPIPE, NULL);
    	if (res != 0) {
    		fprintf(stderr, "pthread_create: %s\n", strerror(res));
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  8. platforms/core-execution/persistent-cache/src/test/groovy/org/gradle/cache/internal/FixedSharedModeCrossProcessCacheAccessTest.groovy

            then:
            1 * initAction.requiresInitialization(lock) >> false
    
            then:
            1 * onOpenAction.accept(lock)
            0 * _
        }
    
        def "acquires lock then initializes cache and runs handler action on open"() {
            def initialLock = Mock(FileLock)
            def exclusiveLock = Mock(FileLock)
            def sharedLock = Mock(FileLock)
    
            when:
            cacheAccess.open()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:49:51 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  9. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/KotlinLibraryInitIntegrationTest.groovy

            executed(":lib:test")
    
            where:
            scriptDsl << ScriptDslFixture.SCRIPT_DSLS
        }
    
        @Requires(value = UnitTestPreconditions.KotlinOnlySupportsJdk21Earlier.class)
        def "initializes Kotlin library with JUnit Jupiter test framework"() {
            when:
            run('init', '--type', 'kotlin-library', '--test-framework', 'junit-jupiter', '--java-version', JavaVersion.current().majorVersion)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 03:26:38 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/cycle_state.go

    	SkipFilterPlugins sets.Set[string]
    	// SkipScorePlugins are plugins that will be skipped in the Score extension point.
    	SkipScorePlugins sets.Set[string]
    }
    
    // NewCycleState initializes a new CycleState and returns its pointer.
    func NewCycleState() *CycleState {
    	return &CycleState{}
    }
    
    // ShouldRecordPluginMetrics returns whether metrics.PluginExecutionDuration metrics should be recorded.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 18 06:48:20 UTC 2023
    - 4K bytes
    - Viewed (0)
Back to top