Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for load3 (0.21 sec)

  1. RELEASE.md

            `tf.not_equal`, `tf.sin`, `tf.sinh`, `tf.tan`
        *   Deprecate `tf.data.Dataset.shard`.
        *   Deprecate `saved_model.loader.load` which is replaced by
            `saved_model.load` and `saved_model.main_op`, which will be replaced by
            `saved_model.main_op` in V2.
        *   Deprecate tf.QUANTIZED_DTYPES. The official new symbol is
            tf.dtypes.QUANTIZED_DTYPES.
    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:elinux_armhf --cpu=armhf
    build:elinux_armhf --copt -mfp16-format=ieee
    
    # Config-specific options should come above this line.
    
    # Load rc file written by ./configure.
    try-import %workspace%/.tf_configure.bazelrc
    try-import %workspace%/xla_configure.bazelrc
    
    # Load rc file with user-specific options.
    try-import %workspace%/.bazelrc.user
    
    # Here are bazelrc configs for release builds
    # Build TensorFlow v2.
    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