Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Bastos (0.32 sec)

  1. tensorflow/c/eager/BUILD

            "//tensorflow/c:c_api_internal",
            "//tensorflow/c:conversion_macros",
            "//tensorflow/c:tf_status",
            "//tensorflow/core:framework",
            "//tensorflow/core/platform:casts",
            "//tensorflow/core/platform:types",
        ],
    )
    
    cc_library(
        name = "tracing_utils",
        srcs = ["tracing_utils.cc"],
        hdrs = [
            "tracing_utils.h",
        ],
    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)
  2. tensorflow/c/BUILD

            ],
            "//conditions:default": [
                "//tensorflow/core:framework",
                "//tensorflow/core:lib",
                "//tensorflow/core:protos_all_cc",
                "//tensorflow/core/platform:casts",
            ],
        }),
    )
    
    tf_cuda_library(
        name = "tf_tensor_internal",
        hdrs = [
            "tf_tensor.h",
            "tf_tensor_helper.h",
            "tf_tensor_internal.h",
        ],
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Mar 27 18:00:18 GMT 2024
    - 30.3K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/next_pluggable_device/BUILD

            "//tensorflow/core/tfrt/common:pjrt_util",
            "@com_google_absl//absl/log:check",
            "@com_google_googletest//:gtest_main",
            "@local_tsl//tsl/lib/core:status_test_util",
            "@local_tsl//tsl/platform:casts",
            "@local_tsl//tsl/platform:status_matchers",
            "@local_tsl//tsl/protobuf:error_codes_proto_impl_cc",
            "@local_xla//xla:shape_util",
            "@local_xla//xla/pjrt:pjrt_api",
    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