Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for pkg (0.14 sec)

  1. ci/official/wheel_test/BUILD

    py_test(
        name = "test_import_api_packages",
        srcs = ["test_import_api_packages.py"],
        deps = ["@pypi_tensorflow//:pkg"],
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Aug 31 18:17:57 GMT 2023
    - 133 bytes
    - Viewed (0)
  2. tensorflow/c/eager/parallel_device/BUILD

        srcs = [
            ":device_headers",
            ":lib_headers",
        ],
        visibility = ["//tensorflow/python:__pkg__"],
    )
    
    filegroup(
        name = "sources",
        srcs = [
            ":device_sources",
            ":lib_sources",
        ],
        visibility = ["//tensorflow/python:__pkg__"],
    )
    
    cc_library(
        name = "parallel_device",
        srcs = [":device_sources"],
        hdrs = [":device_headers"],
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 01 20:19:06 GMT 2024
    - 4.8K bytes
    - Viewed (0)
  3. tensorflow/BUILD

            "//tensorflow/lite/python:lite",
            "//tensorflow/lite/python/authoring",
            "//tensorflow/python:no_contrib",
            "@pypi_keras_nightly//:pkg",
            "@pypi_tb_nightly//:pkg",
        ],
    )
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Apr 09 18:15:11 GMT 2024
    - 53.4K bytes
    - Viewed (8)
  4. tensorflow/c/eager/BUILD

            "tfe_op_attrs_internal.h",
            "tfe_tensor_debug_info_internal.h",
            "tfe_tensorhandle_internal.h",
        ],
        visibility = [
            "//tensorflow/core/function/runtime_client:__pkg__",
            "//tensorflow/python:__subpackages__",
        ],
    )
    
    cc_library(
        name = "c_api_internal",
        hdrs = [
            "c_api_experimental.h",
            "c_api_internal.h",
        ],
    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)
  5. tensorflow/c/BUILD

        ],
    )
    
    filegroup(
        name = "pywrap_tf_session_hdrs",
        srcs = [
            "python_api.h",
        ],
        visibility = [
            "//tensorflow/core:__pkg__",
            "//tensorflow/python:__pkg__",
        ],
    )
    
    cc_library(
        name = "tf_attrtype",
        hdrs = ["tf_attrtype.h"],
        visibility = ["//visibility:public"],
    )
    
    cc_library(
        name = "c_api_macros_hdrs",
    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)
  6. tensorflow/c/experimental/gradients/BUILD

    filegroup(
        name = "pywrap_required_hdrs",
        srcs = [
            "array_grad.h",
            "math_grad.h",
            "nn_grad.h",
            "not_differentiable.h",
        ],
        visibility = ["//tensorflow/python:__pkg__"],
    )
    
    cc_library(
        name = "grad_test_helper",
        testonly = True,
        srcs = ["grad_test_helper.cc"],
        hdrs = ["grad_test_helper.h"],
        visibility = ["//visibility:private"],
        deps = [
    Plain Text
    - Registered: Tue Apr 09 12:39:09 GMT 2024
    - Last Modified: Mon Apr 01 20:39:44 GMT 2024
    - 6.7K bytes
    - Viewed (0)
Back to top