Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tf_await (0.09 sec)

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

      // CHECK: [[c:%.*]] = tf_mlrt.await [[futures]]#1
      %c = "tf_mlrt.tf_await"(%future_c) : (!mlrt.future) ->tensor<i32>
      // CHECK: [[f:%.*]] = tf_mlrt.executeop([[e]], [[c]])
      // CHECK-SAME: Div
      %f = "tf.Div"(%e, %c) {__op_key = 8: i32}: (tensor<i32>, tensor<i32>) -> tensor<i32>
    
      // CHECK: [[b:%.*]] = tf_mlrt.await [[futures]]#0
      %b = "tf_mlrt.tf_await"(%future_b) : (!mlrt.future) ->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