Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for casting (0.12 sec)

  1. RELEASE.md

                *   Uses of `tensors()` can be replaced by calling the existing
                    methods `tensors_size()` and `tensor(int)`.
                *   Uses of the non-const overload of `nodes_and_registration` can
                    be replaced by calling the existing methods `nodes_size()` and
                    `context()`, and then calling the `GetNodeAndRegistration`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let description = [{
    This operation is a synchronous version IteratorGetNext. It should only be used
    in situations where the iterator does not block the calling thread, or where
    the calling thread is not a member of the thread pool used to execute parallel
    operations (e.g. in eager mode).
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.tasks.testing.DefaultJUnitXmlReport> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultJUnitXmlReport.java:0)
    Class <org.gradle.api.internal.tasks.testing.DefaultNestedTestSuiteDescriptor> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultNestedTestSuiteDescriptor.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)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "properties": {
              "minReadySeconds": {
                "description": "The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).",
                "format": "int32",
                "type": "integer"
              },
              "revisionHistoryLimit": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top