Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for recvq (0.2 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)
  3. api/go1.14.txt

    pkg syscall (freebsd-arm64), type BpfProgram struct, Pad_cgo_0 [4]uint8
    pkg syscall (freebsd-arm64), type BpfStat struct
    pkg syscall (freebsd-arm64), type BpfStat struct, Drop uint32
    pkg syscall (freebsd-arm64), type BpfStat struct, Recv uint32
    pkg syscall (freebsd-arm64), type BpfVersion struct
    pkg syscall (freebsd-arm64), type BpfVersion struct, Major uint16
    pkg syscall (freebsd-arm64), type BpfVersion struct, Minor uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  4. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type BpfStat struct #53466
    pkg syscall (freebsd-riscv64), type BpfStat struct, Drop uint32 #53466
    pkg syscall (freebsd-riscv64), type BpfStat struct, Recv uint32 #53466
    pkg syscall (freebsd-riscv64), type BpfVersion struct #53466
    pkg syscall (freebsd-riscv64), type BpfVersion struct, Major uint16 #53466
    pkg syscall (freebsd-riscv64), type BpfVersion struct, Minor uint16 #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
Back to top