Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for ops_ (0.18 sec)

  1. tensorflow/c/BUILD

            "//tensorflow/core:functional_ops_op_lib",
            "//tensorflow/core:lib",
            "//tensorflow/core:math_ops_op_lib",
            "//tensorflow/core:nn_ops_op_lib",
            "//tensorflow/core:no_op_op_lib",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core:sendrecv_ops_op_lib",
            "//tensorflow/core:spectral_ops_op_lib",
            "//tensorflow/core:state_ops_op_lib",
            "//tensorflow/core:test",
    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)
  2. tensorflow/BUILD

            "//tensorflow/core:graph",
            "//tensorflow/core:lib",
            "//tensorflow/core:lib_internal",
            "//tensorflow/core:ops",
            "//tensorflow/core:reader_base",
            "//tensorflow/core:script_ops_op_lib",
            "//tensorflow/distribute/experimental/rpc/kernels:rpc_ops",
            "//tensorflow/dtensor/cc:dtensor_device_cc",
            "//tensorflow/dtensor/cc:tensor_layout",
            "//tensorflow/lite/c:common",
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Apr 09 18:15:11 GMT 2024
    - 53.4K bytes
    - Viewed (8)
  3. tensorflow/c/eager/BUILD

            "//tensorflow:internal",
        ],
        deps = [
            ":abstract_tensor_handle",
            ":unified_api_testutil",
            "//tensorflow/c:tf_tensor_internal",
            "//tensorflow/c/experimental/ops:math_ops",
            "@com_google_absl//absl/types:span",
        ],
    )
    
    tf_cuda_cc_test(
        name = "gradient_checker_test",
        size = "small",
        srcs = [
            "gradient_checker_test.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)
  4. tensorflow/c/experimental/ops/BUILD

        ],
    )
    
    cc_library(
        name = "ops",
        hdrs = [
            "array_ops.h",
            "io_ops.h",
            "math_ops.h",
            "nn_ops.h",
            "resource_variable_ops.h",
        ],
        visibility = [
            "//tensorflow:internal",
        ],
        deps = [
            ":array_ops",
            ":io_ops",
            ":math_ops",
            ":nn_ops",
            ":resource_variable_ops",
    Plain Text
    - Registered: Tue Feb 27 12:39:08 GMT 2024
    - Last Modified: Thu Nov 17 15:20:54 GMT 2022
    - 3.7K bytes
    - Viewed (0)
  5. tensorflow/c/experimental/gradients/BUILD

        ],
        deps = [
            "//tensorflow/c/eager:abstract_tensor_handle",
            "//tensorflow/c/eager:gradients_internal",
            "//tensorflow/c/experimental/ops:array_ops",
            "//tensorflow/c/experimental/ops:math_ops",
            "//tensorflow/c/experimental/ops:nn_ops",
        ],
    )
    
    cc_library(
        name = "nn_grad",
        srcs = ["nn_grad.cc"],
        hdrs = [
            "nn_grad.h",
        ],
    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