Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for mq_send (0.18 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. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"MSG_NOTIFICATION", Const, 0},
    		{"MSG_OOB", Const, 0},
    		{"MSG_PEEK", Const, 0},
    		{"MSG_PROXY", Const, 0},
    		{"MSG_RCVMORE", Const, 0},
    		{"MSG_RST", Const, 0},
    		{"MSG_SEND", Const, 0},
    		{"MSG_SYN", Const, 0},
    		{"MSG_TRUNC", Const, 0},
    		{"MSG_TRYHARD", Const, 0},
    		{"MSG_USERFLAGS", Const, 1},
    		{"MSG_WAITALL", Const, 0},
    		{"MSG_WAITFORONE", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. 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