Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getOpt (0.1 sec)

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

      for (int64_t i = 0; i < input_rank; ++i) {
        int64_t input_size = input_shape[i];
        int64_t start_index =
            constant_start_indices.getValues<IntegerAttr>()[i].getInt();
        int64_t slice_size = slice_sizes.getValues<IntegerAttr>()[i].getInt();
        normalized_sizes.push_back(slice_size == -1 ? input_size - start_index
                                                    : slice_size);
      }
    
    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

    	if x != nil {
    		return x.Memory
    	}
    	return nil
    }
    
    // Deprecated: Marked as deprecated in pkg/apis/istio/v1alpha1/values_types.proto.
    func (x *EgressGatewayConfig) GetCpu() *TargetUtilizationConfig {
    	if x != nil {
    		return x.Cpu
    	}
    	return nil
    }
    
    func (x *EgressGatewayConfig) GetCustomService() *wrapperspb.BoolValue {
    	if x != nil {
    		return x.CustomService
    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