Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Trabing (0.18 sec)

  1. tensorflow/c/experimental/ops/BUILD

            "//tensorflow/c/eager:abstract_operation",
            "//tensorflow/c/eager:abstract_tensor_handle",
            "//tensorflow/c/eager:c_api_unified_internal",
            "//tensorflow/c/eager:tracing_utils",
            "//tensorflow/core:framework",
            "//tensorflow/core/platform:errors",
            "@com_google_absl//absl/types:span",
        ],
    )
    
    cc_library(
        name = "io_ops",
        srcs = [
    Plain Text
    - Registered: Tue Feb 27 12:39:08 GMT 2024
    - Last Modified: Thu Nov 17 15:20:54 GMT 2022
    - 3.7K bytes
    - Viewed (0)
  2. tensorflow/c/eager/BUILD

            "//tensorflow/core:framework",
            "//tensorflow/core/platform:casts",
            "//tensorflow/core/platform:types",
        ],
    )
    
    cc_library(
        name = "tracing_utils",
        srcs = ["tracing_utils.cc"],
        hdrs = [
            "tracing_utils.h",
        ],
        visibility = [
            "//tensorflow:internal",
        ],
        deps = [
            ":abstract_operation",
            ":c_api_unified_internal",
    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)
Back to top