Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getresuid (0.32 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. 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