Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Duteil (0.17 sec)

  1. tensorflow/c/eager/BUILD

    tf_cuda_library(
        name = "c_api_test_util",
        testonly = 1,
        srcs = ["c_api_test_util.cc"],
        hdrs = ["c_api_test_util.h"],
        visibility = [
            "//learning/brain:__subpackages__",
            "//tensorflow:__subpackages__",
        ],
        deps = [
            ":c_api",
            ":c_api_experimental",
            ":c_api_internal",
            "//tensorflow/c:c_test_util",
            "//tensorflow/c:tf_datatype",
    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/BUILD

            "//tensorflow/lite/toco:toco_tooling",
            "//tensorflow/lite/toco:tooling_util",
            "//tensorflow/lite/toco:types_proto_cc",
            "//tensorflow/lite:framework",
            "//tensorflow/lite:shared_library",
            "//tensorflow/lite:stateful_error_reporter",
            "//tensorflow/lite:string_util",
            "//tensorflow/lite:util",
            "//tensorflow/python/grappler:cost_analyzer_lib",
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Tue Apr 09 18:15:11 GMT 2024
    - 53.4K bytes
    - Viewed (6)
  3. tensorflow/c/BUILD

            "//tensorflow/core/platform:refcount",
        ] + if_not_mobile([
            "//tensorflow/core/kernels:tensor_list",
            "//tensorflow/core/kernels:tensor_list_util",
            "//tensorflow/core/kernels:variant_ops_util",
            "//tensorflow/core/kernels/data:optional_ops_util",
            "//tensorflow/core/platform:abi",
        ]),
        alwayslink = 1,
    )
    
    tf_cuda_library(
        name = "ops",
        srcs = [
    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)
  4. tensorflow/c/experimental/next_pluggable_device/BUILD

            "@local_xla//xla/pjrt/c:pjrt_c_api_hdrs",
        ],
    )
    
    cc_library(
        name = "tensor_pjrt_buffer_util",
        srcs = ["tensor_pjrt_buffer_util.cc"],
        hdrs = ["tensor_pjrt_buffer_util.h"],
        visibility = ["//visibility:public"],
        deps = [
            "//tensorflow/compiler/jit:pjrt_tensor_buffer_util",
            "//tensorflow/core:framework",
            "//tensorflow/core/tfrt/common:async_value_tensor",
    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)
  5. tensorflow/c/experimental/gradients/BUILD

        tags = tf_cuda_tests_tags() + ["no_cuda_asan"],  # b/173654156,
        deps = [
            ":grad_test_helper",
            ":nn_grad",
            "//tensorflow/c:tf_status_helper",
            "//tensorflow/c/eager:c_api_test_util",
            "//tensorflow/c/eager:c_api_unified_internal",
            "//tensorflow/c/eager:unified_api_testutil",
            "//tensorflow/c/experimental/gradients/tape:tape_context",
            "//tensorflow/c/experimental/ops:nn_ops",
    Plain Text
    - Registered: Tue Apr 09 12:39:09 GMT 2024
    - Last Modified: Mon Apr 01 20:39:44 GMT 2024
    - 6.7K bytes
    - Viewed (0)
Back to top