Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_traits.h

        // Idempotent requires the operation to be side effect free as well
        // but currently this check is under a FIXME and is not actually done.
        return detail::verifyIsIdempotent(op);
      }
    
      static OpFoldResult foldTrait(Operation* op, ArrayRef<Attribute> operands) {
        return detail::foldIdempotent(op);
      }
    };
    
    /// This class adds property that the operation is an involution.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top