Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TFRTensorType (0.29 sec)

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

      ArrayRef<StringAttr> getAttrKeys() { return Base::getImpl()->GetAttrs(); }
    };
    }  // namespace detail
    
    class TFRTensorType : public detail::TFRTypeImpl<TFRTensorType> {
     public:
      using TFRBase::TFRBase;
      static constexpr StringLiteral name = "tfr.tensor";
      static std::string getTypeName() { return "TFRTensorType"; }
    };
    
    class TFRTensorListType : public detail::TFRTypeImpl<TFRTensorListType> {
     public:
    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