Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Bell (0.14 sec)

  1. tensorflow/c/eager/BUILD

            "tfe_monitoring_reader_internal.h",
        ],
        visibility = ["//tensorflow:internal"],
        deps = [
            ":c_api",
            "//tensorflow/c:c_api",
            "//tensorflow/core/lib/monitoring:cell_reader",
            "@com_google_absl//absl/memory",
        ],
        alwayslink = 1,
    )
    
    tf_cuda_cc_test(
        name = "c_api_experimental_test",
        size = "small",
        srcs = [
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Thu Apr 11 23:52:39 GMT 2024
    - 33.3K bytes
    - Viewed (0)
  2. tensorflow/BUILD

    # linking against the C and C++ APIs (such as libjpeg).  When we create
    # the shared library, only export the core TF API functions to avoid
    # causing library conflicts (e.g., those reported in github issue 1924).
    # On Linux, tell the linker (-Wl,<option>) to use a version script that
    # excludes all but a subset of function names.
    # On MacOS, the linker does not support version_script, but has an
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Tue Apr 09 18:15:11 GMT 2024
    - 53.4K bytes
    - Viewed (6)
Back to top