Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for mq_send (1.13 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Sends the named tensor from send_device to recv_device.";
    
      let description = [{
    _HostSend requires its input on host memory whereas _Send requires its
    input on device memory.
      }];
    
      let arguments = (ins
        Arg<TF_Tensor, [{The tensor to send.}]>:$tensor,
    
        StrAttr:$tensor_name,
        StrAttr:$send_device,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

            configurations led to an exception with the message "No algorithm
            worked!"
    *   Tracing and Debugging:
        *   Add source, destination name to `_send` traceme to allow easier
            debugging.
        *   Add traceme event to `fastpathexecute`.
    *   Other:
        *   Fix an issue with AUC.reset_states for multi-label AUC
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top