Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/lite/tests/pin-ops-with-side-effects.mlir

      %tmp3 = "tfl.add"(%tmp2, %tmp1) { fused_activation_function = "NONE" } : (tensor<1xf32>, tensor<1xf32>) -> (tensor<1xf32>)
      %tmp4 = "tfl.while"(%tmp3) (
      {
        // cond
        ^bb0(%arg_cond: tensor<1xf32>):
        %result_cond = tfl.greater(%arg_cond, %const) : (tensor<1xf32>, tensor<1xf32>) -> tensor<1xi1>
        "tfl.yield"(%result_cond) : (tensor<1xi1>) -> ()
      },
      {
        //body
        ^bb0(%arg_body: tensor<1xf32>):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 17 10:45:19 UTC 2022
    - 5.6K bytes
    - Viewed (0)
Back to top