Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tf_await (0.07 sec)

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

      // CHECK-NEXT:  %2 = "tf_mlrt.tf_await"(%1#6) : (!mlrt.future) -> tensor<*xf32>
      // CHECK-NEXT:  %3 = "tf_mlrt.tf_await"(%1#2) : (!mlrt.future) -> tensor<3x3xf32>
      // CHECK-NEXT:  %4 = "tf_mlrt.tf_await"(%1#3) : (!mlrt.future) -> tensor<3x3xf32>
      // CHECK-NEXT:  return %3, %4, %2 : 
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 22.2K bytes
    - Viewed (0)
  2. 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