Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for setgroups (0.19 sec)

  1. api/go1.14.txt

    pkg syscall (freebsd-arm64), func Setegid(int) error
    pkg syscall (freebsd-arm64), func Seteuid(int) error
    pkg syscall (freebsd-arm64), func Setgid(int) error
    pkg syscall (freebsd-arm64), func Setgroups([]int) error
    pkg syscall (freebsd-arm64), func SetKevent(*Kevent_t, int, int, int)
    pkg syscall (freebsd-arm64), func Setlogin(string) error
    pkg syscall (freebsd-arm64), func SetNonblock(int, bool) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  2. api/go1.20.txt

    pkg syscall (freebsd-riscv64), func Setegid(int) error #53466
    pkg syscall (freebsd-riscv64), func Seteuid(int) error #53466
    pkg syscall (freebsd-riscv64), func Setgid(int) error #53466
    pkg syscall (freebsd-riscv64), func Setgroups([]int) error #53466
    pkg syscall (freebsd-riscv64), func Setlogin(string) error #53466
    pkg syscall (freebsd-riscv64), func Setpgid(int, int) error #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)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Setdomainname", Func, 0},
    		{"Setegid", Func, 0},
    		{"Setenv", Func, 0},
    		{"Seteuid", Func, 0},
    		{"Setfsgid", Func, 0},
    		{"Setfsuid", Func, 0},
    		{"Setgid", Func, 0},
    		{"Setgroups", Func, 0},
    		{"Sethostname", Func, 0},
    		{"Setlogin", Func, 0},
    		{"Setpgid", Func, 0},
    		{"Setpriority", Func, 0},
    		{"Setprivexec", Func, 0},
    		{"Setregid", Func, 0},
    		{"Setresgid", Func, 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)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    shard-shaped tensor to be consumed by later manually-partitioned ops. If the
    shape is not evenly partitionable, the padding region will be masked with 0s.
    The conversion can happen partially in subgroups, by specifying the dim
    attribute, where only that dim will be converted.
      }];
    
      let arguments = (ins
        TF_Tensor:$input,
    
        StrAttr:$manual_sharding,
    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