Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 74 for Dictionary (0.2 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. src/compress/zlib/writer_test.go

    	}
    }
    
    func TestWriterDict(t *testing.T) {
    	const dictionary = "0123456789."
    	for i, fn := range filenames {
    		testFileLevelDict(t, fn, DefaultCompression, dictionary)
    		testFileLevelDict(t, fn, NoCompression, dictionary)
    		testFileLevelDict(t, fn, HuffmanOnly, dictionary)
    		for level := BestSpeed; level <= BestCompression; level++ {
    			testFileLevelDict(t, fn, level, dictionary)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 09 19:12:23 UTC 2020
    - 5.7K bytes
    - Viewed (0)
  6. src/compress/flate/example_test.go

    	// The bigger the interface, the weaker the abstraction.
    	// Documentation is for users.
    }
    
    // A preset dictionary can be used to improve the compression ratio.
    // The downside to using a dictionary is that the compressor and decompressor
    // must agree in advance what dictionary to use.
    func Example_dictionary() {
    	// The dictionary is a string of bytes. When compressing some input data,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 12 18:42:35 UTC 2016
    - 6.5K bytes
    - Viewed (0)
  7. .idea/dictionaries/Alexey_Sedunov.xml

    <component name="ProjectDictionaryState">
      <dictionary name="Alexey.Sedunov">
        <words>
          <w>inplace</w>
          <w>renamer</w>
        </words>
      </dictionary>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 02 12:28:14 UTC 2016
    - 174 bytes
    - Viewed (0)
  8. .idea/dictionaries/dmitriy_dolovov.xml

    <component name="ProjectDictionaryState">
      <dictionary name="dmitriy.dolovov">
        <words>
          <w>cinterop</w>
          <w>commonizable</w>
          <w>commonization</w>
          <w>commonize</w>
          <w>commonized</w>
          <w>commonizer</w>
          <w>commonizers</w>
          <w>commonizes</w>
          <w>commonizing</w>
          <w>interop</w>
          <w>jetbrains</w>
          <w>konan</w>
          <w>kotlinx</w>
          <w>macos</w>
        </words>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Nov 26 07:57:16 UTC 2020
    - 456 bytes
    - Viewed (0)
  9. .idea/dictionaries/geevee.xml

    <component name="ProjectDictionaryState">
      <dictionary name="geevee">
        <words>
          <w>builtins</w>
          <w>callables</w>
          <w>klass</w>
          <w>proto</w>
          <w>protoc</w>
          <w>protos</w>
          <w>ubuntu</w>
        </words>
      </dictionary>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jul 08 11:27:39 UTC 2015
    - 267 bytes
    - Viewed (0)
  10. .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)
Back to top