Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 66 for dictionary (0.18 sec)

  1. src/internal/zstd/testdata/fcf30b99.zero-dictionary-ids.zst

    fcf30b99.zero-dictionary-ids.zst hello hello hello...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 28 17:56:15 UTC 2023
    - 64 bytes
    - Viewed (0)
  2. tensorflow/cc/experimental/libtf/tests/module_test.cc

                              BuildObjects(tf_package));
      EXPECT_EQ(objects.size(), 7);
      // The first node of data-structure-model is a dictionary.
      TF_ASSERT_OK_AND_ASSIGN(tf::libtf::Dictionary node,
                              Cast<tf::libtf::Dictionary>(objects.front()));
    
      // The next three nodes of data-structure-model are lists.
      for (unsigned int i = 1; i < 4; i++) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 15 16:58:38 UTC 2021
    - 4.6K bytes
    - Viewed (0)
  3. .idea/dictionaries/Kirill.xml

    <component name="ProjectDictionaryState">
      <dictionary name="Kirill">
        <words>
          <w>desugared</w>
          <w>desugaring</w>
        </words>
      </dictionary>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jan 31 08:39:41 UTC 2023
    - 171 bytes
    - Viewed (0)
  4. .idea/dictionaries/Artem_Daugel_Dauge.xml

    <component name="ProjectDictionaryState">
      <dictionary name="Artem.Daugel-Dauge">
        <words>
          <w>vendored</w>
          <w>xcframework</w>
        </words>
      </dictionary>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Sun Nov 27 18:09:38 UTC 2022
    - 183 bytes
    - Viewed (0)
  5. .idea/dictionaries/hungnv.xml

    <component name="ProjectDictionaryState">
      <dictionary name="hungnv">
        <words>
          <w>externalizers</w>
          <w>granularities</w>
          <w>multifile</w>
          <w>relocatability</w>
          <w>shrinker</w>
          <w>snapshotter</w>
          <w>snapshotter's</w>
        </words>
      </dictionary>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Aug 16 13:40:19 UTC 2023
    - 303 bytes
    - Viewed (0)
  6. .idea/dictionaries/bashor.xml

    <component name="ProjectDictionaryState">
      <dictionary name="bashor">
        <words>
          <w>binaryen</w>
          <w>ctor</w>
          <w>inlining</w>
          <w>interner</w>
          <w>intrinsicify</w>
          <w>kclass</w>
          <w>lookups</w>
          <w>minification</w>
          <w>minifier</w>
          <w>minify</w>
          <w>unescape</w>
        </words>
      </dictionary>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Nov 09 12:44:39 UTC 2022
    - 365 bytes
    - Viewed (0)
  7. .idea/dictionaries/Nikolay_Krasko.xml

    <component name="ProjectDictionaryState">
      <dictionary name="Nikolay.Krasko">
        <words>
          <w>accessors</w>
          <w>codeowners</w>
          <w>coroutines</w>
          <w>crossinline</w>
          <w>fqname</w>
          <w>goto</w>
          <w>gradle</w>
          <w>infos</w>
          <w>intrinsics</w>
          <w>kdoc</w>
          <w>lateinit</w>
          <w>memoize</w>
          <w>memoized</w>
          <w>multiline</w>
          <w>navigatable</w>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue May 23 16:52:40 UTC 2023
    - 756 bytes
    - Viewed (0)
  8. src/compress/flate/dict_decoder.go

    	rdPos int  // Have emitted hist[:rdPos] already
    	full  bool // Has a full window length been written yet?
    }
    
    // init initializes dictDecoder to have a sliding window dictionary of the given
    // size. If a preset dict is provided, it will initialize the dictionary with
    // the contents of dict.
    func (dd *dictDecoder) init(size int, dict []byte) {
    	*dd = dictDecoder{hist: dd.hist}
    
    	if cap(dd.hist) < size {
    		dd.hist = make([]byte, size)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 6K bytes
    - Viewed (0)
  9. .idea/dictionaries/igor.xml

    <component name="ProjectDictionaryState">
      <dictionary name="igor">
        <words>
          <w>addr</w>
          <w>descr</w>
          <w>exprs</w>
          <w>voidification</w>
          <w>voidifier</w>
          <w>voidify</w>
        </words>
      </dictionary>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Sep 16 17:24:44 UTC 2021
    - 249 bytes
    - Viewed (0)
  10. .idea/dictionaries/4u7.xml

    <component name="ProjectDictionaryState">
      <dictionary name="4u7">
        <words>
          <w>aarch</w>
          <w>bintray</w>
          <w>cacheability</w>
          <w>cacheable</w>
          <w>cidr</w>
          <w>fastutil</w>
          <w>foldable</w>
          <w>instrumentator</w>
          <w>jdks</w>
          <w>jsshell</w>
          <w>proguarded</w>
          <w>protobuf</w>
          <w>redirector</w>
          <w>remapper</w>
          <w>sonatype</w>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jun 16 12:19:01 UTC 2023
    - 498 bytes
    - Viewed (0)
Back to top