Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for templatize (0.47 sec)

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

      return EnumNamesQuantizationDetails()[index];
    }
    
    template<typename T> struct QuantizationDetailsTraits {
      static const QuantizationDetails enum_value = QuantizationDetails_NONE;
    };
    
    template<> struct QuantizationDetailsTraits<tflite::CustomQuantization> {
      static const QuantizationDetails enum_value = QuantizationDetails_CustomQuantization;
    };
    
    template<typename T> struct QuantizationDetailsUnionTraits {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  2. src/internal/trace/traceviewer/static/trace_viewer_full.html

            <dl>
              <template if="{{richDetails.visualRect}}" is="dom-if">
                <dt>Visual rect</dt>
                <dd>{{richDetails.visualRect.x}},{{richDetails.visualRect.y}}
                    {{richDetails.visualRect.width}}×{{richDetails.visualRect.height}}
                </dd>
              </template>
            </dl>
          </template>
        </div>
      </template>
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
  3. api/go1.txt

    pkg html/template, method (*Template) Clone() (*Template, error)
    pkg html/template, method (*Template) Delims(string, string) *Template
    pkg html/template, method (*Template) Execute(io.Writer, interface{}) error
    pkg html/template, method (*Template) ExecuteTemplate(io.Writer, string, interface{}) error
    pkg html/template, method (*Template) Funcs(FuncMap) *Template
    pkg html/template, method (*Template) Lookup(string) *Template
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  4. pkg/generated/openapi/zz_generated.openapi.go

    							Ref:         ref("k8s.io/apimachinery/pkg/apis/meta/v1.LabelSelector"),
    						},
    					},
    					"template": {
    						SchemaProps: spec.SchemaProps{
    							Description: "Template describes the pods that will be created. The only allowed template.spec.restartPolicy value is \"Always\".",
    							Default:     map[string]interface{}{},
    							Ref:         ref("k8s.io/api/core/v1.PodTemplateSpec"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg text/template/parse, const NodeIdentifier = 9
    pkg text/template/parse, const NodeIf = 10
    pkg text/template/parse, const NodeList = 11
    pkg text/template/parse, const NodeNil = 12
    pkg text/template/parse, const NodeNil NodeType
    pkg text/template/parse, const NodeNumber = 13
    pkg text/template/parse, const NodePipe = 14
    pkg text/template/parse, const NodeRange = 15
    pkg text/template/parse, const NodeString = 16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

            },
            "template": {
              "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateSpec",
              "description": "Template describes the pods that will be created. The only allowed template.spec.restartPolicy value is \"Always\"."
            }
          },
          "required": [
            "selector",
            "template"
          ],
          "type": "object"
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  7. api/openapi-spec/swagger.json

            },
            "template": {
              "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateSpec",
              "description": "Template describes the pods that will be created. The only allowed template.spec.restartPolicy value is \"Always\"."
            }
          },
          "required": [
            "selector",
            "template"
          ],
          "type": "object"
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  8. api/openapi-spec/v3/api__v1_openapi.json

              },
              "template": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.PodTemplateSpec"
                  }
                ],
                "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)
  9. staging/src/k8s.io/api/core/v1/generated.pb.go

    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.Template == nil {
    				m.Template = &PodTemplateSpec{}
    			}
    			if err := m.Template.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
    				return err
    			}
    			iNdEx = postIndex
    		case 4:
    			if wireType != 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "x-kubernetes-patch-strategy": "retainKeys"
            },
            "template": {
              "$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateSpec",
              "description": "Template describes the pods that will be created."
            }
          },
          "required": [
            "selector",
            "template"
          ],
          "type": "object"
        },
        "io.k8s.api.apps.v1.DeploymentStatus": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top