Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for casePC (0.29 sec)

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

      switch (type) {
        case SparseIndexVector_NONE: {
          return true;
        }
        case SparseIndexVector_Int32Vector: {
          auto ptr = reinterpret_cast<const tflite::Int32Vector *>(obj);
          return verifier.VerifyTable(ptr);
        }
        case SparseIndexVector_Uint16Vector: {
          auto ptr = reinterpret_cast<const tflite::Uint16Vector *>(obj);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  2. CREDITS

    encouraged by the resulting cooperation.  However, in the case of
    software used on network servers, this result may fail to come about.
    The GNU General Public License permits making a modified version and
    letting the public access it on a server without ever releasing its
    source code to the public.
    
      The GNU Affero General Public License is designed specifically to
    ensure that, in such cases, the modified source code becomes available
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"name": {
    						SchemaProps: spec.SchemaProps{
    							Description: "Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.",
    							Default:     "",
    							Type:        []string{"string"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  4. api/openapi-spec/swagger.json

              "type": "string"
            },
            "name": {
              "description": "Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.",
              "type": "string"
            },
            "namespace": {
    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

                "type": "string"
              },
              "name": {
                "default": "",
                "description": "Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.",
                "type": "string"
              },
              "namespace": {
                "default": "",
    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. src/cmd/compile/internal/ssa/opGen.go

    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"
    	case BlockS390XCLGIJ:
    		return "uint8"
    	}
    	return ""
    }
    
    const (
    	OpInvalid Op = iota
    
    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