Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for java (0.19 sec)

  1. RELEASE.md

            fallback to 1.x behavior.
    *   TensorFlow Lite
        *   Move from `tensorflow/contrib/lite` to `tensorflow/lite`.
        *   Add experimental Java API for injecting TensorFlow Lite delegates
        *   Add support for strings in TensorFlow Lite Java API.
    *   `tf.contrib`:
        *   Add Apache Ignite Filesystem plugin to support accessing Apache IGFS.
        *   Dropout now takes `rate` argument, `keep_prob` is deprecated.
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  2. ci/devinfra/docker_windows/Dockerfile

        $old_path = [Environment]::GetEnvironmentVariable(\"PATH\", \"Machine\"); \
        [Environment]::SetEnvironmentVariable(\"PATH\", $old_path + \";${zulu_root}\bin\", \"Machine\"); \
        [Environment]::SetEnvironmentVariable(\"JAVA_HOME\", $zulu_root, \"Machine\")
    
    # Install gcloud (install.bat installs directly into bin folder of extracted zip contents)
    # Install needed gcloud components
    RUN Add-Type -AssemblyName "System.IO.Compression.FileSystem"; \
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Fri Aug 18 17:24:20 GMT 2023
    - 13.6K bytes
    - Viewed (0)
Back to top