Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tfe_tensorhandle_internal_hdrs_only (0.24 sec)

  1. tensorflow/c/eager/BUILD

        ],
        deps = [
            ":immediate_execution_tensor_handle",
            "//tensorflow/c:conversion_macros",
        ],
    )
    
    cc_header_only_library(
        name = "tfe_tensorhandle_internal_hdrs_only",
        extra_deps = [
            "@com_google_absl//absl/strings",
        ],
        visibility = [
            "//tensorflow:internal",
        ],
        deps = [
            ":tfe_tensorhandle_internal",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 11 23:52:39 UTC 2024
    - 33.3K bytes
    - Viewed (0)
Back to top