Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Dadd (0.24 sec)

  1. RELEASE.md

        *   Add batch_dims argument to tf.gather.
        *   Add support for `add_metric` in the graph function mode.
        *   Add C++ Gradient for BatchMatMulV2.
        *   Added tf.random.binomial
        *   Added gradient for SparseToDense op.
        *   Add legacy string flat hash map op kernels
        *   Add a ragged size op and register it to the op dispatcher
        *   Add broadcasting support to tf.matmul.
    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:linux --copt="-Wno-deprecated-declarations"
    build:linux --copt="-Wno-ignored-attributes"
    build:linux --copt="-Wno-array-bounds"
    
    # Add unused-result as an error on Linux.
    build:linux --copt="-Wunused-result"
    build:linux --copt="-Werror=unused-result"
    # Add switch as an error on Linux.
    build:linux --copt="-Wswitch"
    build:linux --copt="-Werror=switch"
    # Required for building with clang
    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