Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for framework_gradients_test (1.08 sec)

  1. tensorflow/cc/BUILD

            "//tensorflow/core:core_cpu",
            "//tensorflow/core:framework",
            "//tensorflow/core:lib",
            "//tensorflow/core:lib_internal",
        ],
    )
    
    tf_cc_test(
        name = "framework_gradients_test",
        srcs = ["framework/gradients_test.cc"],
        deps = [
            ":cc_ops",
            ":client_session",
            ":grad_op_registry",
            ":grad_ops",
            ":gradients",
            ":testutil",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 23.5K bytes
    - Viewed (0)
Back to top