Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. 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 30 12:39:09 GMT 2024
    - Last Modified: Thu Apr 11 23:52:39 GMT 2024
    - 33.3K bytes
    - Viewed (0)
  2. RELEASE.md

            regarding when retracing needs to occur by implementing the Tracing
            Protocol available through
            `tf.types.experimental.SupportsTracingProtocol`.
        *   `TypeSpec` classes (as associated with `ExtensionTypes`) also implement
            the Tracing Protocol which can be overridden if necessary.
        *   The newly introduced `reduce_retracing` option also uses the Tracing
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top