Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for recvs (0.04 sec)

  1. 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)
  2. 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