Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WhileRegion_body (0.11 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/region-control-flow-to-functional.mlir

        "tf.Yield"(%2) : (tensor<*xf32>) -> ()
      }) {is_stateless = false} : (tensor<i32>) -> tensor<1x2x3xf32>
      return %0 : tensor<1x2x3xf32>
    }
    
    // -----
    
    // Simple WhileRegion
    // CHECK: func private @tf.WhileRegion_body{{.+}}
    // CHECK: "tf.Add"
    // CHECK: constant dense<1>
    // CHECK: "tf.Sub"
    // CHECK:func private @tf.WhileRegion_cond{{.+}}
    // CHECK: constant dense<0>
    // CHECK: "tf.NotEqual"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 02 11:15:34 UTC 2024
    - 44.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/resource-device-inference.mlir

          tf_executor.yield
        }
        tf_executor.fetch %island : !tf_executor.control
      }
      func.return
    }
    
    // CHECK-LABEL: func @whileregion_body
    func.func @whileregion_body(%arg0: tensor<i32>, %arg1: !tf_res, %arg2: !tf_res) -> (tensor<i32>, !tf_res, !tf_res) {
      %graph:3 = tf_executor.graph {
        // CHECK: tf_executor.island
        %island:4 = tf_executor.island {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 17 16:01:45 UTC 2022
    - 18.2K bytes
    - Viewed (0)
Back to top