Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Builds (0.19 sec)

  1. RELEASE.md

            TF SavedModel's Signature concept.
        *   Deprecate Makefile builds. Makefile users need to migrate their builds
            to CMake or Bazel. Please refer to the
            [Build TensorFlow Lite with CMake](https://www.tensorflow.org/lite/guide/build_cmake)
            and
            [Build TensorFlow Lite for ARM boards](https://www.tensorflow.org/lite/guide/build_arm)
            for the migration.
    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

    def TF_DynamicStitchOp : TF_Op<"DynamicStitch", [Pure, SameVariadicOperandSize]> {
      let summary = [{
    Interleave the values from the `data` tensors into a single tensor.
      }];
    
      let description = [{
    Builds a merged tensor such that
    
    ```python
        merged[indices[m][i, ..., j], ...] = data[m][i, ..., j, ...]
    ```
    
    For example, if each `indices[m]` is scalar or vector, we have
    
    ```python
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top