Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for globals (0.2 sec)

  1. tensorflow/BUILD

    # configure script unconditionally); otherwise if it is false or undefined, the
    # build is static and TensorFlow symbols (in Python only) are loaded into the
    # global symbol table in order to support op registration. This means that
    # projects building with Bazel and importing TensorFlow as a dependency will not
    # depend on libtensorflow_framework.so unless they opt in.
    tf_cc_shared_library(
    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)
  2. tensorflow/c/eager/parallel_device/BUILD

            "//tensorflow/core:test_main",
        ],
    )
    
    tf_cc_test(
        name = "parallel_device_remote_test",
        srcs = ["parallel_device_remote_test.cc"],
        # TODO(b/136478427): Enable global heap checking when servers shut down
        # cleanly.
        args = ["--heap_check="],
        deps = [
            ":parallel_device",
            ":parallel_device_testlib",
            "//tensorflow/c:c_api",
    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/c/experimental/next_pluggable_device/BUILD

        deps = [
            "//tensorflow/compiler/jit:pjrt_tensor_buffer_util",
            "//tensorflow/core:framework",
            "//tensorflow/core/tfrt/common:async_value_tensor",
            "//tensorflow/core/tfrt/common:global_state",
            "//tensorflow/core/tfrt/common:pjrt_state",
            "//tensorflow/core/tfrt/common:pjrt_util",
            "@com_google_absl//absl/status",
            "@com_google_absl//absl/status:statusor",
    Plain Text
    - Registered: Tue Feb 27 12:39:08 GMT 2024
    - Last Modified: Tue Jan 09 00:52:04 GMT 2024
    - 3.8K bytes
    - Viewed (0)
Back to top