Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for note (0.14 sec)

  1. RELEASE.md

            data, or by relaxing `Input` shape assumptions (note that you can pass
            shapes with `None` entries for axes that are meant to be dynamic). You
            can also disable the input checking entirely by setting
            `model.input_spec = None`.
        *   Several changes have been made to
            `tf.keras.mixed_precision.experimental`. Note that it is now recommended
    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

    build:monolithic --define framework_shared_object=false
    build:monolithic --define tsl_protobuf_header_only=false
    build:monolithic --experimental_link_static_libraries_once=false  # b/229868128
    
    # Please note that MKL on MacOS is still not supported.
    # If you would like to use a local MKL instead of downloading, please set the
    # environment variable "TF_MKL_ROOT" every time before build.
    build:mkl --define=build_with_mkl=true --define=enable_mkl=true
    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