Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 32 (0.15 sec)

  1. tensorflow/c/experimental/gradients/BUILD

            "//tensorflow/c/experimental/ops:nn_ops",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/platform:tensor_float_32_utils",
        ] + if_libtpu(
            if_false = ["//tensorflow/compiler/mlir/tensorflow/c:mlir_c_api_registration"],
            if_true = [],
        ),
    )
    
    tf_cuda_cc_test(
        name = "math_grad_test",
    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)
  2. tensorflow/c/eager/BUILD

            "//tensorflow/c:tf_tensor_internal",
            "//tensorflow/c/experimental/ops",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/platform:tensor_float_32_utils",
            "@com_google_absl//absl/types:span",
        ],
    )
    
    cc_library(
        name = "abstract_tensor_handle",
        srcs = ["abstract_tensor_handle.cc"],
        hdrs = ["abstract_tensor_handle.h"],
    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)
  3. tensorflow/BUILD

              tf_additional_profiler_deps()) + if_xla_available([
            "//tensorflow/compiler/aot:tfcompile_lib",
        ]) + if_static(extra_deps = [
            "//tensorflow/core/platform:tensor_float_32_utils",
            "//tensorflow/core/platform:enable_tf2_utils",
        ]) + if_oss([
            "//tensorflow/core/distributed_runtime/rpc:grpc_server_lib",
            "//tensorflow/core/distributed_runtime/rpc:grpc_session",
    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)
Back to top