Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for await_all_control (0.15 sec)

  1. tensorflow/compiler/mlir/tfrt/tests/mlrt/tf_to_mlrt.mlir

      // CHECK: mlrt.await_all_control [[unused]]
      return %x : tensor<i32>
    }
    
    // CHECK-LABEL: func @unused_future
    func.func @unused_future(%x: tensor<i32>) -> tensor<i32> {
      // CHECK: [[unused:%.*]] = tf_mlrt.async_executeop
      %unused = "tf.TestAsyncIdentity"(%x) {__op_key = 0: i32, T = i32} : (tensor<i32>) -> tensor<i32>
      // CHECK: mlrt.await_all_control [[unused]]
      return %x : tensor<i32>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 20:44:15 UTC 2024
    - 24.7K bytes
    - Viewed (0)
Back to top