Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for python_api (0.07 sec)

  1. tensorflow/c/BUILD

        ],
    )
    
    # -----------------------------------------------------------------------------
    # Python API target
    
    tf_cuda_library(
        name = "python_api",
        srcs = ["python_api.cc"],
        hdrs = ["python_api.h"],
        visibility = [
            "//tensorflow:internal",
            "//tensorflow/python:__pkg__",
        ],
        deps = [
            ":c_api",
            ":c_api_internal",
    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