Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 640x640xf32 (0.51 sec)

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

    // CHECK-LABEL: @MinimumOfReluAnd6ToRelu6
    func.func @MinimumOfReluAnd6ToRelu6(%arg0: tensor<40x40xf32>) -> tensor<40x40xf32> {
      %cst = arith.constant dense<6.0> : tensor<f32>
      %2 = "tfl.relu"(%arg0) : (tensor<40x40xf32>) -> tensor<40x40xf32>
      %3 = "tfl.minimum"(%2, %cst) : (tensor<40x40xf32>, tensor<f32>) -> tensor<40x40xf32>
      func.return %3 : tensor<40x40xf32>
    
      // CHECK: %[[rs1:.*]] = "tfl.relu6"(%arg0
      // CHECK: return %[[rs1]]
    }
    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