Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Serializer (0.25 sec)

  1. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.serialize.Serializers$StatefulSerializerAdapter> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Serializers.java:0)
    Class <org.gradle.internal.serialize.Serializers> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Serializers.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    resource.}]>:$serialized
      );
    
      let results = (outs);
    }
    
    def TF_DeserializeSparseOp : TF_Op<"DeserializeSparse", [Pure]> {
      let summary = "Deserialize `SparseTensor` objects.";
    
      let description = [{
    The input `serialized_sparse` must have the shape `[?, ?, ..., ?, 3]` where
    the last dimension stores serialized `SparseTensor` objects and the other N
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    will be emitted - The exponent (or suffix) is as large as possible.\n\nThe sign will be omitted unless the number is negative.\n\nExamples:\n\n- 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\"\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  4. RELEASE.md

        replaced with by writing regular Python functions. Using the `tf.function`
        decorator, such functions can be turned into graphs which can be executed
        remotely, serialized, and optimized for performance.
    *   Unification of `tf.train.Optimizers` and `tf.keras.Optimizers`. Use
        `tf.keras.Optimizers` for TF2.0. `compute_gradients` is removed as public
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

    will be emitted - The exponent (or suffix) is as large as possible.\n\nThe sign will be omitted unless the number is negative.\n\nExamples:\n\n- 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\"\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation_test.go

    				RestartPolicy: core.RestartPolicyAlways,
    				DNSPolicy:     core.DNSClusterFirst,
    				NodeSelector: map[string]string{
    					"key": "value",
    				},
    				NodeName: "foobar",
    			},
    		},
    		"serialized node affinity requirements": {
    			ObjectMeta: metav1.ObjectMeta{
    				Name:      "123",
    				Namespace: "ns",
    			},
    			Spec: validPodSpec(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.19.md

    - Ipvs: only attempt setting of sysctlconnreuse on supported kernels ([#88541](https://github.com/kubernetes/kubernetes/pull/88541), [@cmluciano](https://github.com/cmluciano)) [SIG Network]
    - Jsonpath support in kubectl / client-go serializes complex types (maps / slices / structs) as json instead of Go-syntax. ([#89660](https://github.com/kubernetes/kubernetes/pull/89660), [@pjferrell](https://github.com/pjferrell)) [SIG API Machinery, CLI and Cluster Lifecycle]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top