Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 35 for dictionary (0.15 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. .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)
  3. .idea/dictionaries/Denis_Zharkov.xml

    <component name="ProjectDictionaryState">
      <dictionary name="Denis.Zharkov">
        <words>
          <w>pcla</w>
        </words>
      </dictionary>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jan 10 14:56:30 UTC 2024
    - 149 bytes
    - Viewed (0)
  4. .idea/dictionaries/Andrey_Yastrebov.xml

    <component name="ProjectDictionaryState">
      <dictionary name="Andrey.Yastrebov">
        <words>
          <w>sandboxing</w>
          <w>xcconfig</w>
        </words>
      </dictionary>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Dec 15 15:38:51 UTC 2023
    - 180 bytes
    - Viewed (0)
  5. .idea/dictionaries/sergej_jaskiewicz.xml

    <component name="ProjectDictionaryState">
      <dictionary name="sergej.jaskiewicz">
        <words>
          <w>lowerings</w>
          <w>unmuted</w>
        </words>
      </dictionary>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 18:16:15 UTC 2024
    - 179 bytes
    - Viewed (0)
  6. .idea/dictionaries/sebastiansellmair.xml

    <component name="ProjectDictionaryState">
      <dictionary name="sebastiansellmair">
        <words>
          <w>actuals</w>
          <w>associator</w>
          <w>cinterops</w>
          <w>instantiator</w>
          <w>interops</w>
          <w>klibrary</w>
          <w>namer</w>
          <w>undispatched</w>
        </words>
      </dictionary>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Jan 08 15:25:19 UTC 2024
    - 318 bytes
    - Viewed (0)
  7. src/compress/zlib/reader.go

    func NewReader(r io.Reader) (io.ReadCloser, error) {
    	return NewReaderDict(r, nil)
    }
    
    // NewReaderDict is like [NewReader] but uses a preset dictionary.
    // NewReaderDict ignores the dictionary if the compressed data does not refer to it.
    // If the compressed data refers to a different dictionary, NewReaderDict returns [ErrDictionary].
    //
    // The ReadCloser returned by NewReaderDict also implements [Resetter].
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 23:20:03 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/utils/stablehlo_custom_call.cc

      if (config == nullptr) {
        op.emitOpError() << "does not have dictionary attribute '"
                         << kTfBackendConfigAttrName << "'";
        return failure();
      }
    
      auto f = config.get(kCalledFuncAttrName);
      if (f == nullptr) {
        op.emitOpError() << "does not have attribute '" << kCalledFuncAttrName
                         << "' in its dictionary attribute '"
                         << kTfBackendConfigAttrName << "'";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/utils/device_util.cc

      }
    
      return mlir::success();
    }
    
    // Get devices from a dictionary attribute.
    mlir::LogicalResult GetDevicesFromOp(mlir::Operation* op,
                                         mlir::DictionaryAttr dict_attr,
                                         mlir::TF::RuntimeDevices* devices) {
      DeviceNameUtils::ParsedName device;
    
      // Parse device names and metadata from dictionary attribute.
      for (auto& kv : dict_attr) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  10. docs/en/docs/tutorial/metadata.md

    ```
    
    ## Metadata for tags
    
    You can also add additional metadata for the different tags used to group your path operations with the parameter `openapi_tags`.
    
    It takes a list containing one dictionary for each tag.
    
    Each dictionary can contain:
    
    * `name` (**required**): a `str` with the same tag name you use in the `tags` parameter in your *path operations* and `APIRouter`s.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Mar 31 23:52:53 UTC 2024
    - 5.8K bytes
    - Viewed (0)
Back to top