Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SignatureInfo (0.19 sec)

  1. tensorflow/compiler/mlir/lite/quantization/device_target.h

        return *this;
      }
    
      KernelSpecs& WithImpl(const ScaleDecomposeFn& dfn) {
        decompose_fn_ = dfn;
        return *this;
      }
    
     private:
      // The signature is pattern match based.
      struct SignatureInfo : public llvm::DenseMapInfo<Signature> {
        static inline Signature getEmptyKey() { return {}; }
        static inline Signature getTombstoneKey() { return {nullptr}; }
        static unsigned getHashValue(Signature val) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 08 10:41:08 UTC 2024
    - 7.1K bytes
    - Viewed (0)
Back to top