Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Chater (0.15 sec)

  1. RELEASE.md

            `/image` suffix in their tag names, in order to prevent tag name
            collisions across summary types.
    
    *   When running on GPU (with cuDNN version 7.6.3 or
        later),`tf.nn.depthwise_conv2d` backprop to `filter` (and therefore also
        `tf.keras.layers.DepthwiseConv2D`) now operate deterministically (and
        `tf.errors.UnimplementedError` is no longer thrown) when op-determinism has
    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:android_x86 --fat_apk_cpu=x86
    build:android_x86_64 --config=android
    build:android_x86_64 --cpu=x86_64
    build:android_x86_64 --fat_apk_cpu=x86_64
    
    # Build everything statically for Android since all static libs are later
    # bundled together into a single .so for deployment.
    build:android --dynamic_mode=off
    
    # Sets the default Apple platform to macOS.
    build:macos --apple_platform_type=macos
    
    # gRPC on MacOS requires this #define
    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