Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for recv_key_htod_0 (0.24 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/prepare_tpu_computation_for_tf_export.mlir

      func.return %0#0 : tensor<*xf32>
    }
    
    // CHECK-LABEL: @RewriteSendRecvOps
    func.func @RewriteSendRecvOps() -> () {
      // CHECK: key = "recv_key_htod_0"
      %0 = "tf.XlaRecvFromHost"() {key = "recv_key", shape = #tf_type.shape<>} : () -> tensor<i32>
    
      // CHECK: key = "send_key_dtoh_0"
      "tf.XlaSendToHost"(%0) {key = "send_key"} : (tensor<i32>) -> ()
    
      func.return
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 18:46:36 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-communication.mlir

      // CHECK-SAME: handle =
      // CHECK-SAME: type = 3
      // CHECK-SAME: is_host_transfer = true
      // CHECK-SAME: mhlo.frontend_attributes = {_xla_host_transfer_handler_name = "tf_rendezvous", _xla_host_transfer_rendezvous = "recv_key_htod_0"}
      // CHECK-SAME: mhlo.sharding = "\08\01\1A\01\01\22\01\00"
      // CHECK-SAME: (!mhlo.token) -> (tensor<i32>, !mhlo.token)
      %0 = "tf.XlaRecvFromHost"() {key = "recv_key", shape = #tf_type.shape<>} : () -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 08 18:24:20 UTC 2024
    - 38.3K bytes
    - Viewed (0)
Back to top