Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for IsSwitch (0.22 sec)

  1. staging/src/k8s.io/api/core/v1/generated.pb.go

    		}
    		if fieldNum <= 0 {
    			return fmt.Errorf("proto: AWSElasticBlockStoreVolumeSource: illegal tag %d (wire type %d)", fieldNum, wire)
    		}
    		switch fieldNum {
    		case 1:
    			if wireType != 2 {
    				return fmt.Errorf("proto: wrong wireType = %d for field VolumeID", wireType)
    			}
    			var stringLen uint64
    			for shift := uint(0); ; shift += 7 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/schema/schema_generated.h

      switch (type) {
        case QuantizationDetails_CustomQuantization: {
          value = new tflite::CustomQuantizationT(*reinterpret_cast<tflite::CustomQuantizationT *>(u.value));
          break;
        }
        default:
          break;
      }
    }
    
    inline void QuantizationDetailsUnion::Reset() {
      switch (type) {
        case QuantizationDetails_CustomQuantization: {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/opGen.go

    	BlockExit:      "Exit",
    	BlockJumpTable: "JumpTable",
    	BlockFirst:     "First",
    }
    
    func (k BlockKind) String() string { return blockString[k] }
    func (k BlockKind) AuxIntType() string {
    	switch k {
    	case BlockARM64TBZ:
    		return "int64"
    	case BlockARM64TBNZ:
    		return "int64"
    	case BlockS390XCIJ:
    		return "int8"
    	case BlockS390XCGIJ:
    		return "int8"
    	case BlockS390XCLIJ:
    		return "uint8"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top