Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for reactors (0.12 sec)

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

      let description = [{
    `a` and `b` must be the same shape; they can either be simple 3-element vectors,
    or any shape where the innermost dimension is 3. In the latter case, each pair
    of corresponding 3-element vectors is cross-multiplied independently.
      }];
    
      let arguments = (ins
        Arg<TF_IntOrFpTensor, [{A tensor containing 3-element vectors.}]>:$a,
        Arg<TF_IntOrFpTensor, [{Another tensor, of same type and shape as `a`.}]>:$b
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

        *   Add an option to disallow `NNAPI` CPU / partial acceleration on Android
            10
        *   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.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.19.md

    - Reduce event spam during a volume operation error. ([#89794](https://github.com/kubernetes/kubernetes/pull/89794), [@msau42](https://github.com/msau42)) [SIG Storage]
    - Refactor the local nodeipam range allocator and instrument the cidrset used to store the allocated CIDRs with the following metrics:
      "cidrset_cidrs_allocations_total",
      "cidrset_cidrs_releases_total",
      "cidrset_usage_cidrs",
    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