Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for getresuid (0.45 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

              loc, operand_types, act, scale, mean, var, grad, op.getEpsilon(),
              feature_dim);
    
          x_backprop = training_op.getResult(0);
    
          scale_backprop = training_op.getResult(1);
    
          offset_backprop = training_op.getResult(2);
        } else {  // inference
          SmallVector<int64_t, 4> non_feature_dims;
          for (int64_t i = 0; i < act_type.getRank(); ++i) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    FailOnTimeout$Builder builder(); public void FailOnTimeout(org.junit.runners.model.Statement, long); private void FailOnTimeout(FailOnTimeout$Builder, org.junit.runners.model.Statement); public void evaluate() throws Throwable; private Throwable getResult(java.util.concurrent.FutureTask, Thread); private Exception createTimeoutExcepti(Thread); private StackTraceElement[] getStackTrace(Thread); private Thread getStuckThread(Thread); private java.util.List getThreadsInGroup(ThreadGroup); private long...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), func Setpgid(int, int) error
    pkg syscall (netbsd-arm64-cgo), func Setpriority(int, int, int) error
    pkg syscall (netbsd-arm64-cgo), func Setregid(int, int) error
    pkg syscall (netbsd-arm64-cgo), func Setreuid(int, int) error
    pkg syscall (netbsd-arm64-cgo), func Setrlimit(int, *Rlimit) error
    pkg syscall (netbsd-arm64-cgo), func Setsid() (int, error)
    pkg syscall (netbsd-arm64-cgo), func SetsockoptByte(int, int, int, uint8) error
    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), func Setpriority(int, int, int) error
    pkg syscall (darwin-arm64), func Setprivexec(int) error
    pkg syscall (darwin-arm64), func Setregid(int, int) error
    pkg syscall (darwin-arm64), func Setreuid(int, int) error
    pkg syscall (darwin-arm64), func Setrlimit(int, *Rlimit) error
    pkg syscall (darwin-arm64), func Setsid() (int, error)
    pkg syscall (darwin-arm64), func SetsockoptByte(int, int, int, uint8) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  5. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    		return x.LogAsJson
    	}
    	return nil
    }
    
    func (x *GlobalConfig) GetLogging() *GlobalLoggingConfig {
    	if x != nil {
    		return x.Logging
    	}
    	return nil
    }
    
    func (x *GlobalConfig) GetMeshID() string {
    	if x != nil {
    		return x.MeshID
    	}
    	return ""
    }
    
    func (x *GlobalConfig) GetMeshNetworks() *structpb.Struct {
    	if x != nil {
    		return x.MeshNetworks
    	}
    	return nil
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top