Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for kRelu1 (0.08 sec)

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

      func.return %0 : tensor<2x3xf32>
    
      // CHECK: %[[RESULT:.*]] = "tfl.relu"(%arg0)
      // CHECK: return %[[RESULT]]
    }
    
    // CHECK-LABEL: Relu1
    func.func @Relu1(%arg0: tensor<2x3xf32>) -> tensor<2x3xf32> {
      %cst = arith.constant dense<-1.0> : tensor<f32>
      %cst1 = arith.constant dense<1.0> : tensor<f32>
    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