Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. RELEASE.md

    ## Bug Fixes and Other Changes
    
    *   TF Core:
        *   Random number generation (RNG) system
            *   Add argument `alg` to `tf.random.stateless_*` functions to
                explicitly select the RNG algorithm.
            *   Add `tf.nn.experimental.stateless_dropout`, a stateless version of
                `tf.nn.dropout`.
            *   `tf.random.Generator` now can be created inside the scope of
    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

    # Enable TensorRT optimizations https://developer.nvidia.com/tensorrt
    build:cuda_clang --config=tensorrt
    build:cuda_clang --action_env=TF_CUDA_CLANG="1"
    build:cuda_clang --@local_config_cuda//:cuda_compiler=clang
    # Select supported compute capabilities (supported graphics cards).
    # This is the same as the official TensorFlow builds.
    # See https://developer.nvidia.com/cuda-gpus#compute
    # `compute_XY` enables PTX embedding in addition to SASS. PTX
    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