Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for buffer (0.38 sec)

  1. tensorflow/c/BUILD

            ],
        }),
    )
    
    cc_library(
        name = "tf_buffer_hdrs",
        hdrs = [
            "tf_buffer.h",
        ],
        visibility = ["//visibility:public"],
        deps = [
            ":c_api_macros_hdrs",
        ],
    )
    
    cc_library(
        name = "tf_buffer",
        srcs = [
            "tf_buffer.cc",
        ],
        hdrs = [
            "tf_buffer.h",
        ],
        copts = tf_copts(),
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Mar 27 18:00:18 GMT 2024
    - 30.3K bytes
    - Viewed (0)
  2. RELEASE.md

        ([CVE-2021-37649](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37649))
    *   Fixes a segfault and a heap buffer overflow in
        `{Experimental,}DatasetToTFRecord`
        ([CVE-2021-37650](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37650))
    *   Fixes a heap buffer overflow in `FractionalAvgPoolGrad`
        ([CVE-2021-37651](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37651))
    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)
  3. tensorflow/c/eager/BUILD

                ":tfe_tensor_debug_info_internal",
                ":tfe_tensorhandle_internal",
                "//tensorflow/c:c_api",
                "//tensorflow/c:c_api_internal",
                "//tensorflow/c:tf_buffer",
                "//tensorflow/c:tf_buffer_internal",
                "//tensorflow/c:tf_status_internal",
                "//tensorflow/c:tf_tensor_internal",
                "//tensorflow/core:core_cpu",
                "//tensorflow/core:core_cpu_internal",
    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)
Back to top