Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Reveles (0.2 sec)

  1. configure.py

                     'subdirectories "platforms" and "build-tools".'))
    
      platforms = os.path.join(android_sdk_home_path, 'platforms')
      api_levels = sorted(os.listdir(platforms))
      api_levels = [x.replace('android-', '') for x in api_levels]
    
      def valid_api_level(api_level):
        return os.path.exists(
            os.path.join(android_sdk_home_path, 'platforms',
                         'android-' + api_level))
    
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (0)
  2. SECURITY.md

    formats that can be processed by TensorFlow.
    
    These modifications and conversions are handled by a variety of libraries that
    have different security properties and provide different levels of confidence
    when dealing with untrusted data. Based on the security history of these
    libraries we consider that it is safe to work with untrusted inputs for PNG,
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Sun Oct 01 06:06:35 GMT 2023
    - 9.6K bytes
    - Viewed (0)
  3. RELEASE.md

        [Debugger V2](https://www.tensorflow.org/tensorboard/debugger_v2), which
        reveals the details of the TensorFlow program including graph structures,
        history of op executions at the Python (eager) and intra-graph levels, the
        runtime dtype, shape, and numerical composition of tensors, as well as their
        code locations.
    
    ## Breaking Changes
    
    *   Increases the **minimum bazel version** required to build TF to **3.1.0**.
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top