Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getUnit (0.14 sec)

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

          const int64_t dilation = get_int(dilations[dim]);
          rhs_dilations.push_back(dilation);
          const int64_t stride = get_int(strides[dim]);
          window_strides.push_back(stride);
    
          Value pad_low, pad_high;
          if (padding == tensorflow::Padding::EXPLICIT) {
            pad_low = get_const(get_int(explicit_paddings[2 * dim]));
            pad_high = get_const(get_int(explicit_paddings[2 * dim + 1]));
    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

    func (x *PilotConfig) GetMemory() *TargetUtilizationConfig {
    	if x != nil {
    		return x.Memory
    	}
    	return nil
    }
    
    func (x *PilotConfig) GetCni() *CNIUsageConfig {
    	if x != nil {
    		return x.Cni
    	}
    	return nil
    }
    
    func (x *PilotConfig) GetTaint() *PilotTaintControllerConfig {
    	if x != nil {
    		return x.Taint
    	}
    	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