Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DLPack (0.23 sec)

  1. tensorflow/c/eager/BUILD

            "//tensorflow/core/common_runtime/eager:tensor_handle",
            "@dlpack",
        ],
        alwayslink = 1,
    )
    
    tf_cuda_cc_test(
        name = "dlpack_test",
        size = "small",
        srcs = [
            "dlpack_test.cc",
        ],
        args = [],
        tags = [],
        deps = [
            ":c_api",
            ":dlpack",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Apr 11 23:52:39 GMT 2024
    - 33.3K bytes
    - Viewed (0)
  2. RELEASE.md

    ### Security:
    
    *   Fixes an undefined behavior causing a segfault in `tf.raw_ops.Switch`,
        ([CVE-2020-15190](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15190))
    *   Fixes three vulnerabilities in conversion to DLPack format
        *   [CVE-2020-15191](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15191),
        *   [CVE-2020-15192](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15192),
    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