Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for pod_name (0.55 sec)

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

        fbb_.AddElement<int8_t>(Tensor::VT_TYPE, static_cast<int8_t>(type), 0);
      }
      void add_buffer(uint32_t buffer) {
        fbb_.AddElement<uint32_t>(Tensor::VT_BUFFER, buffer, 0);
      }
      void add_name(::flatbuffers::Offset<::flatbuffers::String> name) {
        fbb_.AddOffset(Tensor::VT_NAME, name);
      }
      void add_quantization(::flatbuffers::Offset<tflite::QuantizationParameters> quantization) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/generated.pb.go

    }
    
    func (m *EndpointAddress) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	if m.NodeName != nil {
    		i -= len(*m.NodeName)
    		copy(dAtA[i:], *m.NodeName)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.NodeName)))
    		i--
    		dAtA[i] = 0x22
    	}
    	i -= len(m.Hostname)
    	copy(dAtA[i:], m.Hostname)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  3. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              },
              "type": "array",
              "x-kubernetes-patch-merge-key": "name",
              "x-kubernetes-patch-strategy": "merge"
            },
            "nodeName": {
              "description": "NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements.",
              "type": "string"
    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/v3/api__v1_openapi.json

                ],
                "x-kubernetes-list-type": "map",
                "x-kubernetes-patch-merge-key": "name",
                "x-kubernetes-patch-strategy": "merge"
              },
              "nodeName": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  5. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              },
              "type": "array",
              "x-kubernetes-patch-merge-key": "name",
              "x-kubernetes-patch-strategy": "merge"
            },
            "nodeName": {
              "description": "NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements.",
              "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)
  6. api/go1.txt

    pkg syscall (linux-386), type Utsname struct
    pkg syscall (linux-386), type Utsname struct, Domainname [65]int8
    pkg syscall (linux-386), type Utsname struct, Machine [65]int8
    pkg syscall (linux-386), type Utsname struct, Nodename [65]int8
    pkg syscall (linux-386), type Utsname struct, Release [65]int8
    pkg syscall (linux-386), type Utsname struct, Sysname [65]int8
    pkg syscall (linux-386), type Utsname struct, Version [65]int8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  7. pkg/generated/openapi/zz_generated.openapi.go

    						},
    					},
    					"nodeName": {
    						SchemaProps: spec.SchemaProps{
    							Description: "nodeName represents the node that the volume should be attached to.",
    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    				},
    				Required: []string{"attacher", "source", "nodeName"},
    			},
    		},
    		Dependencies: []string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  8. src/internal/trace/traceviewer/static/trace_viewer_full.html

    if(ts<lastSnapshot.ts){throw new Error('Snapshots must be added in increasing timestamp order');}}
    if(opt_name&&(this.name!==opt_name)){if(!opt_baseTypeName){throw new Error('Must provide base type name for name update');}
    if(this.baseTypeName!==opt_baseTypeName){throw new Error('Cannot update type name: base types dont match');}
    this.name=opt_name;}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
  9. api/openapi-spec/swagger.json

              ],
              "x-kubernetes-list-type": "map",
              "x-kubernetes-patch-merge-key": "name",
              "x-kubernetes-patch-strategy": "merge"
            },
            "nodeName": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top