Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Ndense (0.33 sec)

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

        DimensionType_DENSE,
        DimensionType_SPARSE_CSR
      };
      return values;
    }
    
    inline const char * const *EnumNamesDimensionType() {
      static const char * const names[3] = {
        "DENSE",
        "SPARSE_CSR",
        nullptr
      };
      return names;
    }
    
    inline const char *EnumNameDimensionType(DimensionType e) {
    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

    				Properties: map[string]spec.Schema{
    					"replicas": {
    						SchemaProps: spec.SchemaProps{
    							Description: "replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.",
    							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. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "type": "string"
            },
            "replicas": {
              "description": "replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.",
              "format": "int32",
              "type": "integer"
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  4. api/openapi-spec/swagger.json

              "type": "string"
            },
            "replicas": {
              "description": "replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.",
              "format": "int32",
              "type": "integer"
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  5. api/openapi-spec/v3/api__v1_openapi.json

                "description": "Object is:\n * If Type is Added or Modified: the new state of the object.\n * If Type is Deleted: the state of the object immediately before deletion.\n * If Type is Error: *Status is recommended; other types may make sense\n   depending on context."
              },
              "type": {
                "default": "",
                "type": "string"
              }
            },
            "required": [
              "type",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

                "Parallel"
              ],
              "type": "string"
            },
            "replicas": {
              "description": "replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.",
              "format": "int32",
              "type": "integer"
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  7. src/internal/trace/traceviewer/static/trace_viewer_full.html

           * This font-size rule has no effect in results.html, but improves
           * legibility in the metrics-side-panel, which sets font-size in order to
           * make this table denser.
           */
          font-size: initial;
        }
    
        #container {
          display: none;
        }
    
        #visualizations{
          display: none;
        }
        </style>
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  8. test/fixedbugs/bug257.go

    	"resting place for those who here gave their lives that that\n" +
    	"nation might live.  It is altogether fitting and proper that\n" +
    	"we should do this.\n" +
    	"  But, in a larger sense, we can not dedicate — we can not\n" +
    	"consecrate — we can not hallow — this ground.\n" +
    	"  The brave men, living and dead, who struggled here, have\n" +
    	"consecrated it, far above our poor power to add or detract.\n" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 2.9M bytes
    - Viewed (0)
Back to top