Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for rules_java (0.16 sec)

  1. WORKSPACE

    # We must initialize hermetic python first.
    load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
    
    http_archive(
        name = "rules_java",
        sha256 = "c73336802d0b4882e40770666ad055212df4ea62cfa6edf9cb0f9d29828a0934",
        url = "https://github.com/bazelbuild/rules_java/releases/download/5.3.5/rules_java-5.3.5.tar.gz",
    )
    
    # Initialize the TensorFlow repository and all dependencies.
    #
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Fri Oct 11 16:49:28 UTC 2024
    - 3K bytes
    - Viewed (0)
  2. tensorflow/BUILD

            "@local_config_tensorrt//:build_defs_bzl",
            "@local_tsl//third_party/py/rules_pywrap:pywrap_bzl",
            "@local_xla//xla/tsl:tsl_bzl",
            "@local_xla//xla/tsl/mkl:build_defs_bzl",
            "@rules_java//java:rules",
        ],
    )
    
    # TODO(jakeharmon8): Remove these in favor of tsl:grpc
    # copybara:comment_begin(oss-only)
    cc_library(
        name = "grpc",
        visibility = ["//visibility:public"],
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Oct 16 05:28:35 UTC 2024
    - 53.5K bytes
    - Viewed (0)
Back to top