Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for l2_normalization (0.18 sec)

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

      let hasOptions = 0;
    }
    
    def TFL_L2NormalizationOp : TFL_Op<"l2_normalization", [Pure,
        FixedOutputRangeInterface,
        QuantizableResult,
        DeclareOpInterfaceMethods<TFL_ArithmeticCount>]> {
      let summary = "L2 Normalize Operator";
    
      let description = [{
        L2Normalization Op
      }];
    
      let arguments = (ins
        TFL_TensorOf<[F32, QUI8, QI8, QUI16, QI16, I8]>:$input,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top