Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for kinase (0.28 sec)

  1. RELEASE.md

            as numpy files.
        *   gRPC: Propagate truncated errors (instead of returning gRPC internal
            error).
        *   Augment `parallel_interleave` to support 2 kinds of prefetching.
        *   Improved XLA support for C64-related ops log, pow, atan2, tanh.
        *   Add probabilistic convolutional layers.
    
    ## API Changes
    
    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. ci/official/containers/linux_arm64/devel.usertools/wheel_verification.bats

    # Suite of verification tests for the SINGLE TensorFlow wheel in /tf/pkg
    # or whatever path is set as $TF_WHEEL.
    
    setup_file() {
        cd /tf/pkg
        if [[ -z "$TF_WHEEL" ]]; then
            export TF_WHEEL=$(find /tf/pkg -iname "*.whl")
        fi
    }
    
    teardown_file() {
        rm -rf /tf/venv
    }
    
    @test "Wheel is manylinux2014 (manylinux_2_17) compliant" {
        python3 -m auditwheel show "$TF_WHEEL" > audit.txt
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Tue Jan 23 02:14:00 GMT 2024
    - 2.7K bytes
    - Viewed (0)
Back to top