Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for recvq (0.33 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    				continue
    			}
    			s.newHeapaddr(n)
    			if n.Class == ir.PPARAM {
    				s.move(n.Type(), s.expr(n.Heapaddr), s.decladdrs[n])
    			}
    		}
    	}
    
    	typ := s.curfn.Type()
    	do(typ.Recvs())
    	do(typ.Params())
    	do(typ.Results())
    }
    
    // newHeapaddr allocates heap memory for n and sets its heap address.
    func (s *state) newHeapaddr(n *ir.Name) {
    	s.setHeapaddr(n.Pos(), n, s.newObject(n.Type(), nil))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    // containing a token. This HLO token type is used to order multiple infeed
    // operations within a computation. The token type can come from other
    // infeed/outfeed/send/recv ops or can be generated using create_token op with
    // no operands. Here we emit a create_token op to generate the token type
    // operand of infeed. The mhlo.InfeedOp can produce multiple results and later
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type BpfStat struct, Drop uint64
    pkg syscall (netbsd-arm64-cgo), type BpfStat struct, Padding [13]uint64
    pkg syscall (netbsd-arm64-cgo), type BpfStat struct, Recv uint64
    pkg syscall (netbsd-arm64-cgo), type BpfTimeval struct
    pkg syscall (netbsd-arm64-cgo), type BpfTimeval struct, Sec int64
    pkg syscall (netbsd-arm64-cgo), type BpfTimeval struct, Usec int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  4. api/go1.16.txt

    pkg syscall (darwin-arm64), type BpfProgram struct, Pad_cgo_0 [4]uint8
    pkg syscall (darwin-arm64), type BpfStat struct
    pkg syscall (darwin-arm64), type BpfStat struct, Drop uint32
    pkg syscall (darwin-arm64), type BpfStat struct, Recv uint32
    pkg syscall (darwin-arm64), type BpfVersion struct
    pkg syscall (darwin-arm64), type BpfVersion struct, Major uint16
    pkg syscall (darwin-arm64), type BpfVersion struct, Minor uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top