Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for details (0.18 sec)

  1. RELEASE.md

        which is a NumPy-compatible API for writing TF programs. See the
        [detailed guide](https://www.tensorflow.org/guide/tf_numpy) to learn more.
        Additional details below.
    
    *   Adds Support for
        [TensorFloat-32](https://blogs.nvidia.com/blog/2020/05/14/tensorfloat-32-precision-format/)
        on Ampere based GPUs. TensorFloat-32, or TF32 for short, is a math mode for
    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

    # MACOS X86 PYCPP
    # These are defined as build configs so that we can run a build only job. See
    # the note under "ARM64 PYCPP" for more details.
    build:macos_x86_pycpp_test_filters --test_tag_filters=-no_oss,-oss_excluded,-oss_serial,-no_oss_py38,-no_oss_py39,-no_oss_py310,-nomac,-no_mac,-mac_excluded,-v1only,-gpu,-tpu,-benchmark-test
    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)
  3. configure.py

      configure_ios(environ_cp)
    
      print('Preconfigured Bazel build configs. You can use any of the below by '
            'adding "--config=<>" to your build command. See .bazelrc for more '
            'details.')
      config_info_line('mkl', 'Build with MKL support.')
      config_info_line(
          'mkl_aarch64',
          'Build with oneDNN and Compute Library for the Arm Architecture (ACL).')
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (1)
Back to top