Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for function (0.16 sec)

  1. tensorflow/c/eager/BUILD

            "@com_google_absl//absl/strings",
        ],
    )
    
    cc_library(
        name = "graph_function",
        srcs = ["graph_function.cc"],
        hdrs = [
            "graph_function.h",
        ],
        visibility = [
            "//tensorflow:internal",
        ],
        deps = [
            ":abstract_function",
            "//tensorflow/core:framework",
            "//tensorflow/core/platform:refcount",
    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)
  2. tensorflow/BUILD

                ] + tf_additional_binary_deps() +
                # TODO(b/259305727): Remove this select and include captured_function in macos builds.
                select({
                    "//tensorflow:macos": [],
                    "//conditions:default": [
                        "//tensorflow/core/data:captured_function",
                    ],
                }),
        soversion = VERSION,
        static_deps = PACKAGE_STATIC_DEPS,
    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)
Back to top