Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      %3 = "tfl.mul"(%arg0, %2) {fused_activation_function = "NONE"} : (tensor<2xf32>, tensor<f32>) -> tensor<2xf32>
      func.return %3: tensor<2xf32>
      // CHECK: %[[RES:[0-9].*]] = "tfl.l2_normalization"([[INPUT:%.*]]) <{fused_activation_function = "NONE"}> : (tensor<2xf32>) -> tensor<2xf32>
      // CHECK: return %[[RES]]
    }
    
    // CHECK-LABEL: @L2NormalizePattern1
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
Back to top