Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for L2NormalizeReduceAxis (0.24 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

      "$0.cast<DenseElementsAttr>().getValues<APFloat>()[0].isNegative()) || "
      "$0.cast<DenseElementsAttr>().getValues<APFloat>()[0].isNegInfinity())">>;
    
    def L2NormValidReduceIndex : Constraint<CPred<
      "L2NormalizeReduceAxis($0, $1.cast<DenseElementsAttr>())">>;
    
    // Currently L2Normalization doesn't support activation function
    // in TFLite.
    // TODO(karimnosseir): Add constraints that the kernel code assumes.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
Back to top