Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for enum1 (0.16 sec)

  1. tensorflow/compiler/mlir/lite/schema/schema_generated.h

    struct TensorMap;
    struct TensorMapBuilder;
    struct TensorMapT;
    
    struct SignatureDef;
    struct SignatureDefBuilder;
    struct SignatureDefT;
    
    struct Model;
    struct ModelBuilder;
    struct ModelT;
    
    enum TensorType : int8_t {
      TensorType_FLOAT32 = 0,
      TensorType_FLOAT16 = 1,
      TensorType_INT32 = 2,
      TensorType_UINT8 = 3,
      TensorType_INT64 = 4,
      TensorType_STRING = 5,
      TensorType_BOOL = 6,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"string"},
    							Format:      "",
    							Enum:        []interface{}{"Equivalent", "Exact"},
    						},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  3. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "description": "Type of daemon set update. Can be \"RollingUpdate\" or \"OnDelete\". Default is RollingUpdate.\n\nPossible enum values:\n - `\"OnDelete\"` Replace the old daemons only when it's killed\n - `\"RollingUpdate\"` Replace the old daemons by new ones using rolling update i.e replace them on each node one after the other.",
              "enum": [
                "OnDelete",
                "RollingUpdate"
              ],
              "type": "string"
            }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  4. test-site/activator-launch-1.3.2.jar

    public abstract ApplicationID app(); } xsbti/PredefinedRepository.class package xsbti; public abstract interface PredefinedRepository extends Repository { public abstract Predefined id(); } xsbti/Predefined.class package xsbti; public final synchronized enum Predefined { public static final Predefined Local; public static final Predefined MavenLocal; public static final Predefined MavenCentral; public static final Predefined ScalaToolsReleases; public static final Predefined ScalaToolsSnapshots; public...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
  5. api/openapi-spec/swagger.json

              },
              "type": "object"
            },
            "description": {
              "type": "string"
            },
            "enum": {
              "items": {
                "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON"
              },
              "type": "array",
              "x-kubernetes-list-type": "atomic"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              },
              "type": "object"
            },
            "description": {
              "type": "string"
            },
            "enum": {
              "items": {
                "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON"
              },
              "type": "array"
            },
            "example": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
Back to top