Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for attr (0.16 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. tensorflow/c/BUILD

            "//tensorflow/core:core_cpu",
            "//tensorflow/core:framework",
            "//tensorflow/core:lib",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core/common_runtime/eager:attr_builder",
            "//tensorflow/core/common_runtime/eager:context",
            "//tensorflow/core/common_runtime/eager:core",
            "//tensorflow/core/common_runtime/eager:eager_operation",
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Mar 27 18:00:18 GMT 2024
    - 30.3K bytes
    - Viewed (0)
Back to top