Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for tfe_context_internal (0.11 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. tensorflow/c/eager/BUILD

            "//tensorflow/core/platform",
            "@com_google_absl//absl/types:optional",
            "@com_google_absl//absl/types:span",
        ],
    )
    
    cc_library(
        name = "tfe_context_internal",
        hdrs = ["tfe_context_internal.h"],
        visibility = [
            "//tensorflow:internal",
        ],
        deps = [
            ":immediate_execution_context",
            "//tensorflow/c:conversion_macros",
        ],
    )
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Feb 24 06:18:31 GMT 2026
    - 33.3K bytes
    - Click Count (0)
Back to Top