Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for recvq (0.06 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Selection).Indirect", Method, 5},
    		{"(*Selection).Kind", Method, 5},
    		{"(*Selection).Obj", Method, 5},
    		{"(*Selection).Recv", Method, 5},
    		{"(*Selection).String", Method, 5},
    		{"(*Selection).Type", Method, 5},
    		{"(*Signature).Params", Method, 5},
    		{"(*Signature).Recv", Method, 5},
    		{"(*Signature).RecvTypeParams", Method, 18},
    		{"(*Signature).Results", Method, 5},
    		{"(*Signature).String", Method, 5},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    def TF_XlaRecvOp : TF_Op<"XlaRecv", [TF_RecvSideEffect]> {
      let summary = [{
    Receives the named tensor from another XLA computation. Wraps the XLA Recv
      }];
    
      let description = [{
    operator documented at
     https://www.tensorflow.org/performance/xla/operation_semantics#recv .
      }];
    
      let arguments = (ins
        StrAttr:$tensor_name,
        TF_ShapeAttr:$shape
      );
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top