Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for link (0.13 sec)

  1. .bazelrc

    build:macos --cxxopt=-std=c++17
    build:macos --host_cxxopt=-std=c++17
    build:windows --cxxopt=/std:c++17
    build:windows --host_cxxopt=/std:c++17
    
    # On windows, we still link everything into a single DLL.
    build:windows --config=monolithic
    
    # On linux, we dynamically link small amount of kernels
    build:linux --config=dynamic_kernels
    
    # Make sure to include as little of windows.h as possible
    build:windows --copt=-DWIN32_LEAN_AND_MEAN
    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)
  2. RELEASE.md

        *   Add `auc_with_confidence_intervals`, a method for computing the AUC and
            confidence interval with linearithmic time complexity.
        *   `regression_head` now accepts customized link function, to satisfy the
            usage that user can define their own link function if the
            `array_ops.identity` does not meet the requirement.
        *   Fix `initialized_value` and `initial_value` behaviors 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)
Back to top