Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tf_buffer_hdrs (0.09 sec)

  1. tensorflow/c/BUILD

    cc_library(
        name = "c_api_headers",
        hdrs = [
            "c_api.h",
        ],
        visibility = ["//visibility:public"],
        deps = [
            ":c_api_macros_hdrs",
            ":tf_attrtype",
            ":tf_buffer_hdrs",
            ":tf_datatype_hdrs",
            ":tf_status_headers",
            ":tf_tensor_hdrs",
            # TODO: Only include tf_tstring_hdrs. Don't expose the implementation of TF_TString to API
            # users.
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Nov 02 06:47:06 UTC 2024
    - 30.4K bytes
    - Viewed (0)
Back to top