Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for KeyTy (0.04 sec)

  1. tensorflow/compiler/mlir/tfr/ir/tfr_types.h

    struct TFRTypeStorage final
        : public TypeStorage,
          public llvm::TrailingObjects<TFRTypeStorage, StringAttr> {
      using KeyTy = ArrayRef<StringAttr>;
    
      explicit TFRTypeStorage(unsigned num_attrs) : num_attrs(num_attrs) {}
    
      static TFRTypeStorage* construct(TypeStorageAllocator& allocator, KeyTy key) {
        // Allocate a new storage instance.
        auto byteSize = TFRTypeStorage::totalSizeToAlloc<StringAttr>(key.size());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 05 07:17:01 UTC 2023
    - 4.1K bytes
    - Viewed (0)
Back to top