Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for min_maxs (0.1 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

    // Return true if the op has non-empty "minmax" attribute.
    static inline bool HasValidMinMaxAttribute(Operation* op) {
      auto minmax = op->getAttrOfType<ArrayAttr>("minmax");
      return minmax && minmax.getValue().size() == 2;
    }
    
    namespace {
    
    /// This pattern matches and remove a tfl.fake_quant if all the users of this op
    /// and itself have "minmax" attribute set.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top