Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SIGN_BIT (0.08 sec)

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

      // CHECK: "TANH"
      %4 = tfl.add %arg0, %arg1 {fused_activation_function = "TANH"} : tensor<4xi32>
      // CHECK: "SIGN_BIT"
      %5 = tfl.add %arg0, %arg1 {fused_activation_function = "SIGN_BIT"} : tensor<4xi32>
      func.return %0, %1, %2, %3, %4, %5: tensor<4xi32>, tensor<4xi32>, tensor<4xi32>, tensor<4xi32>, tensor<4xi32>, tensor<4xi32>
    }
    
    // -----
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
Back to top