Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/c/eager/BUILD

            "//tensorflow/core:lib",
            "@com_google_absl//absl/memory",
        ],
    )
    
    cc_library(
        name = "tfe_op_attrs_internal",
        hdrs = ["tfe_op_attrs_internal.h"],
        visibility = [
            "//tensorflow:internal",
        ],
        deps = [
            ":abstract_op_attrs",
            "//tensorflow/c:conversion_macros",
            "//tensorflow/c:tf_status",
            "//tensorflow/core:protos_all_cc",
        ],
    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

        *   `tensorflow/core/ir/` contains a new MLIR-based Graph dialect that is
            isomorphic to GraphDef and will be used to replace GraphDef-based (e.g.,
            Grappler) optimizations.
        *   Deprecated and removed `attrs()` function in shape inference. All
            attributes should be queried by name now (rather than range returned) to
            enable changing the underlying storage there.
    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