Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for UInt32 (0.35 sec)

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

    					m.Ports = make([]int32, 0, elementCount)
    				}
    				for iNdEx < postIndex {
    					var v int32
    					for shift := uint(0); ; shift += 7 {
    						if shift >= 64 {
    							return ErrIntOverflowGenerated
    						}
    						if iNdEx >= l {
    							return io.ErrUnexpectedEOF
    						}
    						b := dAtA[iNdEx]
    						iNdEx++
    						v |= int32(b&0x7F) << shift
    						if b < 0x80 {
    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. pkg/generated/openapi/zz_generated.openapi.go

    							Format:      "int32",
    						},
    					},
    					"revisionHistoryLimit": {
    						SchemaProps: spec.SchemaProps{
    							Description: "The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.",
    							Type:        []string{"integer"},
    							Format:      "int32",
    						},
    					},
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  3. api/openapi-spec/swagger.json

              "format": "int32",
              "type": "integer"
            },
            "revisionHistoryLimit": {
              "description": "The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.",
              "format": "int32",
              "type": "integer"
            },
            "selector": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/schema/schema_generated.h

      static const char * const names[20] = {
        "FLOAT32",
        "FLOAT16",
        "INT32",
        "UINT8",
        "INT64",
        "STRING",
        "BOOL",
        "INT16",
        "COMPLEX64",
        "INT8",
        "FLOAT64",
        "COMPLEX128",
        "UINT64",
        "RESOURCE",
        "VARIANT",
        "UINT32",
        "UINT16",
        "INT4",
        "BFLOAT16",
        nullptr
      };
      return names;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  5. api/openapi-spec/v3/api__v1_openapi.json

                "format": "int32",
                "type": "integer"
              },
              "periodSeconds": {
                "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.",
                "format": "int32",
                "type": "integer"
              },
              "successThreshold": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
Back to top