Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Builds (0.2 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. platforms/documentation/docs/src/docs/userguide/img/tutorial/intellij-idea-build.png

    intellij-idea-build.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 506K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/img/tutorial/build-scan-trans-dependencies.png

    build-scan-trans-dependencies.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 633.7K bytes
    - Viewed (0)
  4. 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)
  5. CHANGELOG/CHANGELOG-1.19.md

    ## Changelog since v1.19.2
    
    ## Changes by Kind
    
    ### Feature
    
    - Kubernetes is now built using go1.15.2
      - build: Update to k/repo-infra@v0.1.1 (supports go1.15.2)
      - build: Use go-runner:buster-v2.0.1 (built using go1.15.1)
      - bazel: Replace --features with Starlark build settings flag
      - hack/lib/util.sh: some bash cleanups
        
        - switched one spot to use kube::logging
    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