Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for unpacked (0.27 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      TF_DerivedResultTypeAttr out_idx = TF_DerivedResultTypeAttr<1>;
    }
    
    def TF_UnpackOp : TF_Op<"Unpack", [Pure]> {
      let summary = [{
    Unpacks a given dimension of a rank-`R` tensor into `num` rank-`(R-1)` tensors.
      }];
    
      let description = [{
    Unpacks `num` tensors from `value` by chipping it along the `axis` dimension.
    For example, given a tensor of shape `(A, B, C, D)`;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    \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 it in the Object. (TODO: In the case where the object is of an unknown type, a...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

    \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 it in the Object. (TODO: In the case where the object is of an unknown type, a...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    			capAllowPriv: true,
    		},
    		"with unmasked proc mount type and no user namespace": {
    			sc:          procMountUnmasked,
    			errorType:   "FieldValueInvalid",
    			errorDetail: "`hostUsers` must be false to use `Unmasked`",
    		},
    	}
    	for k, v := range errorCases {
    		capabilities.SetForTests(capabilities.Capabilities{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"TCPInfo.Snd_cwnd", Field, 1},
    		{"TCPInfo.Snd_mss", Field, 1},
    		{"TCPInfo.Snd_ssthresh", Field, 1},
    		{"TCPInfo.State", Field, 1},
    		{"TCPInfo.Total_retrans", Field, 1},
    		{"TCPInfo.Unacked", Field, 1},
    		{"TCPKeepalive", Type, 3},
    		{"TCPKeepalive.Interval", Field, 3},
    		{"TCPKeepalive.OnOff", Field, 3},
    		{"TCPKeepalive.Time", Field, 3},
    		{"TCP_CA_NAME_MAX", Const, 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)
Back to top