Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 63 for groupC (0.11 sec)

  1. src/debug/elf/elf.go

    	SHT_FINI_ARRAY     SectionType = 15         /* Termination function pointers. */
    	SHT_PREINIT_ARRAY  SectionType = 16         /* Pre-initialization function ptrs. */
    	SHT_GROUP          SectionType = 17         /* Section group. */
    	SHT_SYMTAB_SHNDX   SectionType = 18         /* Section indexes (see SHN_XINDEX). */
    	SHT_LOOS           SectionType = 0x60000000 /* First of OS specific semantics */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    the ground as she spoke; `either you or your head must be off,
    and that in about half no time!  Take your choice!'
    
      The Duchess took her choice, and was gone in a moment.
    
      `Let's go on with the game,' the Queen said to Alice; and Alice
    was too much frightened to say a word, but slowly followed her
    back to the croquet-ground.
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  3. okhttp-android/src/main/baseline-prof.txt

    Lkotlin/text/MatchGroup;
    Lkotlin/text/MatchGroupCollection;
    Lkotlin/text/MatchResult;
    Lkotlin/text/MatcherMatchResult$groupValues$1;
    Lkotlin/text/MatcherMatchResult$groups$1$iterator$1;
    Lkotlin/text/MatcherMatchResult$groups$1;
    Lkotlin/text/MatcherMatchResult;
    Lkotlin/text/Regex;
    Lkotlin/text/StringsKt__IndentKt;
    Lkotlin/text/StringsKt__RegexExtensionsKt;
    Lkotlin/text/StringsKt__StringBuilderKt;
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	0x0000000112000001, 0x0000000106000001, 0x0000000101400001, 0x000000010a000001,
    	0x0000000102020001,
    }
    
    // regionInclusionNext marks, for each entry in regionInclusionBits, the set of
    // all groups that are reachable from the groups set in the respective entry.
    // Size: 73 bytes, 73 elements
    var regionInclusionNext = [73]uint8{
    	// Entry 0 - 3F
    	0x3e, 0x3f, 0x0b, 0x0b, 0x40, 0x01, 0x0b, 0x01,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

          so that the two "x" dialect instructions are next to each other.
      }];
      let constructor = "TF::CreateOrderByDialectPass()";
    }
    
    def GroupByDialectPass : Pass<"tf-group-by-dialect", "mlir::ModuleOp"> {
      let summary = "Groups ops into functions that only contain one dialect.";
      let description = [{
          Factors operations into subroutines such that all functions only
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  6. src/main/webapp/js/bootstrap.min.js.map

    DROPDOWN_MENU : 'dropdown-menu',\n  ACTIVE        : 'active'\n}\n\nconst Selector = {\n  DATA_SPY        : '[data-spy=\"scroll\"]',\n  ACTIVE          : '.active',\n  NAV_LIST_GROUP  : '.nav, .list-group',\n  NAV_LINKS       : '.nav-link',\n  NAV_ITEMS       : '.nav-item',\n  LIST_ITEMS      : '.list-group-item',\n  DROPDOWN        : '.dropdown',\n  DROPDOWN_ITEMS  : '.dropdown-item',\n  DROPDOWN_TOGGLE : '.dropdown-toggle'\n}\n\nconst OffsetMethod = {\n  OFFSET   : 'offset',\n  POSITION : 'position'\n}\n\n/**\n...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jan 11 06:54:28 UTC 2020
    - 189.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

    // For `CollectiveReduceV2Op` we have 3 cases:
    // 1) `is_stateless` is true turns off automatic ordering and we purely rely on
    //    instance_key to distinguish collective groups. In this case, ordering
    //    tokens are irrelevant. Each collective group should have a unique
    //    instance_key at runtime.
    // 2) If at least one ordering token is present, then we purely rely on ordering
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  8. src/main/webapp/js/admin/bootstrap.min.js.map

    DROPDOWN_MENU : 'dropdown-menu',\n  ACTIVE        : 'active'\n}\n\nconst Selector = {\n  DATA_SPY        : '[data-spy=\"scroll\"]',\n  ACTIVE          : '.active',\n  NAV_LIST_GROUP  : '.nav, .list-group',\n  NAV_LINKS       : '.nav-link',\n  NAV_ITEMS       : '.nav-item',\n  LIST_ITEMS      : '.list-group-item',\n  DROPDOWN        : '.dropdown',\n  DROPDOWN_ITEMS  : '.dropdown-item',\n  DROPDOWN_TOGGLE : '.dropdown-toggle'\n}\n\nconst OffsetMethod = {\n  OFFSET   : 'offset',\n  POSITION : 'position'\n}\n\n/**\n...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 185.8K bytes
    - Viewed (0)
  9. doc/go1.17_spec.html

    <pre class="grammar">
    Production  = production_name "=" [ Expression ] "." .
    Expression  = Alternative { "|" Alternative } .
    Alternative = Term { Term } .
    Term        = production_name | token [ "…" token ] | Group | Option | Repetition .
    Group       = "(" Expression ")" .
    Option      = "[" Expression "]" .
    Repetition  = "{" Expression "}" .
    </pre>
    
    <p>
    Productions are expressions constructed from terms and the following
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  10. src/runtime/proc.go

    	// so that we can update any gp.schedlink only after we take the full ownership of G,
    	// meanwhile, other P's can't access to all G's in local P's runnable queue and steal them.
    	// See https://groups.google.com/g/golang-dev/c/0pTKxEKhHSc/m/6Q85QjdVBQAJ for more details.
    	for i := uint32(0); i < qn; i++ {
    		gp := pp.runq[(h+i)%uint32(len(pp.runq))].ptr()
    		drainQ.pushBack(gp)
    		n++
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top