Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Sandal (0.22 sec)

  1. RELEASE.md

    *   `tf.experimental.StructuredTensor`
    
        *   Introduced `tf.experimental.StructuredTensor`, which provides a flexible
            and Tensorflow-native way to encode structured data such as protocol
            buffers or pandas dataframes.
    
    *   `tf.keras`:
    
        *   Added method `get_metrics_result()` to `tf.keras.models.Model`.
            *   Returns the current metrics values of the model as a dict.
    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. .bazelrc

    # Android configs. Bazel needs to have --cpu and --fat_apk_cpu both set to the
    # target CPU to build transient dependencies correctly. See
    # https://docs.bazel.build/versions/master/user-manual.html#flag--fat_apk_cpu
    build:android --crosstool_top=//external:android/crosstool
    build:android --host_crosstool_top=@bazel_tools//tools/cpp:toolchain
    build:android_arm --config=android
    build:android_arm --cpu=armeabi-v7a
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Thu May 02 19:34:20 GMT 2024
    - 52.8K bytes
    - Viewed (2)
Back to top