Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for untracked (0.51 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                    and is required.
    
    
                                    When set to "Session", AbsoluteTimeout indicates the
                                    absolute lifetime of the cookie tracked by the gateway and
                                    is optional.
    
    
                                    Support: Core for "Session" type
    
    
                                    Support: Extended for "Permanent" type
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"WSASYS_STATUS_LEN", Const, 0},
    		{"WSASend", Func, 0},
    		{"WSASendTo", Func, 0},
    		{"WSASendto", Func, 0},
    		{"WSAStartup", Func, 0},
    		{"WSTOPPED", Const, 0},
    		{"WTRAPPED", Const, 1},
    		{"WUNTRACED", Const, 0},
    		{"Wait4", Func, 0},
    		{"WaitForSingleObject", Func, 0},
    		{"WaitStatus", Type, 0},
    		{"WaitStatus.ExitCode", Field, 0},
    		{"Win32FileAttributeData", Type, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    For example, given a tensor of shape `(A, B, C, D)`;
    
    If `axis == 0` then the i'th tensor in `output` is the slice `value[i, :, :, :]`
      and each tensor in `output` will have shape `(B, C, D)`. (Note that the
      dimension unpacked along is gone, unlike `split`).
    
    If `axis == 1` then the i'th tensor in `output` is the slice `value[:, i, :, :]`
      and each tensor in `output` will have shape `(A, C, D)`.
    Etc.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    yPlugin\": {\n\t\t\t\"kind\":\"PluginA\",\n\t\t\t\"aOption\":\"foo\",\n\t\t},\n\t}\n\nSo what happens? Decode first uses json or yaml to unmarshal the serialized data into your external MyAPIObject. That causes the raw JSON to be stored, but not unpacked. The next step is to copy (using pkg/conversion) into the internal struct. The runtime package's DefaultScheme has conversion functions installed which will unpack the JSON stored in RawExtension, turning it into the correct object type, and storing...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation_test.go

    				ScopeName: core.ResourceQuotaScopePriorityClass,
    				Operator:  core.ScopeSelectorOpIn,
    				Values:    []string{"cluster-services"},
    			}},
    		},
    	}
    
    	// storage is not yet supported as a quota tracked resource
    	invalidQuotaResourceSpec := core.ResourceQuotaSpec{
    		Hard: core.ResourceList{
    			core.ResourceStorage: resource.MustParse("10"),
    		},
    	}
    
    	negativeSpec := core.ResourceQuotaSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

    yPlugin\": {\n\t\t\t\"kind\":\"PluginA\",\n\t\t\t\"aOption\":\"foo\",\n\t\t},\n\t}\n\nSo what happens? Decode first uses json or yaml to unmarshal the serialized data into your external MyAPIObject. That causes the raw JSON to be stored, but not unpacked. The next step is to copy (using pkg/conversion) into the internal struct. The runtime package's DefaultScheme has conversion functions installed which will unpack the JSON stored in RawExtension, turning it into the correct object type, and storing...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  7. RELEASE.md

            has been updated.
        *   Object metadata has now been deprecated and no longer saved to the
            SavedModel.
    
    *   TF Core:
    
        *   Added `tf.config.experimental.reset_memory_stats` to reset the tracked
            peak memory returned by `tf.config.experimental.get_memory_info`.
    
    *   `tf.data`:
    
        *   Added `target_workers` param to `data_service_ops.from_dataset_id` and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top