Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for limiter (4.12 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

                    "$ref": "#/components/schemas/io.k8s.api.core.v1.ResourceFieldSelector"
                  }
                ],
                "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported."
              },
              "secretKeyRef": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    `rt_nested_splits`, such that
    `result[i] = range(starts[i], limits[i], deltas[i])`.
    
    ```python
    (rt_nested_splits, rt_dense_values) = ragged_range(
          starts=[2, 5, 8], limits=[3, 5, 12], deltas=1)
    result = tf.ragged.from_row_splits(rt_dense_values, rt_nested_splits)
    print(result)
    <tf.RaggedTensor [[2], [], [8, 9, 10, 11]] >
    ```
    
    The input tensors `starts`, `limits`, and `deltas` may be scalars or vectors.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. RELEASE.md

        *   TFLite Android AARs now include the C headers and APIs are required to
            use TFLite from native code.
        *   Refactors the delegate and delegate kernel sources to allow usage in the
            linter.
        *   Limit delegated ops to actually supported ones if a device name is
            specified or `NNAPI` CPU Fallback is disabled.
        *   TFLite now supports `tf.math.reciprocal1` op by lowering to `tf.div op`.
    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