Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 195 for groupSet (0.11 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.h

    #include "tensorflow/compiler/jit/compilability_check_util.h"
    #include "tensorflow/core/common_runtime/optimization_registry.h"
    
    namespace tensorflow {
    
    // The attribute that marks nodes to be grouped into functions by the
    // encapsulate subgraphs pass.
    extern const char* const kXlaClusterAttr;
    
    // Marks a subset of nodes in the graph which are to be clustered
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 10 22:46:01 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  2. src/packaging/common/scripts/postrm

        fi
    fi
    
    if [ "$REMOVE_USER_AND_GROUP" = "true" ]; then
        if id "$FESS_USER" > /dev/null 2>&1 ; then
            userdel "$FESS_USER"
        fi
    
        if getent group "$FESS_GROUP" > /dev/null 2>&1 ; then
            groupdel "$FESS_GROUP"
        fi
    fi
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 10 01:24:02 UTC 2015
    - 2.2K bytes
    - Viewed (0)
  3. platforms/core-runtime/logging/src/integTest/groovy/org/gradle/internal/logging/console/taskgrouping/AbstractGroupedProjectConfigureLoggingFunctionalTest.groovy

    import org.gradle.integtests.fixtures.executer.LogContent
    
    abstract class AbstractGroupedProjectConfigureLoggingFunctionalTest extends AbstractConsoleGroupedTaskFunctionalTest {
        def "project configuration messages are grouped"() {
            given:
            settingsFile << """
                include 'a', 'b'
            """
            buildFile << """
                println "root project"
                // Some nested build operations
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 2K bytes
    - Viewed (0)
  4. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/logging/sink/GroupingProgressLogEventGeneratorTest.groovy

            then:
            0 * downstreamListener._
        }
    
        def "forwards log events that are not grouped during execution of build operation that is grouped"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/ImmutableMultimap.java

     *
     * <p><a id="iteration"></a>
     *
     * <p><b>Key-grouped iteration.</b> All view collections follow the same iteration order. In all
     * current implementations, the iteration order always keeps multiple entries with the same key
     * together. Any creation method that would customarily respect insertion order (such as {@link
     * #copyOf(Multimap)}) instead preserves key-grouped order by inserting entries for an existing key
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheReportIntegrationTest.groovy

                configurationCacheReport,
                "div.group-selector.group-selector--active",
                { pageErrors.add(it) }
            )
            pageErrors == []
            activeGroup == "Problems grouped by message1"
        }
    
        private String selectInnerTextOf(File configurationCacheReport, String selector, Consumer<String> onPageError) {
            try (Playwright playwright = Playwright.create()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_fr.properties

    labels.role_configuration	=	Rôle
    labels.role_list_name	=	Nom
    labels.role_name	=	Nom
    labels.role_title_details	=	Rôle
    labels.group_configuration	=	Groupe
    labels.group_list_name	=	Nom
    labels.group_name	=	Nom
    labels.group_title_details	=	Groupe
    labels.related_content_configuration	=	Contenu connexe
    labels.related_content_content	=	Contenu
    labels.related_content_list_term	=	Terme
    labels.related_content_term	=	Terme
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/text/cases/info.go

    // manage breaks. See TODO comment above.
    //
    // Note 3: according to the spec, it is possible for the Extend category to
    // introduce breaks between other categories grouped in Letter. However, this
    // is undesirable for our purposes. ICU prevents breaks in such cases as well.
    
    // isBreak returns whether this rune should introduce a break.
    func (c info) isBreak() bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  9. subprojects/core-api/src/main/java/org/gradle/api/file/FilePermissions.java

    
    /**
     * Describes file and directory access permissions for all classes of system users.
     * <p>
     * Follows the style of Unix file permissions, based on the concept of file ownership.
     * <p>
     * Permissions are grouped into 3 distinct categories (representing different classes of users):
     * <ul>
     *     <li>OWNER (user) permissions: what actions the owner of the file/directory can perform on the file/directory</li>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 12:31:43 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  10. docs/metrics/prometheus/alerts.md

        "summary": "Instance 127.0.0.1:9000 has lot quorum on pool 0 on set 0"
      },
      "externalURL": "http://fedora-minio:9093",
      "version": "4",
      "groupKey": "{}:{alertname=\"MinIOClusterTolerance\"}",
      "truncatedAlerts": 0
    }
    ```
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Jan 28 20:53:59 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top