Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for tf_await (0.17 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/parallelization.mlir

    // CHECK-SAME: callee = @main_stream_{{[0-9]*}}
    // CHECK: tf.AddV2
    // CHECK: tf.AddV2
    // CHECK: tf.AddV2
    // CHECK: [[x:%.*]] = "tf.AddV2"
    // CHECK: [[y:%.*]] = "tf_mlrt.tf_await"([[FUTURE]])
    // CHECK: [[RES:%.*]] = "tf.AddV2"([[x]], [[y]])
    // CHECK: mlrt.await_handle [[HANDLE]]
    // CHECK: return [[RES]]
    
    func.func @main(%a: tensor<i32>, %b: tensor<i32>) -> tensor<i32> {
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 22:07:30 UTC 2023
    - 15K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfrt/tests/mlrt/rewrite_ifrt_load_variable.mlir

    // CHECK-SAME:       <{used_by_host = true}> : (tensor<!tf_type.resource<tensor<3x1xf32>>>) -> (tensor<!tf_type.string>, !mlrt.future)
    // CHECK-NEXT:    [[TENSOR:%.*]] = "tf_mlrt.tf_await"([[FURTURE]]) : (!mlrt.future) -> tensor<3x1xf32>
    // CHECK-NEXT:    "tf.MatMul"(%arg0, [[TENSOR]]) : (tensor<1x3xf32>, tensor<3x1xf32>) -> tensor<1x1xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 21:35:32 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfrt/ir/mlrt/tf_ops.td

    include "tfrt/compiler/opdefs/tfrt_op_interfaces.td"  // from @tf_runtime
    include "tfrt/compiler/opdefs/tfrt_traits.td"  // from @tf_runtime
    
    // tf_mlrt.tf_await returns a tensorflow Tensor. It is a fake op that is only
    // used during parallelization and has no runtime implementation.
    def TFAwaitOp: TensorflowMlrt_Op<"tf_await", [Pure, TFRT_CostFunctionInterface, TFRT_FixedCost<1>]> {
      let summary = "Await a tensor from a !mlrt.future";
    
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 21:35:32 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  5. 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)
  6. tensorflow/compiler/mlir/tfrt/tests/mlrt/while_to_map_fn.mlir

    // CHECK-NEXT: tf.AddV2
    // CHECK-NEXT: tf.AddV2
    // CHECK-NEXT: tf.GatherV2
    // CHECK-NEXT: tf.Mul
    // CHECK-NEXT: tf.GatherV2
    // CHECK-NEXT: tf.Mul
    // CHECK-NEXT: tf_mlrt.tf_await
    // CHECK-NEXT: tf_mlrt.tf_await
    // CHECK-NEXT: tf.TensorListSetItem
    // CHECK-NEXT: tf.TensorListSetItem
    // CHECK-NEXT: tf_mlrt.tf_promise
    // CHECK-NEXT: tf_mlrt.tf_promise
    // CHECK-NEXT: return
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 23 06:40:22 UTC 2024
    - 68.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    	"aN": {"&=", 2, precAssign},
    	"aS": {"=", 2, precAssign},
    	"aa": {"&&", 2, precLogicalAnd},
    	"ad": {"&", 1, precUnary},
    	"an": {"&", 2, precAnd},
    	"at": {"alignof ", 1, precUnary},
    	"aw": {"co_await ", 1, precPrimary},
    	"az": {"alignof ", 1, precUnary},
    	"cc": {"const_cast", 2, precPostfix},
    	"cl": {"()", 2, precPostfix},
    	// cp is not in the ABI but is used by clang "when the call
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
Back to top